Shades of Midnight Express #0B1131
Tints of Midnight Express #0B1131
RGB
CMYK
RGB Variations
Color information
#0B1131 (or 0x0B1131) is known color: Midnight Express. HEX triplet: 0B, 11 and 31. RGB value is (11,17,49). Sum of RGB (Red+Green+Blue) = 11+17+49=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B1131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1131 is #F4EECE. Grayscale: #121212. Windows color (decimal): -16051919 or 3215627. OLE color: 3215627.
HSL color Cylindrical-coordinate representation of color #0B1131: hue angle of 230.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1131 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 17 | 49 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.81 |
| HSL | 230.53º | 0.63% | 0.12% | - |
| HSV(B) | 230.53º | 0.78% | 0.19% | - |
| XYZ | 0.89 | 0.69 | 2.99 | - |
| YUV | 18.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 49 | 0.78 | 0.65 | 0 | 0.81 | 230.53 | 0.63 | 0.12 |
| Hex | B | 11 | 31 | 4E | 41 | 0 | 51 | E7 | 3F | C |
| Octal | 13 | 21 | 61 | 116 | 101 | 0 | 121 | 347 | 77 | 14 |
| Binary | 1011 | 10001 | 110001 | 1001110 | 1000001 | 0 | 1010001 | 11100111 | 111111 | 1100 |
Color Harmonies of #0B1131
Complementary color
Monochromatic Colors of #0B1131
Black with #0B1131
Text Example
Text Example
White with #0B1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1131; }
p { color: rgb(11,17,49); }
H1.HeaderClassName
{
color: #0B1131;
}
.AnyTagClassName
{
color: #0B1131;
}
</style>
background-color css
<style>
a { background-color: #0B1131; }
a { background-color: rgb(11,17,49); }
div.DivClassName
{
background-color: #0B1131;
}
.BgClassName
{
background-color: #0B1131;
}
</style>
border-color css
<style>
span { border-color: #0B1131; }
span { border-color: rgb(11,17,49); }
td.TdClassName
{
border-color: #0B1131;
}
.TagClassName
{
border-color: #0B1131;
}
</style>