Shades of Midnight Express #0B163B
Tints of Midnight Express #0B163B
RGB
CMYK
RGB Variations
Color information
#0B163B (or 0x0B163B) is known color: Midnight Express. HEX triplet: 0B, 16 and 3B. RGB value is (11,22,59). Sum of RGB (Red+Green+Blue) = 11+22+59=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B163B is #F4E9C4. Grayscale: #161616. Windows color (decimal): -16050629 or 3872267. OLE color: 3872267.
HSL color Cylindrical-coordinate representation of color #0B163B: hue angle of 226.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B163B is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 22 | 59 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.77 |
| HSL | 226.25º | 0.69% | 0.14% | - |
| HSV(B) | 226.25º | 0.81% | 0.23% | - |
| XYZ | 1.21 | 0.96 | 4.26 | - |
| YUV | 22.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 59 | 0.81 | 0.63 | 0 | 0.77 | 226.25 | 0.69 | 0.14 |
| Hex | B | 16 | 3B | 51 | 3F | 0 | 4D | E2 | 45 | E |
| Octal | 13 | 26 | 73 | 121 | 77 | 0 | 115 | 342 | 105 | 16 |
| Binary | 1011 | 10110 | 111011 | 1010001 | 111111 | 0 | 1001101 | 11100010 | 1000101 | 1110 |
Color Harmonies of #0B163B
Complementary color
Monochromatic Colors of #0B163B
Black with #0B163B
Text Example
Text Example
White with #0B163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B163B; }
p { color: rgb(11,22,59); }
H1.HeaderClassName
{
color: #0B163B;
}
.AnyTagClassName
{
color: #0B163B;
}
</style>
background-color css
<style>
a { background-color: #0B163B; }
a { background-color: rgb(11,22,59); }
div.DivClassName
{
background-color: #0B163B;
}
.BgClassName
{
background-color: #0B163B;
}
</style>
border-color css
<style>
span { border-color: #0B163B; }
span { border-color: rgb(11,22,59); }
td.TdClassName
{
border-color: #0B163B;
}
.TagClassName
{
border-color: #0B163B;
}
</style>