Shades of Midnight Express #0B1834
Tints of Midnight Express #0B1834
RGB
CMYK
RGB Variations
Color information
#0B1834 (or 0x0B1834) is known color: Midnight Express. HEX triplet: 0B, 18 and 34. RGB value is (11,24,52). Sum of RGB (Red+Green+Blue) = 11+24+52=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1834 is #F4E7CB. Grayscale: #171717. Windows color (decimal): -16050124 or 3414027. OLE color: 3414027.
HSL color Cylindrical-coordinate representation of color #0B1834: hue angle of 220.98º 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 #0B1834 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 24 | 52 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.80 |
| HSL | 220.98º | 0.65% | 0.12% | - |
| HSV(B) | 220.98º | 0.79% | 0.2% | - |
| XYZ | 1.08 | 0.97 | 3.38 | - |
| YUV | 23.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 52 | 0.79 | 0.54 | 0 | 0.80 | 220.98 | 0.65 | 0.12 |
| Hex | B | 18 | 34 | 4F | 36 | 0 | 50 | DD | 41 | C |
| Octal | 13 | 30 | 64 | 117 | 66 | 0 | 120 | 335 | 101 | 14 |
| Binary | 1011 | 11000 | 110100 | 1001111 | 110110 | 0 | 1010000 | 11011101 | 1000001 | 1100 |
Color Harmonies of #0B1834
Complementary color
Monochromatic Colors of #0B1834
Black with #0B1834
Text Example
Text Example
White with #0B1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1834; }
p { color: rgb(11,24,52); }
H1.HeaderClassName
{
color: #0B1834;
}
.AnyTagClassName
{
color: #0B1834;
}
</style>
background-color css
<style>
a { background-color: #0B1834; }
a { background-color: rgb(11,24,52); }
div.DivClassName
{
background-color: #0B1834;
}
.BgClassName
{
background-color: #0B1834;
}
</style>
border-color css
<style>
span { border-color: #0B1834; }
span { border-color: rgb(11,24,52); }
td.TdClassName
{
border-color: #0B1834;
}
.TagClassName
{
border-color: #0B1834;
}
</style>