Shades of Midnight Express #0B0A48
Tints of Midnight Express #0B0A48
RGB
CMYK
RGB Variations
Color information
#0B0A48 (or 0x0B0A48) is known color: Midnight Express. HEX triplet: 0B, 0A and 48. RGB value is (11,10,72). Sum of RGB (Red+Green+Blue) = 11+10+72=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A48 is #F4F5B7. Grayscale: #111111. Windows color (decimal): -16053688 or 4721163. OLE color: 4721163.
HSL color Cylindrical-coordinate representation of color #0B0A48: hue angle of 240.97º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0A48 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 10 | 72 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.72 |
| HSL | 240.97º | 0.76% | 0.16% | - |
| HSV(B) | 240.97º | 0.86% | 0.28% | - |
| XYZ | 1.42 | 0.76 | 6.2 | - |
| YUV | 17.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 72 | 0.85 | 0.86 | 0 | 0.72 | 240.97 | 0.76 | 0.16 |
| Hex | B | A | 48 | 55 | 56 | 0 | 48 | F1 | 4C | 10 |
| Octal | 13 | 12 | 110 | 125 | 126 | 0 | 110 | 361 | 114 | 20 |
| Binary | 1011 | 1010 | 1001000 | 1010101 | 1010110 | 0 | 1001000 | 11110001 | 1001100 | 10000 |
Color Harmonies of #0B0A48
Complementary color
Monochromatic Colors of #0B0A48
Black with #0B0A48
Text Example
Text Example
White with #0B0A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A48; }
p { color: rgb(11,10,72); }
H1.HeaderClassName
{
color: #0B0A48;
}
.AnyTagClassName
{
color: #0B0A48;
}
</style>
background-color css
<style>
a { background-color: #0B0A48; }
a { background-color: rgb(11,10,72); }
div.DivClassName
{
background-color: #0B0A48;
}
.BgClassName
{
background-color: #0B0A48;
}
</style>
border-color css
<style>
span { border-color: #0B0A48; }
span { border-color: rgb(11,10,72); }
td.TdClassName
{
border-color: #0B0A48;
}
.TagClassName
{
border-color: #0B0A48;
}
</style>