Shades of Sapphire #0C244E
Tints of Sapphire #0C244E
RGB
CMYK
RGB Variations
Color information
#0C244E (or 0x0C244E) is known color: Sapphire. HEX triplet: 0C, 24 and 4E. RGB value is (12,36,78). Sum of RGB (Red+Green+Blue) = 12+36+78=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C244E is #F3DBB1. Grayscale: #212121. Windows color (decimal): -15981490 or 5121036. OLE color: 5121036.
HSL color Cylindrical-coordinate representation of color #0C244E: hue angle of 218.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C244E is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 36 | 78 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.69 |
| HSL | 218.18º | 0.73% | 0.18% | - |
| HSV(B) | 218.18º | 0.85% | 0.31% | - |
| XYZ | 2.16 | 1.89 | 7.46 | - |
| YUV | 33.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 78 | 0.85 | 0.54 | 0 | 0.69 | 218.18 | 0.73 | 0.18 |
| Hex | C | 24 | 4E | 55 | 36 | 0 | 45 | DA | 49 | 12 |
| Octal | 14 | 44 | 116 | 125 | 66 | 0 | 105 | 332 | 111 | 22 |
| Binary | 1100 | 100100 | 1001110 | 1010101 | 110110 | 0 | 1000101 | 11011010 | 1001001 | 10010 |
Color Harmonies of #0C244E
Complementary color
Monochromatic Colors of #0C244E
Black with #0C244E
Text Example
Text Example
White with #0C244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C244E; }
p { color: rgb(12,36,78); }
H1.HeaderClassName
{
color: #0C244E;
}
.AnyTagClassName
{
color: #0C244E;
}
</style>
background-color css
<style>
a { background-color: #0C244E; }
a { background-color: rgb(12,36,78); }
div.DivClassName
{
background-color: #0C244E;
}
.BgClassName
{
background-color: #0C244E;
}
</style>
border-color css
<style>
span { border-color: #0C244E; }
span { border-color: rgb(12,36,78); }
td.TdClassName
{
border-color: #0C244E;
}
.TagClassName
{
border-color: #0C244E;
}
</style>