Shades of Midnight Express #0B1345
Tints of Midnight Express #0B1345
RGB
CMYK
RGB Variations
Color information
#0B1345 (or 0x0B1345) is known color: Midnight Express. HEX triplet: 0B, 13 and 45. RGB value is (11,19,69). Sum of RGB (Red+Green+Blue) = 11+19+69=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B1345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1345 is #F4ECBA. Grayscale: #161616. Windows color (decimal): -16051387 or 4526859. OLE color: 4526859.
HSL color Cylindrical-coordinate representation of color #0B1345: hue angle of 231.72º 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 #0B1345 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 19 | 69 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.73 |
| HSL | 231.72º | 0.73% | 0.16% | - |
| HSV(B) | 231.72º | 0.84% | 0.27% | - |
| XYZ | 1.45 | 0.97 | 5.74 | - |
| YUV | 22.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 69 | 0.84 | 0.72 | 0 | 0.73 | 231.72 | 0.73 | 0.16 |
| Hex | B | 13 | 45 | 54 | 48 | 0 | 49 | E8 | 48 | 10 |
| Octal | 13 | 23 | 105 | 124 | 110 | 0 | 111 | 350 | 110 | 20 |
| Binary | 1011 | 10011 | 1000101 | 1010100 | 1001000 | 0 | 1001001 | 11101000 | 1001000 | 10000 |
Color Harmonies of #0B1345
Complementary color
Monochromatic Colors of #0B1345
Black with #0B1345
Text Example
Text Example
White with #0B1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1345; }
p { color: rgb(11,19,69); }
H1.HeaderClassName
{
color: #0B1345;
}
.AnyTagClassName
{
color: #0B1345;
}
</style>
background-color css
<style>
a { background-color: #0B1345; }
a { background-color: rgb(11,19,69); }
div.DivClassName
{
background-color: #0B1345;
}
.BgClassName
{
background-color: #0B1345;
}
</style>
border-color css
<style>
span { border-color: #0B1345; }
span { border-color: rgb(11,19,69); }
td.TdClassName
{
border-color: #0B1345;
}
.TagClassName
{
border-color: #0B1345;
}
</style>