Shades of Midnight Express #0D1637
Tints of Midnight Express #0D1637
RGB
CMYK
RGB Variations
Color information
#0D1637 (or 0x0D1637) is known color: Midnight Express. HEX triplet: 0D, 16 and 37. RGB value is (13,22,55). Sum of RGB (Red+Green+Blue) = 13+22+55=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1637 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1637 is #F2E9C8. Grayscale: #161616. Windows color (decimal): -15919561 or 3610125. OLE color: 3610125.
HSL color Cylindrical-coordinate representation of color #0D1637: hue angle of 227.14º 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 #0D1637 is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 22 | 55 | - |
| CMYK | 0.76 | 0.6 | 0 | 0.78 |
| HSL | 227.14º | 0.62% | 0.13% | - |
| HSV(B) | 227.14º | 0.76% | 0.22% | - |
| XYZ | 1.14 | 0.94 | 3.73 | - |
| YUV | 23.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 55 | 0.76 | 0.6 | 0 | 0.78 | 227.14 | 0.62 | 0.13 |
| Hex | D | 16 | 37 | 4C | 3C | 0 | 4E | E3 | 3E | D |
| Octal | 15 | 26 | 67 | 114 | 74 | 0 | 116 | 343 | 76 | 15 |
| Binary | 1101 | 10110 | 110111 | 1001100 | 111100 | 0 | 1001110 | 11100011 | 111110 | 1101 |
Color Harmonies of #0D1637
Complementary color
Monochromatic Colors of #0D1637
Black with #0D1637
Text Example
Text Example
White with #0D1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1637; }
p { color: rgb(13,22,55); }
H1.HeaderClassName
{
color: #0D1637;
}
.AnyTagClassName
{
color: #0D1637;
}
</style>
background-color css
<style>
a { background-color: #0D1637; }
a { background-color: rgb(13,22,55); }
div.DivClassName
{
background-color: #0D1637;
}
.BgClassName
{
background-color: #0D1637;
}
</style>
border-color css
<style>
span { border-color: #0D1637; }
span { border-color: rgb(13,22,55); }
td.TdClassName
{
border-color: #0D1637;
}
.TagClassName
{
border-color: #0D1637;
}
</style>