Shades of Midnight Express #0B0E48
Tints of Midnight Express #0B0E48
RGB
CMYK
RGB Variations
Color information
#0B0E48 (or 0x0B0E48) is known color: Midnight Express. HEX triplet: 0B, 0E and 48. RGB value is (11,14,72). Sum of RGB (Red+Green+Blue) = 11+14+72=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0E48 is #F4F1B7. Grayscale: #131313. Windows color (decimal): -16052664 or 4722187. OLE color: 4722187.
HSL color Cylindrical-coordinate representation of color #0B0E48: hue angle of 237.05º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0E48 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 14 | 72 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.72 |
| HSL | 237.05º | 0.73% | 0.16% | - |
| HSV(B) | 237.05º | 0.85% | 0.28% | - |
| XYZ | 1.46 | 0.85 | 6.22 | - |
| YUV | 19.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 72 | 0.85 | 0.81 | 0 | 0.72 | 237.05 | 0.73 | 0.16 |
| Hex | B | E | 48 | 55 | 51 | 0 | 48 | ED | 49 | 10 |
| Octal | 13 | 16 | 110 | 125 | 121 | 0 | 110 | 355 | 111 | 20 |
| Binary | 1011 | 1110 | 1001000 | 1010101 | 1010001 | 0 | 1001000 | 11101101 | 1001001 | 10000 |
Color Harmonies of #0B0E48
Complementary color
Monochromatic Colors of #0B0E48
Black with #0B0E48
Text Example
Text Example
White with #0B0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E48; }
p { color: rgb(11,14,72); }
H1.HeaderClassName
{
color: #0B0E48;
}
.AnyTagClassName
{
color: #0B0E48;
}
</style>
background-color css
<style>
a { background-color: #0B0E48; }
a { background-color: rgb(11,14,72); }
div.DivClassName
{
background-color: #0B0E48;
}
.BgClassName
{
background-color: #0B0E48;
}
</style>
border-color css
<style>
span { border-color: #0B0E48; }
span { border-color: rgb(11,14,72); }
td.TdClassName
{
border-color: #0B0E48;
}
.TagClassName
{
border-color: #0B0E48;
}
</style>