Shades of Sapphire #08244E
Tints of Sapphire #08244E
RGB
CMYK
RGB Variations
Color information
#08244E (or 0x08244E) is known color: Sapphire. HEX triplet: 08, 24 and 4E. RGB value is (8,36,78). Sum of RGB (Red+Green+Blue) = 8+36+78=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #08244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08244E is #F7DBB1. Grayscale: #202020. Windows color (decimal): -16243634 or 5121032. OLE color: 5121032.
HSL color Cylindrical-coordinate representation of color #08244E: hue angle of 216º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08244E is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 36 | 78 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.69 |
| HSL | 216º | 0.81% | 0.17% | - |
| HSV(B) | 216º | 0.9% | 0.31% | - |
| XYZ | 2.11 | 1.86 | 7.46 | - |
| YUV | 32.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 78 | 0.90 | 0.54 | 0 | 0.69 | 216 | 0.81 | 0.17 |
| Hex | 8 | 24 | 4E | 5A | 36 | 0 | 45 | D8 | 51 | 11 |
| Octal | 10 | 44 | 116 | 132 | 66 | 0 | 105 | 330 | 121 | 21 |
| Binary | 1000 | 100100 | 1001110 | 1011010 | 110110 | 0 | 1000101 | 11011000 | 1010001 | 10001 |
Color Harmonies of #08244E
Complementary color
Monochromatic Colors of #08244E
Black with #08244E
Text Example
Text Example
White with #08244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08244E; }
p { color: rgb(8,36,78); }
H1.HeaderClassName
{
color: #08244E;
}
.AnyTagClassName
{
color: #08244E;
}
</style>
background-color css
<style>
a { background-color: #08244E; }
a { background-color: rgb(8,36,78); }
div.DivClassName
{
background-color: #08244E;
}
.BgClassName
{
background-color: #08244E;
}
</style>
border-color css
<style>
span { border-color: #08244E; }
span { border-color: rgb(8,36,78); }
td.TdClassName
{
border-color: #08244E;
}
.TagClassName
{
border-color: #08244E;
}
</style>