Shades of Midnight Express #0B1145
Tints of Midnight Express #0B1145
RGB
CMYK
RGB Variations
Color information
#0B1145 (or 0x0B1145) is known color: Midnight Express. HEX triplet: 0B, 11 and 45. RGB value is (11,17,69). Sum of RGB (Red+Green+Blue) = 11+17+69=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B1145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1145 is #F4EEBA. Grayscale: #141414. Windows color (decimal): -16051899 or 4526347. OLE color: 4526347.
HSL color Cylindrical-coordinate representation of color #0B1145: hue angle of 233.79º 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 #0B1145 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 17 | 69 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.73 |
| HSL | 233.79º | 0.73% | 0.16% | - |
| HSV(B) | 233.79º | 0.84% | 0.27% | - |
| XYZ | 1.41 | 0.9 | 5.73 | - |
| YUV | 21.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 69 | 0.84 | 0.75 | 0 | 0.73 | 233.79 | 0.73 | 0.16 |
| Hex | B | 11 | 45 | 54 | 4B | 0 | 49 | EA | 48 | 10 |
| Octal | 13 | 21 | 105 | 124 | 113 | 0 | 111 | 352 | 110 | 20 |
| Binary | 1011 | 10001 | 1000101 | 1010100 | 1001011 | 0 | 1001001 | 11101010 | 1001000 | 10000 |
Color Harmonies of #0B1145
Complementary color
Monochromatic Colors of #0B1145
Black with #0B1145
Text Example
Text Example
White with #0B1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1145; }
p { color: rgb(11,17,69); }
H1.HeaderClassName
{
color: #0B1145;
}
.AnyTagClassName
{
color: #0B1145;
}
</style>
background-color css
<style>
a { background-color: #0B1145; }
a { background-color: rgb(11,17,69); }
div.DivClassName
{
background-color: #0B1145;
}
.BgClassName
{
background-color: #0B1145;
}
</style>
border-color css
<style>
span { border-color: #0B1145; }
span { border-color: rgb(11,17,69); }
td.TdClassName
{
border-color: #0B1145;
}
.TagClassName
{
border-color: #0B1145;
}
</style>