#06114C

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

Shades of Sapphire #06114C

Tints of Sapphire #06114C

Color information

#06114C (or 0x06114C) is unknown color: approx Sapphire. HEX triplet: 06, 11 and 4C. RGB value is (6,17,76). Sum of RGB (Red+Green+Blue) = 6+17+76=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #06114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06114C is #F9EEB3. Grayscale: #141414. Windows color (decimal): -16379572 or 4985094. OLE color: 4985094.

HSL color Cylindrical-coordinate representation of color #06114C: hue angle of 230.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06114C is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61776-
CMYK0.920.7800.70
HSL230.57º85.37%16.08%-
HSV(B)230.57º92.11%29.8%-
XYZ1.580.966.94-
YUV20.44159.36117.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 76 (30.08% from 255) = 76.77%
R=6.06%
G=17.17%
B=76.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal617760.920.7800.70230.5785.3716.08
Hex6114C5C4E046e75510
Octal621114134116010634712520
Binary110100011001100101110010011100100011011100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06114C; }

 p { color: rgb(6,17,76); }

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

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

 a { background-color: rgb(6,17,76); }

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

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

 span { border-color: rgb(6,17,76); }

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