#06186F

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

Shades of Sapphire #06186F

Tints of Sapphire #06186F

Color information

#06186F (or 0x06186F) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 6F. RGB value is (6,24,111). Sum of RGB (Red+Green+Blue) = 6+24+111=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #06186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06186F is #F9E790. Grayscale: #1C1C1C. Windows color (decimal): -16377745 or 7280646. OLE color: 7280646.

HSL color Cylindrical-coordinate representation of color #06186F: hue angle of 229.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06186F is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB624111-
CMYK0.950.7800.56
HSL229.71º89.74%22.94%-
HSV(B)229.71º94.59%43.53%-
XYZ3.271.8415.22-
YUV28.54174.54111.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 111 (43.75% from 255) = 78.72%
R=4.26%
G=17.02%
B=78.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6241110.950.7800.56229.7189.7422.94
Hex6186F5F4E038e65a17
Octal63015713711607034613227
Binary11011000110111110111111001110011100011100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06186F; }

 p { color: rgb(6,24,111); }

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

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

 a { background-color: rgb(6,24,111); }

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

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

 span { border-color: rgb(6,24,111); }

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