Shades of Sapphire #08246E
Tints of Sapphire #08246E
RGB
CMYK
RGB Variations
Color information
#08246E (or 0x08246E) is known color: Sapphire. HEX triplet: 08, 24 and 6E. RGB value is (8,36,110). Sum of RGB (Red+Green+Blue) = 8+36+110=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 110 (43.36% from 255 or 71.43% from 154); Max value from RGB is 110 - color contains mainly: blue. Hex color #08246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246E is #F7DB91. Grayscale: #232323. Windows color (decimal): -16243602 or 7218184. OLE color: 7218184.
HSL color Cylindrical-coordinate representation of color #08246E: hue angle of 223.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08246E is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 36 | 110 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.57 |
| HSL | 223.53º | 0.86% | 0.23% | - |
| HSV(B) | 223.53º | 0.93% | 0.43% | - |
| XYZ | 3.55 | 2.44 | 15.04 | - |
| YUV | 36.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 110 | 0.93 | 0.67 | 0 | 0.57 | 223.53 | 0.86 | 0.23 |
| Hex | 8 | 24 | 6E | 5D | 43 | 0 | 39 | E0 | 56 | 17 |
| Octal | 10 | 44 | 156 | 135 | 103 | 0 | 71 | 340 | 126 | 27 |
| Binary | 1000 | 100100 | 1101110 | 1011101 | 1000011 | 0 | 111001 | 11100000 | 1010110 | 10111 |
Color Harmonies of #08246E
Complementary color
Monochromatic Colors of #08246E
Black with #08246E
Text Example
Text Example
White with #08246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08246E; }
p { color: rgb(8,36,110); }
H1.HeaderClassName
{
color: #08246E;
}
.AnyTagClassName
{
color: #08246E;
}
</style>
background-color css
<style>
a { background-color: #08246E; }
a { background-color: rgb(8,36,110); }
div.DivClassName
{
background-color: #08246E;
}
.BgClassName
{
background-color: #08246E;
}
</style>
border-color css
<style>
span { border-color: #08246E; }
span { border-color: rgb(8,36,110); }
td.TdClassName
{
border-color: #08246E;
}
.TagClassName
{
border-color: #08246E;
}
</style>