Shades of Midnight Express #0B0E45
Tints of Midnight Express #0B0E45
RGB
CMYK
RGB Variations
Color information
#0B0E45 (or 0x0B0E45) is known color: Midnight Express. HEX triplet: 0B, 0E and 45. RGB value is (11,14,69). Sum of RGB (Red+Green+Blue) = 11+14+69=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B0E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0E45 is #F4F1BA. Grayscale: #131313. Windows color (decimal): -16052667 or 4525579. OLE color: 4525579.
HSL color Cylindrical-coordinate representation of color #0B0E45: hue angle of 236.9º 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 #0B0E45 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 14 | 69 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.73 |
| HSL | 236.9º | 0.73% | 0.16% | - |
| HSV(B) | 236.9º | 0.84% | 0.27% | - |
| XYZ | 1.37 | 0.81 | 5.72 | - |
| YUV | 19.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 69 | 0.84 | 0.80 | 0 | 0.73 | 236.9 | 0.73 | 0.16 |
| Hex | B | E | 45 | 54 | 50 | 0 | 49 | ED | 48 | 10 |
| Octal | 13 | 16 | 105 | 124 | 120 | 0 | 111 | 355 | 110 | 20 |
| Binary | 1011 | 1110 | 1000101 | 1010100 | 1010000 | 0 | 1001001 | 11101101 | 1001000 | 10000 |
Color Harmonies of #0B0E45
Complementary color
Monochromatic Colors of #0B0E45
Black with #0B0E45
Text Example
Text Example
White with #0B0E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E45; }
p { color: rgb(11,14,69); }
H1.HeaderClassName
{
color: #0B0E45;
}
.AnyTagClassName
{
color: #0B0E45;
}
</style>
background-color css
<style>
a { background-color: #0B0E45; }
a { background-color: rgb(11,14,69); }
div.DivClassName
{
background-color: #0B0E45;
}
.BgClassName
{
background-color: #0B0E45;
}
</style>
border-color css
<style>
span { border-color: #0B0E45; }
span { border-color: rgb(11,14,69); }
td.TdClassName
{
border-color: #0B0E45;
}
.TagClassName
{
border-color: #0B0E45;
}
</style>