Shades of Midnight Express #060E47
Tints of Midnight Express #060E47
RGB
CMYK
RGB Variations
Color information
#060E47 (or 0x060E47) is known color: Midnight Express. HEX triplet: 06, 0E and 47. RGB value is (6,14,71). Sum of RGB (Red+Green+Blue) = 6+14+71=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #060E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E47 is #F9F1B8. Grayscale: #111111. Windows color (decimal): -16380345 or 4656646. OLE color: 4656646.
HSL color Cylindrical-coordinate representation of color #060E47: hue angle of 232.62º 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 #060E47 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 14 | 71 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.72 |
| HSL | 232.62º | 0.84% | 0.15% | - |
| HSV(B) | 232.62º | 0.92% | 0.28% | - |
| XYZ | 1.37 | 0.81 | 6.04 | - |
| YUV | 18.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 71 | 0.92 | 0.80 | 0 | 0.72 | 232.62 | 0.84 | 0.15 |
| Hex | 6 | E | 47 | 5C | 50 | 0 | 48 | E9 | 54 | F |
| Octal | 6 | 16 | 107 | 134 | 120 | 0 | 110 | 351 | 124 | 17 |
| Binary | 110 | 1110 | 1000111 | 1011100 | 1010000 | 0 | 1001000 | 11101001 | 1010100 | 1111 |
Color Harmonies of #060E47
Complementary color
Monochromatic Colors of #060E47
Black with #060E47
Text Example
Text Example
White with #060E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E47; }
p { color: rgb(6,14,71); }
H1.HeaderClassName
{
color: #060E47;
}
.AnyTagClassName
{
color: #060E47;
}
</style>
background-color css
<style>
a { background-color: #060E47; }
a { background-color: rgb(6,14,71); }
div.DivClassName
{
background-color: #060E47;
}
.BgClassName
{
background-color: #060E47;
}
</style>
border-color css
<style>
span { border-color: #060E47; }
span { border-color: rgb(6,14,71); }
td.TdClassName
{
border-color: #060E47;
}
.TagClassName
{
border-color: #060E47;
}
</style>