Shades of Midnight Express #0B1434
Tints of Midnight Express #0B1434
RGB
CMYK
RGB Variations
Color information
#0B1434 (or 0x0B1434) is known color: Midnight Express. HEX triplet: 0B, 14 and 34. RGB value is (11,20,52). Sum of RGB (Red+Green+Blue) = 11+20+52=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1434 is #F4EBCB. Grayscale: #141414. Windows color (decimal): -16051148 or 3413003. OLE color: 3413003.
HSL color Cylindrical-coordinate representation of color #0B1434: hue angle of 226.83º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1434 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 20 | 52 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.80 |
| HSL | 226.83º | 0.65% | 0.12% | - |
| HSV(B) | 226.83º | 0.79% | 0.2% | - |
| XYZ | 1.01 | 0.82 | 3.35 | - |
| YUV | 20.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 52 | 0.79 | 0.62 | 0 | 0.80 | 226.83 | 0.65 | 0.12 |
| Hex | B | 14 | 34 | 4F | 3E | 0 | 50 | E3 | 41 | C |
| Octal | 13 | 24 | 64 | 117 | 76 | 0 | 120 | 343 | 101 | 14 |
| Binary | 1011 | 10100 | 110100 | 1001111 | 111110 | 0 | 1010000 | 11100011 | 1000001 | 1100 |
Color Harmonies of #0B1434
Complementary color
Monochromatic Colors of #0B1434
Black with #0B1434
Text Example
Text Example
White with #0B1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1434; }
p { color: rgb(11,20,52); }
H1.HeaderClassName
{
color: #0B1434;
}
.AnyTagClassName
{
color: #0B1434;
}
</style>
background-color css
<style>
a { background-color: #0B1434; }
a { background-color: rgb(11,20,52); }
div.DivClassName
{
background-color: #0B1434;
}
.BgClassName
{
background-color: #0B1434;
}
</style>
border-color css
<style>
span { border-color: #0B1434; }
span { border-color: rgb(11,20,52); }
td.TdClassName
{
border-color: #0B1434;
}
.TagClassName
{
border-color: #0B1434;
}
</style>