Shades of Midnight Express #0B1240
Tints of Midnight Express #0B1240
RGB
CMYK
RGB Variations
Color information
#0B1240 (or 0x0B1240) is known color: Midnight Express. HEX triplet: 0B, 12 and 40. RGB value is (11,18,64). Sum of RGB (Red+Green+Blue) = 11+18+64=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B1240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1240 is #F4EDBF. Grayscale: #141414. Windows color (decimal): -16051648 or 4198923. OLE color: 4198923.
HSL color Cylindrical-coordinate representation of color #0B1240: hue angle of 232.08º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1240 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 18 | 64 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.75 |
| HSL | 232.08º | 0.71% | 0.15% | - |
| HSV(B) | 232.08º | 0.83% | 0.25% | - |
| XYZ | 1.28 | 0.87 | 4.95 | - |
| YUV | 21.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 64 | 0.83 | 0.72 | 0 | 0.75 | 232.08 | 0.71 | 0.15 |
| Hex | B | 12 | 40 | 53 | 48 | 0 | 4B | E8 | 47 | F |
| Octal | 13 | 22 | 100 | 123 | 110 | 0 | 113 | 350 | 107 | 17 |
| Binary | 1011 | 10010 | 1000000 | 1010011 | 1001000 | 0 | 1001011 | 11101000 | 1000111 | 1111 |
Color Harmonies of #0B1240
Complementary color
Monochromatic Colors of #0B1240
Black with #0B1240
Text Example
Text Example
White with #0B1240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1240; }
p { color: rgb(11,18,64); }
H1.HeaderClassName
{
color: #0B1240;
}
.AnyTagClassName
{
color: #0B1240;
}
</style>
background-color css
<style>
a { background-color: #0B1240; }
a { background-color: rgb(11,18,64); }
div.DivClassName
{
background-color: #0B1240;
}
.BgClassName
{
background-color: #0B1240;
}
</style>
border-color css
<style>
span { border-color: #0B1240; }
span { border-color: rgb(11,18,64); }
td.TdClassName
{
border-color: #0B1240;
}
.TagClassName
{
border-color: #0B1240;
}
</style>