Shades of Midnight Express #0B0639
Tints of Midnight Express #0B0639
RGB
CMYK
RGB Variations
Color information
#0B0639 (or 0x0B0639) is known color: Midnight Express. HEX triplet: 0B, 06 and 39. RGB value is (11,6,57). Sum of RGB (Red+Green+Blue) = 11+6+57=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 57 (22.66% from 255 or 77.03% from 74); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B0639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0639 is #F4F9C6. Grayscale: #0D0D0D. Windows color (decimal): -16054727 or 3737099. OLE color: 3737099.
HSL color Cylindrical-coordinate representation of color #0B0639: hue angle of 245.88º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B0639 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 6 | 57 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.78 |
| HSL | 245.88º | 0.81% | 0.12% | - |
| HSV(B) | 245.88º | 0.89% | 0.22% | - |
| XYZ | 0.94 | 0.5 | 3.92 | - |
| YUV | 13.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 57 | 0.81 | 0.89 | 0 | 0.78 | 245.88 | 0.81 | 0.12 |
| Hex | B | 6 | 39 | 51 | 59 | 0 | 4E | F6 | 51 | C |
| Octal | 13 | 6 | 71 | 121 | 131 | 0 | 116 | 366 | 121 | 14 |
| Binary | 1011 | 110 | 111001 | 1010001 | 1011001 | 0 | 1001110 | 11110110 | 1010001 | 1100 |
Color Harmonies of #0B0639
Complementary color
Monochromatic Colors of #0B0639
Black with #0B0639
Text Example
Text Example
White with #0B0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0639; }
p { color: rgb(11,6,57); }
H1.HeaderClassName
{
color: #0B0639;
}
.AnyTagClassName
{
color: #0B0639;
}
</style>
background-color css
<style>
a { background-color: #0B0639; }
a { background-color: rgb(11,6,57); }
div.DivClassName
{
background-color: #0B0639;
}
.BgClassName
{
background-color: #0B0639;
}
</style>
border-color css
<style>
span { border-color: #0B0639; }
span { border-color: rgb(11,6,57); }
td.TdClassName
{
border-color: #0B0639;
}
.TagClassName
{
border-color: #0B0639;
}
</style>