Shades of Midnight #0E2A4D
Tints of Midnight #0E2A4D
RGB
CMYK
RGB Variations
Color information
#0E2A4D (or 0x0E2A4D) is known color: Midnight. HEX triplet: 0E, 2A and 4D. RGB value is (14,42,77). Sum of RGB (Red+Green+Blue) = 14+42+77=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E2A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2A4D is #F1D5B2. Grayscale: #252525. Windows color (decimal): -15848883 or 5057038. OLE color: 5057038.
HSL color Cylindrical-coordinate representation of color #0E2A4D: hue angle of 213.33º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E2A4D is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 42 | 77 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.70 |
| HSL | 213.33º | 0.69% | 0.18% | - |
| HSV(B) | 213.33º | 0.82% | 0.3% | - |
| XYZ | 2.35 | 2.29 | 7.34 | - |
| YUV | 37.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 77 | 0.82 | 0.45 | 0 | 0.70 | 213.33 | 0.69 | 0.18 |
| Hex | E | 2A | 4D | 52 | 2D | 0 | 46 | D5 | 45 | 12 |
| Octal | 16 | 52 | 115 | 122 | 55 | 0 | 106 | 325 | 105 | 22 |
| Binary | 1110 | 101010 | 1001101 | 1010010 | 101101 | 0 | 1000110 | 11010101 | 1000101 | 10010 |
Color Harmonies of #0E2A4D
Complementary color
Monochromatic Colors of #0E2A4D
Black with #0E2A4D
Text Example
Text Example
White with #0E2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2A4D; }
p { color: rgb(14,42,77); }
H1.HeaderClassName
{
color: #0E2A4D;
}
.AnyTagClassName
{
color: #0E2A4D;
}
</style>
background-color css
<style>
a { background-color: #0E2A4D; }
a { background-color: rgb(14,42,77); }
div.DivClassName
{
background-color: #0E2A4D;
}
.BgClassName
{
background-color: #0E2A4D;
}
</style>
border-color css
<style>
span { border-color: #0E2A4D; }
span { border-color: rgb(14,42,77); }
td.TdClassName
{
border-color: #0E2A4D;
}
.TagClassName
{
border-color: #0E2A4D;
}
</style>