#06186E

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

Shades of Sapphire #06186E

Tints of Sapphire #06186E

Color information

#06186E (or 0x06186E) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 6E. RGB value is (6,24,110). Sum of RGB (Red+Green+Blue) = 6+24+110=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #06186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06186E is #F9E791. Grayscale: #1C1C1C. Windows color (decimal): -16377746 or 7215110. OLE color: 7215110.

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

Color convert

RGB624110-
CMYK0.950.7800.57
HSL229.62º89.66%22.75%-
HSV(B)229.62º94.55%43.14%-
XYZ3.221.8214.93-
YUV28.42174.04112.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 110 (43.36% from 255) = 78.57%
R=4.29%
G=17.14%
B=78.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6241100.950.7800.57229.6289.6622.75
Hex6186E5F4E039e65a17
Octal63015613711607134613227
Binary11011000110111010111111001110011100111100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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