#08186C

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

Shades of Sapphire #08186C

Tints of Sapphire #08186C

Color information

#08186C (or 0x08186C) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 6C. RGB value is (8,24,108). Sum of RGB (Red+Green+Blue) = 8+24+108=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #08186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08186C is #F7E793. Grayscale: #1C1C1C. Windows color (decimal): -16246676 or 7084040. OLE color: 7084040.

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

Color convert

RGB824108-
CMYK0.930.7800.58
HSL230.4º86.21%22.75%-
HSV(B)230.4º92.59%42.35%-
XYZ3.131.7914.37-
YUV28.79172.7113.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 108 (42.58% from 255) = 77.14%
R=5.71%
G=17.14%
B=77.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8241080.930.7800.58230.486.2122.75
Hex8186C5D4E03Ae65617
Octal103015413511607234612627
Binary100011000110110010111011001110011101011100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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