Shades of Midnight Express #0D1531
Tints of Midnight Express #0D1531
RGB
CMYK
RGB Variations
Color information
#0D1531 (or 0x0D1531) is known color: Midnight Express. HEX triplet: 0D, 15 and 31. RGB value is (13,21,49). Sum of RGB (Red+Green+Blue) = 13+21+49=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D1531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1531 is #F2EACE. Grayscale: #151515. Windows color (decimal): -15919823 or 3216653. OLE color: 3216653.
HSL color Cylindrical-coordinate representation of color #0D1531: hue angle of 226.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1531 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 21 | 49 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.81 |
| HSL | 226.67º | 0.58% | 0.12% | - |
| HSV(B) | 226.67º | 0.73% | 0.19% | - |
| XYZ | 0.99 | 0.84 | 3.02 | - |
| YUV | 21.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 49 | 0.73 | 0.57 | 0 | 0.81 | 226.67 | 0.58 | 0.12 |
| Hex | D | 15 | 31 | 49 | 39 | 0 | 51 | E3 | 3A | C |
| Octal | 15 | 25 | 61 | 111 | 71 | 0 | 121 | 343 | 72 | 14 |
| Binary | 1101 | 10101 | 110001 | 1001001 | 111001 | 0 | 1010001 | 11100011 | 111010 | 1100 |
Color Harmonies of #0D1531
Complementary color
Monochromatic Colors of #0D1531
Black with #0D1531
Text Example
Text Example
White with #0D1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1531; }
p { color: rgb(13,21,49); }
H1.HeaderClassName
{
color: #0D1531;
}
.AnyTagClassName
{
color: #0D1531;
}
</style>
background-color css
<style>
a { background-color: #0D1531; }
a { background-color: rgb(13,21,49); }
div.DivClassName
{
background-color: #0D1531;
}
.BgClassName
{
background-color: #0D1531;
}
</style>
border-color css
<style>
span { border-color: #0D1531; }
span { border-color: rgb(13,21,49); }
td.TdClassName
{
border-color: #0D1531;
}
.TagClassName
{
border-color: #0D1531;
}
</style>