Shades of Sapphire #08246F
Tints of Sapphire #08246F
RGB
CMYK
RGB Variations
Color information
#08246F (or 0x08246F) is known color: Sapphire. HEX triplet: 08, 24 and 6F. RGB value is (8,36,111). Sum of RGB (Red+Green+Blue) = 8+36+111=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #08246F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246F is #F7DB90. Grayscale: #232323. Windows color (decimal): -16243601 or 7283720. OLE color: 7283720.
HSL color Cylindrical-coordinate representation of color #08246F: hue angle of 223.69º 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 #08246F is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 36 | 111 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.56 |
| HSL | 223.69º | 0.87% | 0.23% | - |
| HSV(B) | 223.69º | 0.93% | 0.44% | - |
| XYZ | 3.6 | 2.46 | 15.32 | - |
| YUV | 36.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 111 | 0.93 | 0.68 | 0 | 0.56 | 223.69 | 0.87 | 0.23 |
| Hex | 8 | 24 | 6F | 5D | 44 | 0 | 38 | E0 | 57 | 17 |
| Octal | 10 | 44 | 157 | 135 | 104 | 0 | 70 | 340 | 127 | 27 |
| Binary | 1000 | 100100 | 1101111 | 1011101 | 1000100 | 0 | 111000 | 11100000 | 1010111 | 10111 |
Color Harmonies of #08246F
Complementary color
Monochromatic Colors of #08246F
Black with #08246F
Text Example
Text Example
White with #08246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08246F; }
p { color: rgb(8,36,111); }
H1.HeaderClassName
{
color: #08246F;
}
.AnyTagClassName
{
color: #08246F;
}
</style>
background-color css
<style>
a { background-color: #08246F; }
a { background-color: rgb(8,36,111); }
div.DivClassName
{
background-color: #08246F;
}
.BgClassName
{
background-color: #08246F;
}
</style>
border-color css
<style>
span { border-color: #08246F; }
span { border-color: rgb(8,36,111); }
td.TdClassName
{
border-color: #08246F;
}
.TagClassName
{
border-color: #08246F;
}
</style>