Shades of Midnight Express #0B1047
Tints of Midnight Express #0B1047
RGB
CMYK
RGB Variations
Color information
#0B1047 (or 0x0B1047) is known color: Midnight Express. HEX triplet: 0B, 10 and 47. RGB value is (11,16,71). Sum of RGB (Red+Green+Blue) = 11+16+71=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B1047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1047 is #F4EFB8. Grayscale: #141414. Windows color (decimal): -16052153 or 4657163. OLE color: 4657163.
HSL color Cylindrical-coordinate representation of color #0B1047: hue angle of 235º 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 #0B1047 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 16 | 71 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.72 |
| HSL | 235º | 0.73% | 0.16% | - |
| HSV(B) | 235º | 0.85% | 0.28% | - |
| XYZ | 1.46 | 0.9 | 6.06 | - |
| YUV | 20.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 71 | 0.85 | 0.77 | 0 | 0.72 | 235 | 0.73 | 0.16 |
| Hex | B | 10 | 47 | 55 | 4D | 0 | 48 | EB | 49 | 10 |
| Octal | 13 | 20 | 107 | 125 | 115 | 0 | 110 | 353 | 111 | 20 |
| Binary | 1011 | 10000 | 1000111 | 1010101 | 1001101 | 0 | 1001000 | 11101011 | 1001001 | 10000 |
Color Harmonies of #0B1047
Complementary color
Monochromatic Colors of #0B1047
Black with #0B1047
Text Example
Text Example
White with #0B1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1047; }
p { color: rgb(11,16,71); }
H1.HeaderClassName
{
color: #0B1047;
}
.AnyTagClassName
{
color: #0B1047;
}
</style>
background-color css
<style>
a { background-color: #0B1047; }
a { background-color: rgb(11,16,71); }
div.DivClassName
{
background-color: #0B1047;
}
.BgClassName
{
background-color: #0B1047;
}
</style>
border-color css
<style>
span { border-color: #0B1047; }
span { border-color: rgb(11,16,71); }
td.TdClassName
{
border-color: #0B1047;
}
.TagClassName
{
border-color: #0B1047;
}
</style>