Shades of Midnight Express #060E4A
Tints of Midnight Express #060E4A
RGB
CMYK
RGB Variations
Color information
#060E4A (or 0x060E4A) is known color: Midnight Express. HEX triplet: 06, 0E and 4A. RGB value is (6,14,74). Sum of RGB (Red+Green+Blue) = 6+14+74=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #060E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E4A is #F9F1B5. Grayscale: #121212. Windows color (decimal): -16380342 or 4853254. OLE color: 4853254.
HSL color Cylindrical-coordinate representation of color #060E4A: hue angle of 232.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060E4A is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 14 | 74 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.71 |
| HSL | 232.94º | 0.85% | 0.16% | - |
| HSV(B) | 232.94º | 0.92% | 0.29% | - |
| XYZ | 1.47 | 0.85 | 6.56 | - |
| YUV | 18.45 | 159.35 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 74 | 0.92 | 0.81 | 0 | 0.71 | 232.94 | 0.85 | 0.16 |
| Hex | 6 | E | 4A | 5C | 51 | 0 | 47 | E9 | 55 | 10 |
| Octal | 6 | 16 | 112 | 134 | 121 | 0 | 107 | 351 | 125 | 20 |
| Binary | 110 | 1110 | 1001010 | 1011100 | 1010001 | 0 | 1000111 | 11101001 | 1010101 | 10000 |
Color Harmonies of #060E4A
Complementary color
Monochromatic Colors of #060E4A
Black with #060E4A
Text Example
Text Example
White with #060E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E4A; }
p { color: rgb(6,14,74); }
H1.HeaderClassName
{
color: #060E4A;
}
.AnyTagClassName
{
color: #060E4A;
}
</style>
background-color css
<style>
a { background-color: #060E4A; }
a { background-color: rgb(6,14,74); }
div.DivClassName
{
background-color: #060E4A;
}
.BgClassName
{
background-color: #060E4A;
}
</style>
border-color css
<style>
span { border-color: #060E4A; }
span { border-color: rgb(6,14,74); }
td.TdClassName
{
border-color: #060E4A;
}
.TagClassName
{
border-color: #060E4A;
}
</style>