Shades of Midnight Express #0B142E
Tints of Midnight Express #0B142E
RGB
CMYK
RGB Variations
Color information
#0B142E (or 0x0B142E) is known color: Midnight Express. HEX triplet: 0B, 14 and 2E. RGB value is (11,20,46). Sum of RGB (Red+Green+Blue) = 11+20+46=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B142E is #F4EBD1. Grayscale: #141414. Windows color (decimal): -16051154 or 3019787. OLE color: 3019787.
HSL color Cylindrical-coordinate representation of color #0B142E: hue angle of 224.57º 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 #0B142E is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 20 | 46 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.82 |
| HSL | 224.57º | 0.61% | 0.11% | - |
| HSV(B) | 224.57º | 0.76% | 0.18% | - |
| XYZ | 0.88 | 0.77 | 2.69 | - |
| YUV | 20.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 46 | 0.76 | 0.57 | 0 | 0.82 | 224.57 | 0.61 | 0.11 |
| Hex | B | 14 | 2E | 4C | 39 | 0 | 52 | E1 | 3D | B |
| Octal | 13 | 24 | 56 | 114 | 71 | 0 | 122 | 341 | 75 | 13 |
| Binary | 1011 | 10100 | 101110 | 1001100 | 111001 | 0 | 1010010 | 11100001 | 111101 | 1011 |
Color Harmonies of #0B142E
Complementary color
Monochromatic Colors of #0B142E
Black with #0B142E
Text Example
Text Example
White with #0B142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B142E; }
p { color: rgb(11,20,46); }
H1.HeaderClassName
{
color: #0B142E;
}
.AnyTagClassName
{
color: #0B142E;
}
</style>
background-color css
<style>
a { background-color: #0B142E; }
a { background-color: rgb(11,20,46); }
div.DivClassName
{
background-color: #0B142E;
}
.BgClassName
{
background-color: #0B142E;
}
</style>
border-color css
<style>
span { border-color: #0B142E; }
span { border-color: rgb(11,20,46); }
td.TdClassName
{
border-color: #0B142E;
}
.TagClassName
{
border-color: #0B142E;
}
</style>