Shades of Midnight Express #0D073B
Tints of Midnight Express #0D073B
RGB
CMYK
RGB Variations
Color information
#0D073B (or 0x0D073B) is known color: Midnight Express. HEX triplet: 0D, 07 and 3B. RGB value is (13,7,59). Sum of RGB (Red+Green+Blue) = 13+7+59=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D073B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D073B is #F2F8C4. Grayscale: #0E0E0E. Windows color (decimal): -15923397 or 3868429. OLE color: 3868429.
HSL color Cylindrical-coordinate representation of color #0D073B: hue angle of 246.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D073B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 7 | 59 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.77 |
| HSL | 246.92º | 0.79% | 0.13% | - |
| HSV(B) | 246.92º | 0.88% | 0.23% | - |
| XYZ | 1.03 | 0.55 | 4.19 | - |
| YUV | 14.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 59 | 0.78 | 0.88 | 0 | 0.77 | 246.92 | 0.79 | 0.13 |
| Hex | D | 7 | 3B | 4E | 58 | 0 | 4D | F7 | 4F | D |
| Octal | 15 | 7 | 73 | 116 | 130 | 0 | 115 | 367 | 117 | 15 |
| Binary | 1101 | 111 | 111011 | 1001110 | 1011000 | 0 | 1001101 | 11110111 | 1001111 | 1101 |
Color Harmonies of #0D073B
Complementary color
Monochromatic Colors of #0D073B
Black with #0D073B
Text Example
Text Example
White with #0D073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D073B; }
p { color: rgb(13,7,59); }
H1.HeaderClassName
{
color: #0D073B;
}
.AnyTagClassName
{
color: #0D073B;
}
</style>
background-color css
<style>
a { background-color: #0D073B; }
a { background-color: rgb(13,7,59); }
div.DivClassName
{
background-color: #0D073B;
}
.BgClassName
{
background-color: #0D073B;
}
</style>
border-color css
<style>
span { border-color: #0D073B; }
span { border-color: rgb(13,7,59); }
td.TdClassName
{
border-color: #0D073B;
}
.TagClassName
{
border-color: #0D073B;
}
</style>