Shades of Midnight Express #0B0939
Tints of Midnight Express #0B0939
RGB
CMYK
RGB Variations
Color information
#0B0939 (or 0x0B0939) is known color: Midnight Express. HEX triplet: 0B, 09 and 39. RGB value is (11,9,57). Sum of RGB (Red+Green+Blue) = 11+9+57=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B0939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0939 is #F4F6C6. Grayscale: #0E0E0E. Windows color (decimal): -16053959 or 3737867. OLE color: 3737867.
HSL color Cylindrical-coordinate representation of color #0B0939: hue angle of 242.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B0939 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 9 | 57 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.78 |
| HSL | 242.5º | 0.73% | 0.13% | - |
| HSV(B) | 242.5º | 0.84% | 0.22% | - |
| XYZ | 0.97 | 0.56 | 3.93 | - |
| YUV | 15.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 57 | 0.81 | 0.84 | 0 | 0.78 | 242.5 | 0.73 | 0.13 |
| Hex | B | 9 | 39 | 51 | 54 | 0 | 4E | F2 | 49 | D |
| Octal | 13 | 11 | 71 | 121 | 124 | 0 | 116 | 362 | 111 | 15 |
| Binary | 1011 | 1001 | 111001 | 1010001 | 1010100 | 0 | 1001110 | 11110010 | 1001001 | 1101 |
Color Harmonies of #0B0939
Complementary color
Monochromatic Colors of #0B0939
Black with #0B0939
Text Example
Text Example
White with #0B0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0939; }
p { color: rgb(11,9,57); }
H1.HeaderClassName
{
color: #0B0939;
}
.AnyTagClassName
{
color: #0B0939;
}
</style>
background-color css
<style>
a { background-color: #0B0939; }
a { background-color: rgb(11,9,57); }
div.DivClassName
{
background-color: #0B0939;
}
.BgClassName
{
background-color: #0B0939;
}
</style>
border-color css
<style>
span { border-color: #0B0939; }
span { border-color: rgb(11,9,57); }
td.TdClassName
{
border-color: #0B0939;
}
.TagClassName
{
border-color: #0B0939;
}
</style>