Shades of Midnight Express #0B1334
Tints of Midnight Express #0B1334
RGB
CMYK
RGB Variations
Color information
#0B1334 (or 0x0B1334) is known color: Midnight Express. HEX triplet: 0B, 13 and 34. RGB value is (11,19,52). Sum of RGB (Red+Green+Blue) = 11+19+52=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 52 (20.70% from 255 or 63.41% from 82); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1334 is #F4ECCB. Grayscale: #141414. Windows color (decimal): -16051404 or 3412747. OLE color: 3412747.
HSL color Cylindrical-coordinate representation of color #0B1334: hue angle of 228.29º 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 #0B1334 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 19 | 52 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.80 |
| HSL | 228.29º | 0.65% | 0.12% | - |
| HSV(B) | 228.29º | 0.79% | 0.2% | - |
| XYZ | 0.99 | 0.78 | 3.35 | - |
| YUV | 20.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 52 | 0.79 | 0.63 | 0 | 0.80 | 228.29 | 0.65 | 0.12 |
| Hex | B | 13 | 34 | 4F | 3F | 0 | 50 | E4 | 41 | C |
| Octal | 13 | 23 | 64 | 117 | 77 | 0 | 120 | 344 | 101 | 14 |
| Binary | 1011 | 10011 | 110100 | 1001111 | 111111 | 0 | 1010000 | 11100100 | 1000001 | 1100 |
Color Harmonies of #0B1334
Complementary color
Monochromatic Colors of #0B1334
Black with #0B1334
Text Example
Text Example
White with #0B1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1334; }
p { color: rgb(11,19,52); }
H1.HeaderClassName
{
color: #0B1334;
}
.AnyTagClassName
{
color: #0B1334;
}
</style>
background-color css
<style>
a { background-color: #0B1334; }
a { background-color: rgb(11,19,52); }
div.DivClassName
{
background-color: #0B1334;
}
.BgClassName
{
background-color: #0B1334;
}
</style>
border-color css
<style>
span { border-color: #0B1334; }
span { border-color: rgb(11,19,52); }
td.TdClassName
{
border-color: #0B1334;
}
.TagClassName
{
border-color: #0B1334;
}
</style>