Shades of Midnight Express #0B0D34
Tints of Midnight Express #0B0D34
RGB
CMYK
RGB Variations
Color information
#0B0D34 (or 0x0B0D34) is known color: Midnight Express. HEX triplet: 0B, 0D and 34. RGB value is (11,13,52). Sum of RGB (Red+Green+Blue) = 11+13+52=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B0D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D34 is #F4F2CB. Grayscale: #101010. Windows color (decimal): -16052940 or 3411211. OLE color: 3411211.
HSL color Cylindrical-coordinate representation of color #0B0D34: hue angle of 237.07º 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 #0B0D34 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 13 | 52 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.80 |
| HSL | 237.07º | 0.65% | 0.12% | - |
| HSV(B) | 237.07º | 0.79% | 0.2% | - |
| XYZ | 0.9 | 0.61 | 3.32 | - |
| YUV | 16.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 52 | 0.79 | 0.75 | 0 | 0.80 | 237.07 | 0.65 | 0.12 |
| Hex | B | D | 34 | 4F | 4B | 0 | 50 | ED | 41 | C |
| Octal | 13 | 15 | 64 | 117 | 113 | 0 | 120 | 355 | 101 | 14 |
| Binary | 1011 | 1101 | 110100 | 1001111 | 1001011 | 0 | 1010000 | 11101101 | 1000001 | 1100 |
Color Harmonies of #0B0D34
Complementary color
Monochromatic Colors of #0B0D34
Black with #0B0D34
Text Example
Text Example
White with #0B0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D34; }
p { color: rgb(11,13,52); }
H1.HeaderClassName
{
color: #0B0D34;
}
.AnyTagClassName
{
color: #0B0D34;
}
</style>
background-color css
<style>
a { background-color: #0B0D34; }
a { background-color: rgb(11,13,52); }
div.DivClassName
{
background-color: #0B0D34;
}
.BgClassName
{
background-color: #0B0D34;
}
</style>
border-color css
<style>
span { border-color: #0B0D34; }
span { border-color: rgb(11,13,52); }
td.TdClassName
{
border-color: #0B0D34;
}
.TagClassName
{
border-color: #0B0D34;
}
</style>