#06186C

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

Shades of Sapphire #06186C

Tints of Sapphire #06186C

Color information

#06186C (or 0x06186C) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 6C. RGB value is (6,24,108). Sum of RGB (Red+Green+Blue) = 6+24+108=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 108 (42.58% from 255 or 78.26% from 138); Max value from RGB is 108 - color contains mainly: blue. Hex color #06186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06186C is #F9E793. Grayscale: #1B1B1B. Windows color (decimal): -16377748 or 7084038. OLE color: 7084038.

HSL color Cylindrical-coordinate representation of color #06186C: hue angle of 229.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06186C is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB624108-
CMYK0.940.7800.58
HSL229.41º89.47%22.35%-
HSV(B)229.41º94.44%42.35%-
XYZ3.111.7714.37-
YUV28.19173.04112.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 108 (42.58% from 255) = 78.26%
R=4.35%
G=17.39%
B=78.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6241080.940.7800.58229.4189.4722.35
Hex6186C5E4E03Ae55916
Octal63015413611607234513126
Binary11011000110110010111101001110011101011100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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