Shades of New Midnight Blue #060EA4
Tints of New Midnight Blue #060EA4
RGB
CMYK
RGB Variations
Color information
#060EA4 (or 0x060EA4) is known color: New Midnight Blue. HEX triplet: 06, 0E and A4. RGB value is (6,14,164). Sum of RGB (Red+Green+Blue) = 6+14+164=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 164 (64.45% from 255 or 89.13% from 184); Max value from RGB is 164 - color contains mainly: blue. Hex color #060EA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060EA4 is #F9F15B. Grayscale: #1C1C1C. Windows color (decimal): -16380252 or 10751494. OLE color: 10751494.
HSL color Cylindrical-coordinate representation of color #060EA4: hue angle of 236.96º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060EA4 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 14 | 164 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.36 |
| HSL | 236.96º | 0.93% | 0.33% | - |
| HSV(B) | 236.96º | 0.96% | 0.64% | - |
| XYZ | 6.93 | 3.03 | 35.34 | - |
| YUV | 28.71 | 204.35 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 164 | 0.96 | 0.91 | 0 | 0.36 | 236.96 | 0.93 | 0.33 |
| Hex | 6 | E | A4 | 60 | 5B | 0 | 24 | ED | 5D | 21 |
| Octal | 6 | 16 | 244 | 140 | 133 | 0 | 44 | 355 | 135 | 41 |
| Binary | 110 | 1110 | 10100100 | 1100000 | 1011011 | 0 | 100100 | 11101101 | 1011101 | 100001 |
Color Harmonies of #060EA4
Complementary color
Monochromatic Colors of #060EA4
Black with #060EA4
Text Example
Text Example
White with #060EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EA4; }
p { color: rgb(6,14,164); }
H1.HeaderClassName
{
color: #060EA4;
}
.AnyTagClassName
{
color: #060EA4;
}
</style>
background-color css
<style>
a { background-color: #060EA4; }
a { background-color: rgb(6,14,164); }
div.DivClassName
{
background-color: #060EA4;
}
.BgClassName
{
background-color: #060EA4;
}
</style>
border-color css
<style>
span { border-color: #060EA4; }
span { border-color: rgb(6,14,164); }
td.TdClassName
{
border-color: #060EA4;
}
.TagClassName
{
border-color: #060EA4;
}
</style>