Shades of Midnight Express #0D0E48
Tints of Midnight Express #0D0E48
RGB
CMYK
RGB Variations
Color information
#0D0E48 (or 0x0D0E48) is known color: Midnight Express. HEX triplet: 0D, 0E and 48. RGB value is (13,14,72). Sum of RGB (Red+Green+Blue) = 13+14+72=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E48 is #F2F1B7. Grayscale: #141414. Windows color (decimal): -15921592 or 4722189. OLE color: 4722189.
HSL color Cylindrical-coordinate representation of color #0D0E48: hue angle of 238.98º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0E48 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 14 | 72 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.72 |
| HSL | 238.98º | 0.69% | 0.17% | - |
| HSV(B) | 238.98º | 0.82% | 0.28% | - |
| XYZ | 1.49 | 0.87 | 6.22 | - |
| YUV | 20.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 72 | 0.82 | 0.81 | 0 | 0.72 | 238.98 | 0.69 | 0.17 |
| Hex | D | E | 48 | 52 | 51 | 0 | 48 | EF | 45 | 11 |
| Octal | 15 | 16 | 110 | 122 | 121 | 0 | 110 | 357 | 105 | 21 |
| Binary | 1101 | 1110 | 1001000 | 1010010 | 1010001 | 0 | 1001000 | 11101111 | 1000101 | 10001 |
Color Harmonies of #0D0E48
Complementary color
Monochromatic Colors of #0D0E48
Black with #0D0E48
Text Example
Text Example
White with #0D0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E48; }
p { color: rgb(13,14,72); }
H1.HeaderClassName
{
color: #0D0E48;
}
.AnyTagClassName
{
color: #0D0E48;
}
</style>
background-color css
<style>
a { background-color: #0D0E48; }
a { background-color: rgb(13,14,72); }
div.DivClassName
{
background-color: #0D0E48;
}
.BgClassName
{
background-color: #0D0E48;
}
</style>
border-color css
<style>
span { border-color: #0D0E48; }
span { border-color: rgb(13,14,72); }
td.TdClassName
{
border-color: #0D0E48;
}
.TagClassName
{
border-color: #0D0E48;
}
</style>