Shades of Midnight Express #0B0F46
Tints of Midnight Express #0B0F46
RGB
CMYK
RGB Variations
Color information
#0B0F46 (or 0x0B0F46) is known color: Midnight Express. HEX triplet: 0B, 0F and 46. RGB value is (11,15,70). Sum of RGB (Red+Green+Blue) = 11+15+70=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B0F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F46 is #F4F0B9. Grayscale: #131313. Windows color (decimal): -16052410 or 4591371. OLE color: 4591371.
HSL color Cylindrical-coordinate representation of color #0B0F46: hue angle of 235.93º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B0F46 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 15 | 70 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.73 |
| HSL | 235.93º | 0.73% | 0.16% | - |
| HSV(B) | 235.93º | 0.84% | 0.27% | - |
| XYZ | 1.41 | 0.85 | 5.88 | - |
| YUV | 20.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 70 | 0.84 | 0.79 | 0 | 0.73 | 235.93 | 0.73 | 0.16 |
| Hex | B | F | 46 | 54 | 4F | 0 | 49 | EC | 49 | 10 |
| Octal | 13 | 17 | 106 | 124 | 117 | 0 | 111 | 354 | 111 | 20 |
| Binary | 1011 | 1111 | 1000110 | 1010100 | 1001111 | 0 | 1001001 | 11101100 | 1001001 | 10000 |
Color Harmonies of #0B0F46
Complementary color
Monochromatic Colors of #0B0F46
Black with #0B0F46
Text Example
Text Example
White with #0B0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F46; }
p { color: rgb(11,15,70); }
H1.HeaderClassName
{
color: #0B0F46;
}
.AnyTagClassName
{
color: #0B0F46;
}
</style>
background-color css
<style>
a { background-color: #0B0F46; }
a { background-color: rgb(11,15,70); }
div.DivClassName
{
background-color: #0B0F46;
}
.BgClassName
{
background-color: #0B0F46;
}
</style>
border-color css
<style>
span { border-color: #0B0F46; }
span { border-color: rgb(11,15,70); }
td.TdClassName
{
border-color: #0B0F46;
}
.TagClassName
{
border-color: #0B0F46;
}
</style>