Shades of Midnight Express #0B2047
Tints of Midnight Express #0B2047
RGB
CMYK
RGB Variations
Color information
#0B2047 (or 0x0B2047) is known color: Midnight Express. HEX triplet: 0B, 20 and 47. RGB value is (11,32,71). Sum of RGB (Red+Green+Blue) = 11+32+71=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B2047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2047 is #F4DFB8. Grayscale: #1D1D1D. Windows color (decimal): -16048057 or 4661259. OLE color: 4661259.
HSL color Cylindrical-coordinate representation of color #0B2047: hue angle of 219º 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 #0B2047 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 32 | 71 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.72 |
| HSL | 219º | 0.73% | 0.16% | - |
| HSV(B) | 219º | 0.85% | 0.28% | - |
| XYZ | 1.79 | 1.56 | 6.17 | - |
| YUV | 30.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 71 | 0.85 | 0.55 | 0 | 0.72 | 219 | 0.73 | 0.16 |
| Hex | B | 20 | 47 | 55 | 37 | 0 | 48 | DB | 49 | 10 |
| Octal | 13 | 40 | 107 | 125 | 67 | 0 | 110 | 333 | 111 | 20 |
| Binary | 1011 | 100000 | 1000111 | 1010101 | 110111 | 0 | 1001000 | 11011011 | 1001001 | 10000 |
Color Harmonies of #0B2047
Complementary color
Monochromatic Colors of #0B2047
Black with #0B2047
Text Example
Text Example
White with #0B2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2047; }
p { color: rgb(11,32,71); }
H1.HeaderClassName
{
color: #0B2047;
}
.AnyTagClassName
{
color: #0B2047;
}
</style>
background-color css
<style>
a { background-color: #0B2047; }
a { background-color: rgb(11,32,71); }
div.DivClassName
{
background-color: #0B2047;
}
.BgClassName
{
background-color: #0B2047;
}
</style>
border-color css
<style>
span { border-color: #0B2047; }
span { border-color: rgb(11,32,71); }
td.TdClassName
{
border-color: #0B2047;
}
.TagClassName
{
border-color: #0B2047;
}
</style>