Shades of Sapphire #08186F
Tints of Sapphire #08186F
RGB
CMYK
RGB Variations
Color information
#08186F (or 0x08186F) is known color: Sapphire. HEX triplet: 08, 18 and 6F. RGB value is (8,24,111). Sum of RGB (Red+Green+Blue) = 8+24+111=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #08186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08186F is #F7E790. Grayscale: #1C1C1C. Windows color (decimal): -16246673 or 7280648. OLE color: 7280648.
HSL color Cylindrical-coordinate representation of color #08186F: hue angle of 230.68º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08186F is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 24 | 111 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.56 |
| HSL | 230.68º | 0.87% | 0.23% | - |
| HSV(B) | 230.68º | 0.93% | 0.44% | - |
| XYZ | 3.3 | 1.85 | 15.22 | - |
| YUV | 29.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 111 | 0.93 | 0.78 | 0 | 0.56 | 230.68 | 0.87 | 0.23 |
| Hex | 8 | 18 | 6F | 5D | 4E | 0 | 38 | E7 | 57 | 17 |
| Octal | 10 | 30 | 157 | 135 | 116 | 0 | 70 | 347 | 127 | 27 |
| Binary | 1000 | 11000 | 1101111 | 1011101 | 1001110 | 0 | 111000 | 11100111 | 1010111 | 10111 |
Color Harmonies of #08186F
Complementary color
Monochromatic Colors of #08186F
Black with #08186F
Text Example
Text Example
White with #08186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08186F; }
p { color: rgb(8,24,111); }
H1.HeaderClassName
{
color: #08186F;
}
.AnyTagClassName
{
color: #08186F;
}
</style>
background-color css
<style>
a { background-color: #08186F; }
a { background-color: rgb(8,24,111); }
div.DivClassName
{
background-color: #08186F;
}
.BgClassName
{
background-color: #08186F;
}
</style>
border-color css
<style>
span { border-color: #08186F; }
span { border-color: rgb(8,24,111); }
td.TdClassName
{
border-color: #08186F;
}
.TagClassName
{
border-color: #08186F;
}
</style>