Shades of Sapphire #08186C
Tints of Sapphire #08186C
RGB
CMYK
RGB Variations
Color information
#08186C (or 0x08186C) is known color: 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
| RGB | 8 | 24 | 108 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.58 |
| HSL | 230.4º | 0.86% | 0.23% | - |
| HSV(B) | 230.4º | 0.93% | 0.42% | - |
| XYZ | 3.13 | 1.79 | 14.37 | - |
| YUV | 28.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 108 | 0.93 | 0.78 | 0 | 0.58 | 230.4 | 0.86 | 0.23 |
| Hex | 8 | 18 | 6C | 5D | 4E | 0 | 3A | E6 | 56 | 17 |
| Octal | 10 | 30 | 154 | 135 | 116 | 0 | 72 | 346 | 126 | 27 |
| Binary | 1000 | 11000 | 1101100 | 1011101 | 1001110 | 0 | 111010 | 11100110 | 1010110 | 10111 |
Color Harmonies of #08186C
Complementary color
Monochromatic Colors of #08186C
Black with #08186C
Text Example
Text Example
White with #08186C
Text Example
Text Example
HTML Codes & Css Web 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>