Shades of Midnight Express #0B163D
Tints of Midnight Express #0B163D
RGB
CMYK
RGB Variations
Color information
#0B163D (or 0x0B163D) is known color: Midnight Express. HEX triplet: 0B, 16 and 3D. RGB value is (11,22,61). Sum of RGB (Red+Green+Blue) = 11+22+61=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B163D is #F4E9C2. Grayscale: #161616. Windows color (decimal): -16050627 or 4003339. OLE color: 4003339.
HSL color Cylindrical-coordinate representation of color #0B163D: hue angle of 226.8º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B163D is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 22 | 61 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.76 |
| HSL | 226.8º | 0.69% | 0.14% | - |
| HSV(B) | 226.8º | 0.82% | 0.24% | - |
| XYZ | 1.27 | 0.98 | 4.54 | - |
| YUV | 23.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 61 | 0.82 | 0.64 | 0 | 0.76 | 226.8 | 0.69 | 0.14 |
| Hex | B | 16 | 3D | 52 | 40 | 0 | 4C | E3 | 45 | E |
| Octal | 13 | 26 | 75 | 122 | 100 | 0 | 114 | 343 | 105 | 16 |
| Binary | 1011 | 10110 | 111101 | 1010010 | 1000000 | 0 | 1001100 | 11100011 | 1000101 | 1110 |
Color Harmonies of #0B163D
Complementary color
Monochromatic Colors of #0B163D
Black with #0B163D
Text Example
Text Example
White with #0B163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B163D; }
p { color: rgb(11,22,61); }
H1.HeaderClassName
{
color: #0B163D;
}
.AnyTagClassName
{
color: #0B163D;
}
</style>
background-color css
<style>
a { background-color: #0B163D; }
a { background-color: rgb(11,22,61); }
div.DivClassName
{
background-color: #0B163D;
}
.BgClassName
{
background-color: #0B163D;
}
</style>
border-color css
<style>
span { border-color: #0B163D; }
span { border-color: rgb(11,22,61); }
td.TdClassName
{
border-color: #0B163D;
}
.TagClassName
{
border-color: #0B163D;
}
</style>