Shades of Midnight Express #0B0A45
Tints of Midnight Express #0B0A45
RGB
CMYK
RGB Variations
Color information
#0B0A45 (or 0x0B0A45) is known color: Midnight Express. HEX triplet: 0B, 0A and 45. RGB value is (11,10,69). Sum of RGB (Red+Green+Blue) = 11+10+69=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B0A45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0A45 is #F4F5BA. Grayscale: #101010. Windows color (decimal): -16053691 or 4524555. OLE color: 4524555.
HSL color Cylindrical-coordinate representation of color #0B0A45: hue angle of 241.02º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B0A45 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 10 | 69 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.73 |
| HSL | 241.02º | 0.75% | 0.15% | - |
| HSV(B) | 241.02º | 0.86% | 0.27% | - |
| XYZ | 1.32 | 0.72 | 5.7 | - |
| YUV | 17.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 69 | 0.84 | 0.86 | 0 | 0.73 | 241.02 | 0.75 | 0.15 |
| Hex | B | A | 45 | 54 | 56 | 0 | 49 | F1 | 4B | F |
| Octal | 13 | 12 | 105 | 124 | 126 | 0 | 111 | 361 | 113 | 17 |
| Binary | 1011 | 1010 | 1000101 | 1010100 | 1010110 | 0 | 1001001 | 11110001 | 1001011 | 1111 |
Color Harmonies of #0B0A45
Complementary color
Monochromatic Colors of #0B0A45
Black with #0B0A45
Text Example
Text Example
White with #0B0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0A45; }
p { color: rgb(11,10,69); }
H1.HeaderClassName
{
color: #0B0A45;
}
.AnyTagClassName
{
color: #0B0A45;
}
</style>
background-color css
<style>
a { background-color: #0B0A45; }
a { background-color: rgb(11,10,69); }
div.DivClassName
{
background-color: #0B0A45;
}
.BgClassName
{
background-color: #0B0A45;
}
</style>
border-color css
<style>
span { border-color: #0B0A45; }
span { border-color: rgb(11,10,69); }
td.TdClassName
{
border-color: #0B0A45;
}
.TagClassName
{
border-color: #0B0A45;
}
</style>