Shades of Midnight Express #0D1931
Tints of Midnight Express #0D1931
RGB
CMYK
RGB Variations
Color information
#0D1931 (or 0x0D1931) is known color: Midnight Express. HEX triplet: 0D, 19 and 31. RGB value is (13,25,49). Sum of RGB (Red+Green+Blue) = 13+25+49=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D1931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1931 is #F2E6CE. Grayscale: #181818. Windows color (decimal): -15918799 or 3217677. OLE color: 3217677.
HSL color Cylindrical-coordinate representation of color #0D1931: hue angle of 220º 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 #0D1931 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 25 | 49 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.81 |
| HSL | 220º | 0.58% | 0.12% | - |
| HSV(B) | 220º | 0.73% | 0.19% | - |
| XYZ | 1.07 | 1 | 3.04 | - |
| YUV | 24.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 49 | 0.73 | 0.49 | 0 | 0.81 | 220 | 0.58 | 0.12 |
| Hex | D | 19 | 31 | 49 | 31 | 0 | 51 | DC | 3A | C |
| Octal | 15 | 31 | 61 | 111 | 61 | 0 | 121 | 334 | 72 | 14 |
| Binary | 1101 | 11001 | 110001 | 1001001 | 110001 | 0 | 1010001 | 11011100 | 111010 | 1100 |
Color Harmonies of #0D1931
Complementary color
Monochromatic Colors of #0D1931
Black with #0D1931
Text Example
Text Example
White with #0D1931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1931; }
p { color: rgb(13,25,49); }
H1.HeaderClassName
{
color: #0D1931;
}
.AnyTagClassName
{
color: #0D1931;
}
</style>
background-color css
<style>
a { background-color: #0D1931; }
a { background-color: rgb(13,25,49); }
div.DivClassName
{
background-color: #0D1931;
}
.BgClassName
{
background-color: #0D1931;
}
</style>
border-color css
<style>
span { border-color: #0D1931; }
span { border-color: rgb(13,25,49); }
td.TdClassName
{
border-color: #0D1931;
}
.TagClassName
{
border-color: #0D1931;
}
</style>