#031154

Color #031154 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #031154

Tints of Sapphire #031154

Color information

#031154 (or 0x031154) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 54. RGB value is (3,17,84). Sum of RGB (Red+Green+Blue) = 3+17+84=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #031154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031154 is #FCEEAB. Grayscale: #141414. Windows color (decimal): -16576172 or 5509379. OLE color: 5509379.

HSL color Cylindrical-coordinate representation of color #031154: hue angle of 229.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031154 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31784-
CMYK0.960.8000.67
HSL229.63º93.1%17.06%-
HSV(B)229.63º96.43%32.94%-
XYZ1.841.068.5-
YUV20.45163.86115.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 84 (33.20% from 255) = 80.77%
R=2.88%
G=16.35%
B=80.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal317840.960.8000.67229.6393.117.06
Hex311546050043e65d11
Octal321124140120010334613521
Binary11100011010100110000010100000100001111100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031154; }

 p { color: rgb(3,17,84); }

 H1.HeaderClassName
 {
   color: #031154;
 }
 .AnyTagClassName
 {
   color: #031154;
 }
</style>
background-color css

<style>
 a { background-color: #031154; }

 a { background-color: rgb(3,17,84); }

 div.DivClassName
 {
   background-color: #031154;
 }
 .BgClassName
 {
   background-color: #031154;
 }
</style>
border-color css

<style>
 span { border-color: #031154; }

 span { border-color: rgb(3,17,84); }

 td.TdClassName
 {
   border-color: #031154;
 }
 .TagClassName
 {
   border-color: #031154;
 }
</style>