Shades of Midnight Express #0D1D37
Tints of Midnight Express #0D1D37
RGB
CMYK
RGB Variations
Color information
#0D1D37 (or 0x0D1D37) is known color: Midnight Express. HEX triplet: 0D, 1D and 37. RGB value is (13,29,55). Sum of RGB (Red+Green+Blue) = 13+29+55=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D37 is #F2E2C8. Grayscale: #1B1B1B. Windows color (decimal): -15917769 or 3611917. OLE color: 3611917.
HSL color Cylindrical-coordinate representation of color #0D1D37: hue angle of 217.14º 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 #0D1D37 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 29 | 55 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.78 |
| HSL | 217.14º | 0.62% | 0.13% | - |
| HSV(B) | 217.14º | 0.76% | 0.22% | - |
| XYZ | 1.29 | 1.24 | 3.79 | - |
| YUV | 27.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 55 | 0.76 | 0.47 | 0 | 0.78 | 217.14 | 0.62 | 0.13 |
| Hex | D | 1D | 37 | 4C | 2F | 0 | 4E | D9 | 3E | D |
| Octal | 15 | 35 | 67 | 114 | 57 | 0 | 116 | 331 | 76 | 15 |
| Binary | 1101 | 11101 | 110111 | 1001100 | 101111 | 0 | 1001110 | 11011001 | 111110 | 1101 |
Color Harmonies of #0D1D37
Complementary color
Monochromatic Colors of #0D1D37
Black with #0D1D37
Text Example
Text Example
White with #0D1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D37; }
p { color: rgb(13,29,55); }
H1.HeaderClassName
{
color: #0D1D37;
}
.AnyTagClassName
{
color: #0D1D37;
}
</style>
background-color css
<style>
a { background-color: #0D1D37; }
a { background-color: rgb(13,29,55); }
div.DivClassName
{
background-color: #0D1D37;
}
.BgClassName
{
background-color: #0D1D37;
}
</style>
border-color css
<style>
span { border-color: #0D1D37; }
span { border-color: rgb(13,29,55); }
td.TdClassName
{
border-color: #0D1D37;
}
.TagClassName
{
border-color: #0D1D37;
}
</style>