Shades of Midnight Express #0B1934
Tints of Midnight Express #0B1934
RGB
CMYK
RGB Variations
Color information
#0B1934 (or 0x0B1934) is known color: Midnight Express. HEX triplet: 0B, 19 and 34. RGB value is (11,25,52). Sum of RGB (Red+Green+Blue) = 11+25+52=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1934 is #F4E6CB. Grayscale: #171717. Windows color (decimal): -16049868 or 3414283. OLE color: 3414283.
HSL color Cylindrical-coordinate representation of color #0B1934: hue angle of 219.51º 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 #0B1934 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 25 | 52 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.80 |
| HSL | 219.51º | 0.65% | 0.12% | - |
| HSV(B) | 219.51º | 0.79% | 0.2% | - |
| XYZ | 1.11 | 1.01 | 3.39 | - |
| YUV | 23.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 52 | 0.79 | 0.52 | 0 | 0.80 | 219.51 | 0.65 | 0.12 |
| Hex | B | 19 | 34 | 4F | 34 | 0 | 50 | DC | 41 | C |
| Octal | 13 | 31 | 64 | 117 | 64 | 0 | 120 | 334 | 101 | 14 |
| Binary | 1011 | 11001 | 110100 | 1001111 | 110100 | 0 | 1010000 | 11011100 | 1000001 | 1100 |
Color Harmonies of #0B1934
Complementary color
Monochromatic Colors of #0B1934
Black with #0B1934
Text Example
Text Example
White with #0B1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1934; }
p { color: rgb(11,25,52); }
H1.HeaderClassName
{
color: #0B1934;
}
.AnyTagClassName
{
color: #0B1934;
}
</style>
background-color css
<style>
a { background-color: #0B1934; }
a { background-color: rgb(11,25,52); }
div.DivClassName
{
background-color: #0B1934;
}
.BgClassName
{
background-color: #0B1934;
}
</style>
border-color css
<style>
span { border-color: #0B1934; }
span { border-color: rgb(11,25,52); }
td.TdClassName
{
border-color: #0B1934;
}
.TagClassName
{
border-color: #0B1934;
}
</style>