Shades of Midnight Express #0D1037
Tints of Midnight Express #0D1037
RGB
CMYK
RGB Variations
Color information
#0D1037 (or 0x0D1037) is known color: Midnight Express. HEX triplet: 0D, 10 and 37. RGB value is (13,16,55). Sum of RGB (Red+Green+Blue) = 13+16+55=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1037 is #F2EFC8. Grayscale: #131313. Windows color (decimal): -15921097 or 3608589. OLE color: 3608589.
HSL color Cylindrical-coordinate representation of color #0D1037: hue angle of 235.71º 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 #0D1037 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 16 | 55 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.78 |
| HSL | 235.71º | 0.62% | 0.13% | - |
| HSV(B) | 235.71º | 0.76% | 0.22% | - |
| XYZ | 1.04 | 0.73 | 3.7 | - |
| YUV | 19.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 55 | 0.76 | 0.71 | 0 | 0.78 | 235.71 | 0.62 | 0.13 |
| Hex | D | 10 | 37 | 4C | 47 | 0 | 4E | EC | 3E | D |
| Octal | 15 | 20 | 67 | 114 | 107 | 0 | 116 | 354 | 76 | 15 |
| Binary | 1101 | 10000 | 110111 | 1001100 | 1000111 | 0 | 1001110 | 11101100 | 111110 | 1101 |
Color Harmonies of #0D1037
Complementary color
Monochromatic Colors of #0D1037
Black with #0D1037
Text Example
Text Example
White with #0D1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1037; }
p { color: rgb(13,16,55); }
H1.HeaderClassName
{
color: #0D1037;
}
.AnyTagClassName
{
color: #0D1037;
}
</style>
background-color css
<style>
a { background-color: #0D1037; }
a { background-color: rgb(13,16,55); }
div.DivClassName
{
background-color: #0D1037;
}
.BgClassName
{
background-color: #0D1037;
}
</style>
border-color css
<style>
span { border-color: #0D1037; }
span { border-color: rgb(13,16,55); }
td.TdClassName
{
border-color: #0D1037;
}
.TagClassName
{
border-color: #0D1037;
}
</style>