Shades of Midnight Express #0B162D
Tints of Midnight Express #0B162D
RGB
CMYK
RGB Variations
Color information
#0B162D (or 0x0B162D) is known color: Midnight Express. HEX triplet: 0B, 16 and 2D. RGB value is (11,22,45). Sum of RGB (Red+Green+Blue) = 11+22+45=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B162D is #F4E9D2. Grayscale: #151515. Windows color (decimal): -16050643 or 2954763. OLE color: 2954763.
HSL color Cylindrical-coordinate representation of color #0B162D: hue angle of 220.59º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B162D is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 22 | 45 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.82 |
| HSL | 220.59º | 0.61% | 0.11% | - |
| HSV(B) | 220.59º | 0.76% | 0.18% | - |
| XYZ | 0.9 | 0.83 | 2.6 | - |
| YUV | 21.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 45 | 0.76 | 0.51 | 0 | 0.82 | 220.59 | 0.61 | 0.11 |
| Hex | B | 16 | 2D | 4C | 33 | 0 | 52 | DD | 3D | B |
| Octal | 13 | 26 | 55 | 114 | 63 | 0 | 122 | 335 | 75 | 13 |
| Binary | 1011 | 10110 | 101101 | 1001100 | 110011 | 0 | 1010010 | 11011101 | 111101 | 1011 |
Color Harmonies of #0B162D
Complementary color
Monochromatic Colors of #0B162D
Black with #0B162D
Text Example
Text Example
White with #0B162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B162D; }
p { color: rgb(11,22,45); }
H1.HeaderClassName
{
color: #0B162D;
}
.AnyTagClassName
{
color: #0B162D;
}
</style>
background-color css
<style>
a { background-color: #0B162D; }
a { background-color: rgb(11,22,45); }
div.DivClassName
{
background-color: #0B162D;
}
.BgClassName
{
background-color: #0B162D;
}
</style>
border-color css
<style>
span { border-color: #0B162D; }
span { border-color: rgb(11,22,45); }
td.TdClassName
{
border-color: #0B162D;
}
.TagClassName
{
border-color: #0B162D;
}
</style>