Shades of Midnight #0E274D
Tints of Midnight #0E274D
RGB
CMYK
RGB Variations
Color information
#0E274D (or 0x0E274D) is known color: Midnight. HEX triplet: 0E, 27 and 4D. RGB value is (14,39,77). Sum of RGB (Red+Green+Blue) = 14+39+77=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E274D is #F1D8B2. Grayscale: #232323. Windows color (decimal): -15849651 or 5056270. OLE color: 5056270.
HSL color Cylindrical-coordinate representation of color #0E274D: hue angle of 216.19º 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 #0E274D is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 39 | 77 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.70 |
| HSL | 216.19º | 0.69% | 0.18% | - |
| HSV(B) | 216.19º | 0.82% | 0.3% | - |
| XYZ | 2.25 | 2.08 | 7.3 | - |
| YUV | 35.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 77 | 0.82 | 0.49 | 0 | 0.70 | 216.19 | 0.69 | 0.18 |
| Hex | E | 27 | 4D | 52 | 31 | 0 | 46 | D8 | 45 | 12 |
| Octal | 16 | 47 | 115 | 122 | 61 | 0 | 106 | 330 | 105 | 22 |
| Binary | 1110 | 100111 | 1001101 | 1010010 | 110001 | 0 | 1000110 | 11011000 | 1000101 | 10010 |
Color Harmonies of #0E274D
Complementary color
Monochromatic Colors of #0E274D
Black with #0E274D
Text Example
Text Example
White with #0E274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E274D; }
p { color: rgb(14,39,77); }
H1.HeaderClassName
{
color: #0E274D;
}
.AnyTagClassName
{
color: #0E274D;
}
</style>
background-color css
<style>
a { background-color: #0E274D; }
a { background-color: rgb(14,39,77); }
div.DivClassName
{
background-color: #0E274D;
}
.BgClassName
{
background-color: #0E274D;
}
</style>
border-color css
<style>
span { border-color: #0E274D; }
span { border-color: rgb(14,39,77); }
td.TdClassName
{
border-color: #0E274D;
}
.TagClassName
{
border-color: #0E274D;
}
</style>