Shades of Midnight Express #0E214B
Tints of Midnight Express #0E214B
RGB
CMYK
RGB Variations
Color information
#0E214B (or 0x0E214B) is known color: Midnight Express. HEX triplet: 0E, 21 and 4B. RGB value is (14,33,75). Sum of RGB (Red+Green+Blue) = 14+33+75=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E214B is #F1DEB4. Grayscale: #1F1F1F. Windows color (decimal): -15851189 or 4923662. OLE color: 4923662.
HSL color Cylindrical-coordinate representation of color #0E214B: hue angle of 221.31º degrees, saturation: 0.69, 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 #0E214B is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 33 | 75 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.71 |
| HSL | 221.31º | 0.69% | 0.17% | - |
| HSV(B) | 221.31º | 0.81% | 0.29% | - |
| XYZ | 1.99 | 1.69 | 6.88 | - |
| YUV | 32.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 75 | 0.81 | 0.56 | 0 | 0.71 | 221.31 | 0.69 | 0.17 |
| Hex | E | 21 | 4B | 51 | 38 | 0 | 47 | DD | 45 | 11 |
| Octal | 16 | 41 | 113 | 121 | 70 | 0 | 107 | 335 | 105 | 21 |
| Binary | 1110 | 100001 | 1001011 | 1010001 | 111000 | 0 | 1000111 | 11011101 | 1000101 | 10001 |
Color Harmonies of #0E214B
Complementary color
Monochromatic Colors of #0E214B
Black with #0E214B
Text Example
Text Example
White with #0E214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E214B; }
p { color: rgb(14,33,75); }
H1.HeaderClassName
{
color: #0E214B;
}
.AnyTagClassName
{
color: #0E214B;
}
</style>
background-color css
<style>
a { background-color: #0E214B; }
a { background-color: rgb(14,33,75); }
div.DivClassName
{
background-color: #0E214B;
}
.BgClassName
{
background-color: #0E214B;
}
</style>
border-color css
<style>
span { border-color: #0E214B; }
span { border-color: rgb(14,33,75); }
td.TdClassName
{
border-color: #0E214B;
}
.TagClassName
{
border-color: #0E214B;
}
</style>