Shades of Midnight Express #0B0845
Tints of Midnight Express #0B0845
RGB
CMYK
RGB Variations
Color information
#0B0845 (or 0x0B0845) is known color: Midnight Express. HEX triplet: 0B, 08 and 45. RGB value is (11,8,69). Sum of RGB (Red+Green+Blue) = 11+8+69=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 69 (27.34% from 255 or 78.41% from 88); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B0845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0845 is #F4F7BA. Grayscale: #0F0F0F. Windows color (decimal): -16054203 or 4524043. OLE color: 4524043.
HSL color Cylindrical-coordinate representation of color #0B0845: hue angle of 242.95º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0845 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 8 | 69 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.73 |
| HSL | 242.95º | 0.79% | 0.15% | - |
| HSV(B) | 242.95º | 0.88% | 0.27% | - |
| XYZ | 1.3 | 0.67 | 5.69 | - |
| YUV | 15.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 69 | 0.84 | 0.88 | 0 | 0.73 | 242.95 | 0.79 | 0.15 |
| Hex | B | 8 | 45 | 54 | 58 | 0 | 49 | F3 | 4F | F |
| Octal | 13 | 10 | 105 | 124 | 130 | 0 | 111 | 363 | 117 | 17 |
| Binary | 1011 | 1000 | 1000101 | 1010100 | 1011000 | 0 | 1001001 | 11110011 | 1001111 | 1111 |
Color Harmonies of #0B0845
Complementary color
Monochromatic Colors of #0B0845
Black with #0B0845
Text Example
Text Example
White with #0B0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0845; }
p { color: rgb(11,8,69); }
H1.HeaderClassName
{
color: #0B0845;
}
.AnyTagClassName
{
color: #0B0845;
}
</style>
background-color css
<style>
a { background-color: #0B0845; }
a { background-color: rgb(11,8,69); }
div.DivClassName
{
background-color: #0B0845;
}
.BgClassName
{
background-color: #0B0845;
}
</style>
border-color css
<style>
span { border-color: #0B0845; }
span { border-color: rgb(11,8,69); }
td.TdClassName
{
border-color: #0B0845;
}
.TagClassName
{
border-color: #0B0845;
}
</style>