Shades of Midnight Express #0D1537
Tints of Midnight Express #0D1537
RGB
CMYK
RGB Variations
Color information
#0D1537 (or 0x0D1537) is known color: Midnight Express. HEX triplet: 0D, 15 and 37. RGB value is (13,21,55). Sum of RGB (Red+Green+Blue) = 13+21+55=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1537 is #F2EAC8. Grayscale: #161616. Windows color (decimal): -15919817 or 3609869. OLE color: 3609869.
HSL color Cylindrical-coordinate representation of color #0D1537: hue angle of 228.57º 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 #0D1537 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 21 | 55 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.78 |
| HSL | 228.57º | 0.62% | 0.13% | - |
| HSV(B) | 228.57º | 0.76% | 0.22% | - |
| XYZ | 1.12 | 0.9 | 3.73 | - |
| YUV | 22.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 55 | 0.76 | 0.62 | 0 | 0.78 | 228.57 | 0.62 | 0.13 |
| Hex | D | 15 | 37 | 4C | 3E | 0 | 4E | E5 | 3E | D |
| Octal | 15 | 25 | 67 | 114 | 76 | 0 | 116 | 345 | 76 | 15 |
| Binary | 1101 | 10101 | 110111 | 1001100 | 111110 | 0 | 1001110 | 11100101 | 111110 | 1101 |
Color Harmonies of #0D1537
Complementary color
Monochromatic Colors of #0D1537
Black with #0D1537
Text Example
Text Example
White with #0D1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1537; }
p { color: rgb(13,21,55); }
H1.HeaderClassName
{
color: #0D1537;
}
.AnyTagClassName
{
color: #0D1537;
}
</style>
background-color css
<style>
a { background-color: #0D1537; }
a { background-color: rgb(13,21,55); }
div.DivClassName
{
background-color: #0D1537;
}
.BgClassName
{
background-color: #0D1537;
}
</style>
border-color css
<style>
span { border-color: #0D1537; }
span { border-color: rgb(13,21,55); }
td.TdClassName
{
border-color: #0D1537;
}
.TagClassName
{
border-color: #0D1537;
}
</style>