Shades of New Midnight Blue #060EAE
Tints of New Midnight Blue #060EAE
RGB
CMYK
RGB Variations
Color information
#060EAE (or 0x060EAE) is known color: New Midnight Blue. HEX triplet: 06, 0E and AE. RGB value is (6,14,174). Sum of RGB (Red+Green+Blue) = 6+14+174=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #060EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060EAE is #F9F151. Grayscale: #1D1D1D. Windows color (decimal): -16380242 or 11406854. OLE color: 11406854.
HSL color Cylindrical-coordinate representation of color #060EAE: hue angle of 237.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060EAE is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 14 | 174 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.32 |
| HSL | 237.14º | 0.93% | 0.35% | - |
| HSV(B) | 237.14º | 0.97% | 0.68% | - |
| XYZ | 7.87 | 3.41 | 40.29 | - |
| YUV | 29.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 174 | 0.97 | 0.92 | 0 | 0.32 | 237.14 | 0.93 | 0.35 |
| Hex | 6 | E | AE | 61 | 5C | 0 | 20 | ED | 5D | 23 |
| Octal | 6 | 16 | 256 | 141 | 134 | 0 | 40 | 355 | 135 | 43 |
| Binary | 110 | 1110 | 10101110 | 1100001 | 1011100 | 0 | 100000 | 11101101 | 1011101 | 100011 |
Color Harmonies of #060EAE
Complementary color
Monochromatic Colors of #060EAE
Black with #060EAE
Text Example
Text Example
White with #060EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EAE; }
p { color: rgb(6,14,174); }
H1.HeaderClassName
{
color: #060EAE;
}
.AnyTagClassName
{
color: #060EAE;
}
</style>
background-color css
<style>
a { background-color: #060EAE; }
a { background-color: rgb(6,14,174); }
div.DivClassName
{
background-color: #060EAE;
}
.BgClassName
{
background-color: #060EAE;
}
</style>
border-color css
<style>
span { border-color: #060EAE; }
span { border-color: rgb(6,14,174); }
td.TdClassName
{
border-color: #060EAE;
}
.TagClassName
{
border-color: #060EAE;
}
</style>