Shades of Midnight Express #0D1837
Tints of Midnight Express #0D1837
RGB
CMYK
RGB Variations
Color information
#0D1837 (or 0x0D1837) is known color: Midnight Express. HEX triplet: 0D, 18 and 37. RGB value is (13,24,55). Sum of RGB (Red+Green+Blue) = 13+24+55=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1837 is #F2E7C8. Grayscale: #181818. Windows color (decimal): -15919049 or 3610637. OLE color: 3610637.
HSL color Cylindrical-coordinate representation of color #0D1837: hue angle of 224.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D1837 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 24 | 55 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.78 |
| HSL | 224.29º | 0.62% | 0.13% | - |
| HSV(B) | 224.29º | 0.76% | 0.22% | - |
| XYZ | 1.18 | 1.01 | 3.75 | - |
| YUV | 24.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 55 | 0.76 | 0.56 | 0 | 0.78 | 224.29 | 0.62 | 0.13 |
| Hex | D | 18 | 37 | 4C | 38 | 0 | 4E | E0 | 3E | D |
| Octal | 15 | 30 | 67 | 114 | 70 | 0 | 116 | 340 | 76 | 15 |
| Binary | 1101 | 11000 | 110111 | 1001100 | 111000 | 0 | 1001110 | 11100000 | 111110 | 1101 |
Color Harmonies of #0D1837
Complementary color
Monochromatic Colors of #0D1837
Black with #0D1837
Text Example
Text Example
White with #0D1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1837; }
p { color: rgb(13,24,55); }
H1.HeaderClassName
{
color: #0D1837;
}
.AnyTagClassName
{
color: #0D1837;
}
</style>
background-color css
<style>
a { background-color: #0D1837; }
a { background-color: rgb(13,24,55); }
div.DivClassName
{
background-color: #0D1837;
}
.BgClassName
{
background-color: #0D1837;
}
</style>
border-color css
<style>
span { border-color: #0D1837; }
span { border-color: rgb(13,24,55); }
td.TdClassName
{
border-color: #0D1837;
}
.TagClassName
{
border-color: #0D1837;
}
</style>