Shades of Midnight Express #0B1245
Tints of Midnight Express #0B1245
RGB
CMYK
RGB Variations
Color information
#0B1245 (or 0x0B1245) is known color: Midnight Express. HEX triplet: 0B, 12 and 45. RGB value is (11,18,69). Sum of RGB (Red+Green+Blue) = 11+18+69=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B1245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1245 is #F4EDBA. Grayscale: #151515. Windows color (decimal): -16051643 or 4526603. OLE color: 4526603.
HSL color Cylindrical-coordinate representation of color #0B1245: hue angle of 232.76º 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 #0B1245 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 18 | 69 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.73 |
| HSL | 232.76º | 0.73% | 0.16% | - |
| HSV(B) | 232.76º | 0.84% | 0.27% | - |
| XYZ | 1.43 | 0.93 | 5.74 | - |
| YUV | 21.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 69 | 0.84 | 0.74 | 0 | 0.73 | 232.76 | 0.73 | 0.16 |
| Hex | B | 12 | 45 | 54 | 4A | 0 | 49 | E9 | 48 | 10 |
| Octal | 13 | 22 | 105 | 124 | 112 | 0 | 111 | 351 | 110 | 20 |
| Binary | 1011 | 10010 | 1000101 | 1010100 | 1001010 | 0 | 1001001 | 11101001 | 1001000 | 10000 |
Color Harmonies of #0B1245
Complementary color
Monochromatic Colors of #0B1245
Black with #0B1245
Text Example
Text Example
White with #0B1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1245; }
p { color: rgb(11,18,69); }
H1.HeaderClassName
{
color: #0B1245;
}
.AnyTagClassName
{
color: #0B1245;
}
</style>
background-color css
<style>
a { background-color: #0B1245; }
a { background-color: rgb(11,18,69); }
div.DivClassName
{
background-color: #0B1245;
}
.BgClassName
{
background-color: #0B1245;
}
</style>
border-color css
<style>
span { border-color: #0B1245; }
span { border-color: rgb(11,18,69); }
td.TdClassName
{
border-color: #0B1245;
}
.TagClassName
{
border-color: #0B1245;
}
</style>