Shades of Midnight Express #060547
Tints of Midnight Express #060547
RGB
CMYK
RGB Variations
Color information
#060547 (or 0x060547) is known color: Midnight Express. HEX triplet: 06, 05 and 47. RGB value is (6,5,71). Sum of RGB (Red+Green+Blue) = 6+5+71=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #060547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060547 is #F9FAB8. Grayscale: #0C0C0C. Windows color (decimal): -16382649 or 4654342. OLE color: 4654342.
HSL color Cylindrical-coordinate representation of color #060547: hue angle of 240.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060547 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 5 | 71 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.72 |
| HSL | 240.91º | 0.87% | 0.15% | - |
| HSV(B) | 240.91º | 0.93% | 0.28% | - |
| XYZ | 1.27 | 0.6 | 6.01 | - |
| YUV | 12.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 71 | 0.92 | 0.93 | 0 | 0.72 | 240.91 | 0.87 | 0.15 |
| Hex | 6 | 5 | 47 | 5C | 5D | 0 | 48 | F1 | 57 | F |
| Octal | 6 | 5 | 107 | 134 | 135 | 0 | 110 | 361 | 127 | 17 |
| Binary | 110 | 101 | 1000111 | 1011100 | 1011101 | 0 | 1001000 | 11110001 | 1010111 | 1111 |
Color Harmonies of #060547
Complementary color
Monochromatic Colors of #060547
Black with #060547
Text Example
Text Example
White with #060547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060547; }
p { color: rgb(6,5,71); }
H1.HeaderClassName
{
color: #060547;
}
.AnyTagClassName
{
color: #060547;
}
</style>
background-color css
<style>
a { background-color: #060547; }
a { background-color: rgb(6,5,71); }
div.DivClassName
{
background-color: #060547;
}
.BgClassName
{
background-color: #060547;
}
</style>
border-color css
<style>
span { border-color: #060547; }
span { border-color: rgb(6,5,71); }
td.TdClassName
{
border-color: #060547;
}
.TagClassName
{
border-color: #060547;
}
</style>