Shades of Midnight Express #060B47
Tints of Midnight Express #060B47
RGB
CMYK
RGB Variations
Color information
#060B47 (or 0x060B47) is known color: Midnight Express. HEX triplet: 06, 0B and 47. RGB value is (6,11,71). Sum of RGB (Red+Green+Blue) = 6+11+71=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #060B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B47 is #F9F4B8. Grayscale: #101010. Windows color (decimal): -16381113 or 4655878. OLE color: 4655878.
HSL color Cylindrical-coordinate representation of color #060B47: hue angle of 235.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060B47 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 11 | 71 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.72 |
| HSL | 235.38º | 0.84% | 0.15% | - |
| HSV(B) | 235.38º | 0.92% | 0.28% | - |
| XYZ | 1.33 | 0.73 | 6.03 | - |
| YUV | 16.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 71 | 0.92 | 0.85 | 0 | 0.72 | 235.38 | 0.84 | 0.15 |
| Hex | 6 | B | 47 | 5C | 55 | 0 | 48 | EB | 54 | F |
| Octal | 6 | 13 | 107 | 134 | 125 | 0 | 110 | 353 | 124 | 17 |
| Binary | 110 | 1011 | 1000111 | 1011100 | 1010101 | 0 | 1001000 | 11101011 | 1010100 | 1111 |
Color Harmonies of #060B47
Complementary color
Monochromatic Colors of #060B47
Black with #060B47
Text Example
Text Example
White with #060B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B47; }
p { color: rgb(6,11,71); }
H1.HeaderClassName
{
color: #060B47;
}
.AnyTagClassName
{
color: #060B47;
}
</style>
background-color css
<style>
a { background-color: #060B47; }
a { background-color: rgb(6,11,71); }
div.DivClassName
{
background-color: #060B47;
}
.BgClassName
{
background-color: #060B47;
}
</style>
border-color css
<style>
span { border-color: #060B47; }
span { border-color: rgb(6,11,71); }
td.TdClassName
{
border-color: #060B47;
}
.TagClassName
{
border-color: #060B47;
}
</style>