Shades of Midnight Express #0D1B37
Tints of Midnight Express #0D1B37
RGB
CMYK
RGB Variations
Color information
#0D1B37 (or 0x0D1B37) is known color: Midnight Express. HEX triplet: 0D, 1B and 37. RGB value is (13,27,55). Sum of RGB (Red+Green+Blue) = 13+27+55=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B37 is #F2E4C8. Grayscale: #191919. Windows color (decimal): -15918281 or 3611405. OLE color: 3611405.
HSL color Cylindrical-coordinate representation of color #0D1B37: hue angle of 220º 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 #0D1B37 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 27 | 55 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.78 |
| HSL | 220º | 0.62% | 0.13% | - |
| HSV(B) | 220º | 0.76% | 0.22% | - |
| XYZ | 1.25 | 1.15 | 3.77 | - |
| YUV | 26.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 55 | 0.76 | 0.51 | 0 | 0.78 | 220 | 0.62 | 0.13 |
| Hex | D | 1B | 37 | 4C | 33 | 0 | 4E | DC | 3E | D |
| Octal | 15 | 33 | 67 | 114 | 63 | 0 | 116 | 334 | 76 | 15 |
| Binary | 1101 | 11011 | 110111 | 1001100 | 110011 | 0 | 1001110 | 11011100 | 111110 | 1101 |
Color Harmonies of #0D1B37
Complementary color
Monochromatic Colors of #0D1B37
Black with #0D1B37
Text Example
Text Example
White with #0D1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B37; }
p { color: rgb(13,27,55); }
H1.HeaderClassName
{
color: #0D1B37;
}
.AnyTagClassName
{
color: #0D1B37;
}
</style>
background-color css
<style>
a { background-color: #0D1B37; }
a { background-color: rgb(13,27,55); }
div.DivClassName
{
background-color: #0D1B37;
}
.BgClassName
{
background-color: #0D1B37;
}
</style>
border-color css
<style>
span { border-color: #0D1B37; }
span { border-color: rgb(13,27,55); }
td.TdClassName
{
border-color: #0D1B37;
}
.TagClassName
{
border-color: #0D1B37;
}
</style>