Shades of New Midnight Blue #060AA9
Tints of New Midnight Blue #060AA9
RGB
CMYK
RGB Variations
Color information
#060AA9 (or 0x060AA9) is known color: New Midnight Blue. HEX triplet: 06, 0A and A9. RGB value is (6,10,169). Sum of RGB (Red+Green+Blue) = 6+10+169=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 169 (66.41% from 255 or 91.35% from 185); Max value from RGB is 169 - color contains mainly: blue. Hex color #060AA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060AA9 is #F9F556. Grayscale: #1A1A1A. Windows color (decimal): -16381271 or 11078150. OLE color: 11078150.
HSL color Cylindrical-coordinate representation of color #060AA9: hue angle of 238.53º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060AA9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 10 | 169 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.34 |
| HSL | 238.53º | 0.93% | 0.34% | - |
| HSV(B) | 238.53º | 0.96% | 0.66% | - |
| XYZ | 7.35 | 3.12 | 37.75 | - |
| YUV | 26.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 169 | 0.96 | 0.94 | 0 | 0.34 | 238.53 | 0.93 | 0.34 |
| Hex | 6 | A | A9 | 60 | 5E | 0 | 22 | EF | 5D | 22 |
| Octal | 6 | 12 | 251 | 140 | 136 | 0 | 42 | 357 | 135 | 42 |
| Binary | 110 | 1010 | 10101001 | 1100000 | 1011110 | 0 | 100010 | 11101111 | 1011101 | 100010 |
Color Harmonies of #060AA9
Complementary color
Monochromatic Colors of #060AA9
Black with #060AA9
Text Example
Text Example
White with #060AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060AA9; }
p { color: rgb(6,10,169); }
H1.HeaderClassName
{
color: #060AA9;
}
.AnyTagClassName
{
color: #060AA9;
}
</style>
background-color css
<style>
a { background-color: #060AA9; }
a { background-color: rgb(6,10,169); }
div.DivClassName
{
background-color: #060AA9;
}
.BgClassName
{
background-color: #060AA9;
}
</style>
border-color css
<style>
span { border-color: #060AA9; }
span { border-color: rgb(6,10,169); }
td.TdClassName
{
border-color: #060AA9;
}
.TagClassName
{
border-color: #060AA9;
}
</style>