Shades of Midnight #0E244A
Tints of Midnight #0E244A
RGB
CMYK
RGB Variations
Color information
#0E244A (or 0x0E244A) is known color: Midnight. HEX triplet: 0E, 24 and 4A. RGB value is (14,36,74). Sum of RGB (Red+Green+Blue) = 14+36+74=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E244A is #F1DBB5. Grayscale: #212121. Windows color (decimal): -15850422 or 4858894. OLE color: 4858894.
HSL color Cylindrical-coordinate representation of color #0E244A: hue angle of 218º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E244A is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 36 | 74 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.71 |
| HSL | 218º | 0.68% | 0.17% | - |
| HSV(B) | 218º | 0.81% | 0.29% | - |
| XYZ | 2.05 | 1.85 | 6.73 | - |
| YUV | 33.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 74 | 0.81 | 0.51 | 0 | 0.71 | 218 | 0.68 | 0.17 |
| Hex | E | 24 | 4A | 51 | 33 | 0 | 47 | DA | 44 | 11 |
| Octal | 16 | 44 | 112 | 121 | 63 | 0 | 107 | 332 | 104 | 21 |
| Binary | 1110 | 100100 | 1001010 | 1010001 | 110011 | 0 | 1000111 | 11011010 | 1000100 | 10001 |
Color Harmonies of #0E244A
Complementary color
Monochromatic Colors of #0E244A
Black with #0E244A
Text Example
Text Example
White with #0E244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E244A; }
p { color: rgb(14,36,74); }
H1.HeaderClassName
{
color: #0E244A;
}
.AnyTagClassName
{
color: #0E244A;
}
</style>
background-color css
<style>
a { background-color: #0E244A; }
a { background-color: rgb(14,36,74); }
div.DivClassName
{
background-color: #0E244A;
}
.BgClassName
{
background-color: #0E244A;
}
</style>
border-color css
<style>
span { border-color: #0E244A; }
span { border-color: rgb(14,36,74); }
td.TdClassName
{
border-color: #0E244A;
}
.TagClassName
{
border-color: #0E244A;
}
</style>