Shades of Midnight Express #0D0F37
Tints of Midnight Express #0D0F37
RGB
CMYK
RGB Variations
Color information
#0D0F37 (or 0x0D0F37) is known color: Midnight Express. HEX triplet: 0D, 0F and 37. RGB value is (13,15,55). Sum of RGB (Red+Green+Blue) = 13+15+55=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D0F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0F37 is #F2F0C8. Grayscale: #121212. Windows color (decimal): -15921353 or 3608333. OLE color: 3608333.
HSL color Cylindrical-coordinate representation of color #0D0F37: hue angle of 237.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 #0D0F37 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 15 | 55 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.78 |
| HSL | 237.14º | 0.62% | 0.13% | - |
| HSV(B) | 237.14º | 0.76% | 0.22% | - |
| XYZ | 1.03 | 0.7 | 3.7 | - |
| YUV | 18.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 55 | 0.76 | 0.73 | 0 | 0.78 | 237.14 | 0.62 | 0.13 |
| Hex | D | F | 37 | 4C | 49 | 0 | 4E | ED | 3E | D |
| Octal | 15 | 17 | 67 | 114 | 111 | 0 | 116 | 355 | 76 | 15 |
| Binary | 1101 | 1111 | 110111 | 1001100 | 1001001 | 0 | 1001110 | 11101101 | 111110 | 1101 |
Color Harmonies of #0D0F37
Complementary color
Monochromatic Colors of #0D0F37
Black with #0D0F37
Text Example
Text Example
White with #0D0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F37; }
p { color: rgb(13,15,55); }
H1.HeaderClassName
{
color: #0D0F37;
}
.AnyTagClassName
{
color: #0D0F37;
}
</style>
background-color css
<style>
a { background-color: #0D0F37; }
a { background-color: rgb(13,15,55); }
div.DivClassName
{
background-color: #0D0F37;
}
.BgClassName
{
background-color: #0D0F37;
}
</style>
border-color css
<style>
span { border-color: #0D0F37; }
span { border-color: rgb(13,15,55); }
td.TdClassName
{
border-color: #0D0F37;
}
.TagClassName
{
border-color: #0D0F37;
}
</style>