Shades of Midnight Express #0D1437
Tints of Midnight Express #0D1437
RGB
CMYK
RGB Variations
Color information
#0D1437 (or 0x0D1437) is known color: Midnight Express. HEX triplet: 0D, 14 and 37. RGB value is (13,20,55). Sum of RGB (Red+Green+Blue) = 13+20+55=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1437 is #F2EBC8. Grayscale: #151515. Windows color (decimal): -15920073 or 3609613. OLE color: 3609613.
HSL color Cylindrical-coordinate representation of color #0D1437: hue angle of 230º 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 #0D1437 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 20 | 55 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.78 |
| HSL | 230º | 0.62% | 0.13% | - |
| HSV(B) | 230º | 0.76% | 0.22% | - |
| XYZ | 1.11 | 0.86 | 3.72 | - |
| YUV | 21.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 55 | 0.76 | 0.64 | 0 | 0.78 | 230 | 0.62 | 0.13 |
| Hex | D | 14 | 37 | 4C | 40 | 0 | 4E | E6 | 3E | D |
| Octal | 15 | 24 | 67 | 114 | 100 | 0 | 116 | 346 | 76 | 15 |
| Binary | 1101 | 10100 | 110111 | 1001100 | 1000000 | 0 | 1001110 | 11100110 | 111110 | 1101 |
Color Harmonies of #0D1437
Complementary color
Monochromatic Colors of #0D1437
Black with #0D1437
Text Example
Text Example
White with #0D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1437; }
p { color: rgb(13,20,55); }
H1.HeaderClassName
{
color: #0D1437;
}
.AnyTagClassName
{
color: #0D1437;
}
</style>
background-color css
<style>
a { background-color: #0D1437; }
a { background-color: rgb(13,20,55); }
div.DivClassName
{
background-color: #0D1437;
}
.BgClassName
{
background-color: #0D1437;
}
</style>
border-color css
<style>
span { border-color: #0D1437; }
span { border-color: rgb(13,20,55); }
td.TdClassName
{
border-color: #0D1437;
}
.TagClassName
{
border-color: #0D1437;
}
</style>