Shades of Midnight Express #0B162B
Tints of Midnight Express #0B162B
RGB
CMYK
RGB Variations
Color information
#0B162B (or 0x0B162B) is known color: Midnight Express. HEX triplet: 0B, 16 and 2B. RGB value is (11,22,43). Sum of RGB (Red+Green+Blue) = 11+22+43=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B162B is #F4E9D4. Grayscale: #151515. Windows color (decimal): -16050645 or 2823691. OLE color: 2823691.
HSL color Cylindrical-coordinate representation of color #0B162B: hue angle of 219.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B162B is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 22 | 43 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.83 |
| HSL | 219.38º | 0.59% | 0.11% | - |
| HSV(B) | 219.38º | 0.74% | 0.17% | - |
| XYZ | 0.86 | 0.82 | 2.4 | - |
| YUV | 21.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 43 | 0.74 | 0.49 | 0 | 0.83 | 219.38 | 0.59 | 0.11 |
| Hex | B | 16 | 2B | 4A | 31 | 0 | 53 | DB | 3B | B |
| Octal | 13 | 26 | 53 | 112 | 61 | 0 | 123 | 333 | 73 | 13 |
| Binary | 1011 | 10110 | 101011 | 1001010 | 110001 | 0 | 1010011 | 11011011 | 111011 | 1011 |
Color Harmonies of #0B162B
Complementary color
Monochromatic Colors of #0B162B
Black with #0B162B
Text Example
Text Example
White with #0B162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B162B; }
p { color: rgb(11,22,43); }
H1.HeaderClassName
{
color: #0B162B;
}
.AnyTagClassName
{
color: #0B162B;
}
</style>
background-color css
<style>
a { background-color: #0B162B; }
a { background-color: rgb(11,22,43); }
div.DivClassName
{
background-color: #0B162B;
}
.BgClassName
{
background-color: #0B162B;
}
</style>
border-color css
<style>
span { border-color: #0B162B; }
span { border-color: rgb(11,22,43); }
td.TdClassName
{
border-color: #0B162B;
}
.TagClassName
{
border-color: #0B162B;
}
</style>