Shades of Midnight Express #0B142D
Tints of Midnight Express #0B142D
RGB
CMYK
RGB Variations
Color information
#0B142D (or 0x0B142D) is known color: Midnight Express. HEX triplet: 0B, 14 and 2D. RGB value is (11,20,45). Sum of RGB (Red+Green+Blue) = 11+20+45=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B142D is #F4EBD2. Grayscale: #141414. Windows color (decimal): -16051155 or 2954251. OLE color: 2954251.
HSL color Cylindrical-coordinate representation of color #0B142D: hue angle of 224.12º 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 #0B142D is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 20 | 45 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.82 |
| HSL | 224.12º | 0.61% | 0.11% | - |
| HSV(B) | 224.12º | 0.76% | 0.18% | - |
| XYZ | 0.86 | 0.76 | 2.58 | - |
| YUV | 20.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 45 | 0.76 | 0.56 | 0 | 0.82 | 224.12 | 0.61 | 0.11 |
| Hex | B | 14 | 2D | 4C | 38 | 0 | 52 | E0 | 3D | B |
| Octal | 13 | 24 | 55 | 114 | 70 | 0 | 122 | 340 | 75 | 13 |
| Binary | 1011 | 10100 | 101101 | 1001100 | 111000 | 0 | 1010010 | 11100000 | 111101 | 1011 |
Color Harmonies of #0B142D
Complementary color
Monochromatic Colors of #0B142D
Black with #0B142D
Text Example
Text Example
White with #0B142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B142D; }
p { color: rgb(11,20,45); }
H1.HeaderClassName
{
color: #0B142D;
}
.AnyTagClassName
{
color: #0B142D;
}
</style>
background-color css
<style>
a { background-color: #0B142D; }
a { background-color: rgb(11,20,45); }
div.DivClassName
{
background-color: #0B142D;
}
.BgClassName
{
background-color: #0B142D;
}
</style>
border-color css
<style>
span { border-color: #0B142D; }
span { border-color: rgb(11,20,45); }
td.TdClassName
{
border-color: #0B142D;
}
.TagClassName
{
border-color: #0B142D;
}
</style>