Shades of Midnight Express #0B2147
Tints of Midnight Express #0B2147
RGB
CMYK
RGB Variations
Color information
#0B2147 (or 0x0B2147) is known color: Midnight Express. HEX triplet: 0B, 21 and 47. RGB value is (11,33,71). Sum of RGB (Red+Green+Blue) = 11+33+71=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B2147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2147 is #F4DEB8. Grayscale: #1E1E1E. Windows color (decimal): -16047801 or 4661515. OLE color: 4661515.
HSL color Cylindrical-coordinate representation of color #0B2147: hue angle of 218º 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 #0B2147 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 33 | 71 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.72 |
| HSL | 218º | 0.73% | 0.16% | - |
| HSV(B) | 218º | 0.85% | 0.28% | - |
| XYZ | 1.82 | 1.61 | 6.18 | - |
| YUV | 30.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 71 | 0.85 | 0.54 | 0 | 0.72 | 218 | 0.73 | 0.16 |
| Hex | B | 21 | 47 | 55 | 36 | 0 | 48 | DA | 49 | 10 |
| Octal | 13 | 41 | 107 | 125 | 66 | 0 | 110 | 332 | 111 | 20 |
| Binary | 1011 | 100001 | 1000111 | 1010101 | 110110 | 0 | 1001000 | 11011010 | 1001001 | 10000 |
Color Harmonies of #0B2147
Complementary color
Monochromatic Colors of #0B2147
Black with #0B2147
Text Example
Text Example
White with #0B2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2147; }
p { color: rgb(11,33,71); }
H1.HeaderClassName
{
color: #0B2147;
}
.AnyTagClassName
{
color: #0B2147;
}
</style>
background-color css
<style>
a { background-color: #0B2147; }
a { background-color: rgb(11,33,71); }
div.DivClassName
{
background-color: #0B2147;
}
.BgClassName
{
background-color: #0B2147;
}
</style>
border-color css
<style>
span { border-color: #0B2147; }
span { border-color: rgb(11,33,71); }
td.TdClassName
{
border-color: #0B2147;
}
.TagClassName
{
border-color: #0B2147;
}
</style>