Shades of Sapphire #08246D
Tints of Sapphire #08246D
RGB
CMYK
RGB Variations
Color information
#08246D (or 0x08246D) is known color: Sapphire. HEX triplet: 08, 24 and 6D. RGB value is (8,36,109). Sum of RGB (Red+Green+Blue) = 8+36+109=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #08246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08246D is #F7DB92. Grayscale: #232323. Windows color (decimal): -16243603 or 7152648. OLE color: 7152648.
HSL color Cylindrical-coordinate representation of color #08246D: hue angle of 223.37º 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 #08246D is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 36 | 109 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.57 |
| HSL | 223.37º | 0.86% | 0.23% | - |
| HSV(B) | 223.37º | 0.93% | 0.43% | - |
| XYZ | 3.49 | 2.42 | 14.75 | - |
| YUV | 35.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 109 | 0.93 | 0.67 | 0 | 0.57 | 223.37 | 0.86 | 0.23 |
| Hex | 8 | 24 | 6D | 5D | 43 | 0 | 39 | DF | 56 | 17 |
| Octal | 10 | 44 | 155 | 135 | 103 | 0 | 71 | 337 | 126 | 27 |
| Binary | 1000 | 100100 | 1101101 | 1011101 | 1000011 | 0 | 111001 | 11011111 | 1010110 | 10111 |
Color Harmonies of #08246D
Complementary color
Monochromatic Colors of #08246D
Black with #08246D
Text Example
Text Example
White with #08246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08246D; }
p { color: rgb(8,36,109); }
H1.HeaderClassName
{
color: #08246D;
}
.AnyTagClassName
{
color: #08246D;
}
</style>
background-color css
<style>
a { background-color: #08246D; }
a { background-color: rgb(8,36,109); }
div.DivClassName
{
background-color: #08246D;
}
.BgClassName
{
background-color: #08246D;
}
</style>
border-color css
<style>
span { border-color: #08246D; }
span { border-color: rgb(8,36,109); }
td.TdClassName
{
border-color: #08246D;
}
.TagClassName
{
border-color: #08246D;
}
</style>