Shades of Midnight Express #060E40
Tints of Midnight Express #060E40
RGB
CMYK
RGB Variations
Color information
#060E40 (or 0x060E40) is known color: Midnight Express. HEX triplet: 06, 0E and 40. RGB value is (6,14,64). Sum of RGB (Red+Green+Blue) = 6+14+64=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #060E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E40 is #F9F1BF. Grayscale: #111111. Windows color (decimal): -16380352 or 4197894. OLE color: 4197894.
HSL color Cylindrical-coordinate representation of color #060E40: hue angle of 231.72º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060E40 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 14 | 64 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.75 |
| HSL | 231.72º | 0.83% | 0.14% | - |
| HSV(B) | 231.72º | 0.91% | 0.25% | - |
| XYZ | 1.16 | 0.72 | 4.93 | - |
| YUV | 17.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 64 | 0.91 | 0.78 | 0 | 0.75 | 231.72 | 0.83 | 0.14 |
| Hex | 6 | E | 40 | 5B | 4E | 0 | 4B | E8 | 53 | E |
| Octal | 6 | 16 | 100 | 133 | 116 | 0 | 113 | 350 | 123 | 16 |
| Binary | 110 | 1110 | 1000000 | 1011011 | 1001110 | 0 | 1001011 | 11101000 | 1010011 | 1110 |
Color Harmonies of #060E40
Complementary color
Monochromatic Colors of #060E40
Black with #060E40
Text Example
Text Example
White with #060E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E40; }
p { color: rgb(6,14,64); }
H1.HeaderClassName
{
color: #060E40;
}
.AnyTagClassName
{
color: #060E40;
}
</style>
background-color css
<style>
a { background-color: #060E40; }
a { background-color: rgb(6,14,64); }
div.DivClassName
{
background-color: #060E40;
}
.BgClassName
{
background-color: #060E40;
}
</style>
border-color css
<style>
span { border-color: #060E40; }
span { border-color: rgb(6,14,64); }
td.TdClassName
{
border-color: #060E40;
}
.TagClassName
{
border-color: #060E40;
}
</style>