Shades of Midnight Express #0B0D49
Tints of Midnight Express #0B0D49
RGB
CMYK
RGB Variations
Color information
#0B0D49 (or 0x0B0D49) is known color: Midnight Express. HEX triplet: 0B, 0D and 49. RGB value is (11,13,73). Sum of RGB (Red+Green+Blue) = 11+13+73=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D49 is #F4F2B6. Grayscale: #131313. Windows color (decimal): -16052919 or 4787467. OLE color: 4787467.
HSL color Cylindrical-coordinate representation of color #0B0D49: hue angle of 238.06º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0D49 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 13 | 73 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.71 |
| HSL | 238.06º | 0.74% | 0.16% | - |
| HSV(B) | 238.06º | 0.85% | 0.29% | - |
| XYZ | 1.48 | 0.84 | 6.39 | - |
| YUV | 19.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 73 | 0.85 | 0.82 | 0 | 0.71 | 238.06 | 0.74 | 0.16 |
| Hex | B | D | 49 | 55 | 52 | 0 | 47 | EE | 4A | 10 |
| Octal | 13 | 15 | 111 | 125 | 122 | 0 | 107 | 356 | 112 | 20 |
| Binary | 1011 | 1101 | 1001001 | 1010101 | 1010010 | 0 | 1000111 | 11101110 | 1001010 | 10000 |
Color Harmonies of #0B0D49
Complementary color
Monochromatic Colors of #0B0D49
Black with #0B0D49
Text Example
Text Example
White with #0B0D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D49; }
p { color: rgb(11,13,73); }
H1.HeaderClassName
{
color: #0B0D49;
}
.AnyTagClassName
{
color: #0B0D49;
}
</style>
background-color css
<style>
a { background-color: #0B0D49; }
a { background-color: rgb(11,13,73); }
div.DivClassName
{
background-color: #0B0D49;
}
.BgClassName
{
background-color: #0B0D49;
}
</style>
border-color css
<style>
span { border-color: #0B0D49; }
span { border-color: rgb(11,13,73); }
td.TdClassName
{
border-color: #0B0D49;
}
.TagClassName
{
border-color: #0B0D49;
}
</style>