Shades of Midnight #0E284D
Tints of Midnight #0E284D
RGB
CMYK
RGB Variations
Color information
#0E284D (or 0x0E284D) is known color: Midnight. HEX triplet: 0E, 28 and 4D. RGB value is (14,40,77). Sum of RGB (Red+Green+Blue) = 14+40+77=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E284D is #F1D7B2. Grayscale: #242424. Windows color (decimal): -15849395 or 5056526. OLE color: 5056526.
HSL color Cylindrical-coordinate representation of color #0E284D: hue angle of 215.24º 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 #0E284D is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 40 | 77 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.70 |
| HSL | 215.24º | 0.69% | 0.18% | - |
| HSV(B) | 215.24º | 0.82% | 0.3% | - |
| XYZ | 2.28 | 2.15 | 7.32 | - |
| YUV | 36.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 77 | 0.82 | 0.48 | 0 | 0.70 | 215.24 | 0.69 | 0.18 |
| Hex | E | 28 | 4D | 52 | 30 | 0 | 46 | D7 | 45 | 12 |
| Octal | 16 | 50 | 115 | 122 | 60 | 0 | 106 | 327 | 105 | 22 |
| Binary | 1110 | 101000 | 1001101 | 1010010 | 110000 | 0 | 1000110 | 11010111 | 1000101 | 10010 |
Color Harmonies of #0E284D
Complementary color
Monochromatic Colors of #0E284D
Black with #0E284D
Text Example
Text Example
White with #0E284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E284D; }
p { color: rgb(14,40,77); }
H1.HeaderClassName
{
color: #0E284D;
}
.AnyTagClassName
{
color: #0E284D;
}
</style>
background-color css
<style>
a { background-color: #0E284D; }
a { background-color: rgb(14,40,77); }
div.DivClassName
{
background-color: #0E284D;
}
.BgClassName
{
background-color: #0E284D;
}
</style>
border-color css
<style>
span { border-color: #0E284D; }
span { border-color: rgb(14,40,77); }
td.TdClassName
{
border-color: #0E284D;
}
.TagClassName
{
border-color: #0E284D;
}
</style>