Shades of Midnight Express #060040
Tints of Midnight Express #060040
RGB
CMYK
RGB Variations
Color information
#060040 (or 0x060040) is known color: Midnight Express. HEX triplet: 06, 00 and 40. RGB value is (6,0,64). Sum of RGB (Red+Green+Blue) = 6+0+64=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 64 (25.39% from 255 or 91.43% from 70); Max value from RGB is 64 - color contains mainly: blue. Hex color #060040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060040 is #F9FFBF. Grayscale: #080808. Windows color (decimal): -16383936 or 4194310. OLE color: 4194310.
HSL color Cylindrical-coordinate representation of color #060040: hue angle of 245.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060040 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 0 | 64 | - |
| CMYK | 0.91 | 1 | 0 | 0.75 |
| HSL | 245.63º | 1% | 0.13% | - |
| HSV(B) | 245.63º | 1% | 0.25% | - |
| XYZ | 1 | 0.41 | 4.88 | - |
| YUV | 9.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 64 | 0.91 | 1 | 0 | 0.75 | 245.63 | 1 | 0.13 |
| Hex | 6 | 0 | 40 | 5B | 64 | 0 | 4B | F6 | 64 | D |
| Octal | 6 | 0 | 100 | 133 | 144 | 0 | 113 | 366 | 144 | 15 |
| Binary | 110 | 0 | 1000000 | 1011011 | 1100100 | 0 | 1001011 | 11110110 | 1100100 | 1101 |
Color Harmonies of #060040
Complementary color
Monochromatic Colors of #060040
Black with #060040
Text Example
Text Example
White with #060040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060040; }
p { color: rgb(6,0,64); }
H1.HeaderClassName
{
color: #060040;
}
.AnyTagClassName
{
color: #060040;
}
</style>
background-color css
<style>
a { background-color: #060040; }
a { background-color: rgb(6,0,64); }
div.DivClassName
{
background-color: #060040;
}
.BgClassName
{
background-color: #060040;
}
</style>
border-color css
<style>
span { border-color: #060040; }
span { border-color: rgb(6,0,64); }
td.TdClassName
{
border-color: #060040;
}
.TagClassName
{
border-color: #060040;
}
</style>