Shades of Midnight Express #0B0F36
Tints of Midnight Express #0B0F36
RGB
CMYK
RGB Variations
Color information
#0B0F36 (or 0x0B0F36) is known color: Midnight Express. HEX triplet: 0B, 0F and 36. RGB value is (11,15,54). Sum of RGB (Red+Green+Blue) = 11+15+54=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B0F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F36 is #F4F0C9. Grayscale: #121212. Windows color (decimal): -16052426 or 3542795. OLE color: 3542795.
HSL color Cylindrical-coordinate representation of color #0B0F36: hue angle of 234.42º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B0F36 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 15 | 54 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.79 |
| HSL | 234.42º | 0.66% | 0.13% | - |
| HSV(B) | 234.42º | 0.8% | 0.21% | - |
| XYZ | 0.97 | 0.68 | 3.57 | - |
| YUV | 18.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 54 | 0.80 | 0.72 | 0 | 0.79 | 234.42 | 0.66 | 0.13 |
| Hex | B | F | 36 | 50 | 48 | 0 | 4F | EA | 42 | D |
| Octal | 13 | 17 | 66 | 120 | 110 | 0 | 117 | 352 | 102 | 15 |
| Binary | 1011 | 1111 | 110110 | 1010000 | 1001000 | 0 | 1001111 | 11101010 | 1000010 | 1101 |
Color Harmonies of #0B0F36
Complementary color
Monochromatic Colors of #0B0F36
Black with #0B0F36
Text Example
Text Example
White with #0B0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F36; }
p { color: rgb(11,15,54); }
H1.HeaderClassName
{
color: #0B0F36;
}
.AnyTagClassName
{
color: #0B0F36;
}
</style>
background-color css
<style>
a { background-color: #0B0F36; }
a { background-color: rgb(11,15,54); }
div.DivClassName
{
background-color: #0B0F36;
}
.BgClassName
{
background-color: #0B0F36;
}
</style>
border-color css
<style>
span { border-color: #0B0F36; }
span { border-color: rgb(11,15,54); }
td.TdClassName
{
border-color: #0B0F36;
}
.TagClassName
{
border-color: #0B0F36;
}
</style>