Shades of Midnight Express #0D0B46
Tints of Midnight Express #0D0B46
RGB
CMYK
RGB Variations
Color information
#0D0B46 (or 0x0D0B46) is known color: Midnight Express. HEX triplet: 0D, 0B and 46. RGB value is (13,11,70). Sum of RGB (Red+Green+Blue) = 13+11+70=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 70 (27.73% from 255 or 74.47% from 94); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0B46 is #F2F4B9. Grayscale: #121212. Windows color (decimal): -15922362 or 4590349. OLE color: 4590349.
HSL color Cylindrical-coordinate representation of color #0D0B46: hue angle of 242.03º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0B46 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 11 | 70 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.73 |
| HSL | 242.03º | 0.73% | 0.16% | - |
| HSV(B) | 242.03º | 0.84% | 0.27% | - |
| XYZ | 1.39 | 0.77 | 5.87 | - |
| YUV | 18.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 70 | 0.81 | 0.84 | 0 | 0.73 | 242.03 | 0.73 | 0.16 |
| Hex | D | B | 46 | 51 | 54 | 0 | 49 | F2 | 49 | 10 |
| Octal | 15 | 13 | 106 | 121 | 124 | 0 | 111 | 362 | 111 | 20 |
| Binary | 1101 | 1011 | 1000110 | 1010001 | 1010100 | 0 | 1001001 | 11110010 | 1001001 | 10000 |
Color Harmonies of #0D0B46
Complementary color
Monochromatic Colors of #0D0B46
Black with #0D0B46
Text Example
Text Example
White with #0D0B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B46; }
p { color: rgb(13,11,70); }
H1.HeaderClassName
{
color: #0D0B46;
}
.AnyTagClassName
{
color: #0D0B46;
}
</style>
background-color css
<style>
a { background-color: #0D0B46; }
a { background-color: rgb(13,11,70); }
div.DivClassName
{
background-color: #0D0B46;
}
.BgClassName
{
background-color: #0D0B46;
}
</style>
border-color css
<style>
span { border-color: #0D0B46; }
span { border-color: rgb(13,11,70); }
td.TdClassName
{
border-color: #0D0B46;
}
.TagClassName
{
border-color: #0D0B46;
}
</style>