Shades of Midnight Express #0B1645
Tints of Midnight Express #0B1645
RGB
CMYK
RGB Variations
Color information
#0B1645 (or 0x0B1645) is known color: Midnight Express. HEX triplet: 0B, 16 and 45. RGB value is (11,22,69). Sum of RGB (Red+Green+Blue) = 11+22+69=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 69 (27.34% from 255 or 67.65% from 102); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B1645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1645 is #F4E9BA. Grayscale: #171717. Windows color (decimal): -16050619 or 4527627. OLE color: 4527627.
HSL color Cylindrical-coordinate representation of color #0B1645: hue angle of 228.62º 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 #0B1645 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 22 | 69 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.73 |
| HSL | 228.62º | 0.73% | 0.16% | - |
| HSV(B) | 228.62º | 0.84% | 0.27% | - |
| XYZ | 1.5 | 1.07 | 5.76 | - |
| YUV | 24.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 69 | 0.84 | 0.68 | 0 | 0.73 | 228.62 | 0.73 | 0.16 |
| Hex | B | 16 | 45 | 54 | 44 | 0 | 49 | E5 | 48 | 10 |
| Octal | 13 | 26 | 105 | 124 | 104 | 0 | 111 | 345 | 110 | 20 |
| Binary | 1011 | 10110 | 1000101 | 1010100 | 1000100 | 0 | 1001001 | 11100101 | 1001000 | 10000 |
Color Harmonies of #0B1645
Complementary color
Monochromatic Colors of #0B1645
Black with #0B1645
Text Example
Text Example
White with #0B1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1645; }
p { color: rgb(11,22,69); }
H1.HeaderClassName
{
color: #0B1645;
}
.AnyTagClassName
{
color: #0B1645;
}
</style>
background-color css
<style>
a { background-color: #0B1645; }
a { background-color: rgb(11,22,69); }
div.DivClassName
{
background-color: #0B1645;
}
.BgClassName
{
background-color: #0B1645;
}
</style>
border-color css
<style>
span { border-color: #0B1645; }
span { border-color: rgb(11,22,69); }
td.TdClassName
{
border-color: #0B1645;
}
.TagClassName
{
border-color: #0B1645;
}
</style>