Shades of Midnight Express #060749
Tints of Midnight Express #060749
RGB
CMYK
RGB Variations
Color information
#060749 (or 0x060749) is known color: Midnight Express. HEX triplet: 06, 07 and 49. RGB value is (6,7,73). Sum of RGB (Red+Green+Blue) = 6+7+73=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #060749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060749 is #F9F8B6. Grayscale: #0D0D0D. Windows color (decimal): -16382135 or 4785926. OLE color: 4785926.
HSL color Cylindrical-coordinate representation of color #060749: hue angle of 239.1º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060749 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 7 | 73 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.71 |
| HSL | 239.1º | 0.85% | 0.15% | - |
| HSV(B) | 239.1º | 0.92% | 0.29% | - |
| XYZ | 1.35 | 0.67 | 6.36 | - |
| YUV | 14.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 73 | 0.92 | 0.90 | 0 | 0.71 | 239.1 | 0.85 | 0.15 |
| Hex | 6 | 7 | 49 | 5C | 5A | 0 | 47 | EF | 55 | F |
| Octal | 6 | 7 | 111 | 134 | 132 | 0 | 107 | 357 | 125 | 17 |
| Binary | 110 | 111 | 1001001 | 1011100 | 1011010 | 0 | 1000111 | 11101111 | 1010101 | 1111 |
Color Harmonies of #060749
Complementary color
Monochromatic Colors of #060749
Black with #060749
Text Example
Text Example
White with #060749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060749; }
p { color: rgb(6,7,73); }
H1.HeaderClassName
{
color: #060749;
}
.AnyTagClassName
{
color: #060749;
}
</style>
background-color css
<style>
a { background-color: #060749; }
a { background-color: rgb(6,7,73); }
div.DivClassName
{
background-color: #060749;
}
.BgClassName
{
background-color: #060749;
}
</style>
border-color css
<style>
span { border-color: #060749; }
span { border-color: rgb(6,7,73); }
td.TdClassName
{
border-color: #060749;
}
.TagClassName
{
border-color: #060749;
}
</style>