Shades of Navy #060573
Tints of Navy #060573
RGB
CMYK
RGB Variations
Color information
#060573 (or 0x060573) is known color: Navy. HEX triplet: 06, 05 and 73. RGB value is (6,5,115). Sum of RGB (Red+Green+Blue) = 6+5+115=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #060573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060573 is #F9FA8C. Grayscale: #111111. Windows color (decimal): -16382605 or 7537926. OLE color: 7537926.
HSL color Cylindrical-coordinate representation of color #060573: hue angle of 240.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060573 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 5 | 115 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.55 |
| HSL | 240.55º | 0.92% | 0.24% | - |
| HSV(B) | 240.55º | 0.96% | 0.45% | - |
| XYZ | 3.22 | 1.39 | 16.32 | - |
| YUV | 17.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 115 | 0.95 | 0.96 | 0 | 0.55 | 240.55 | 0.92 | 0.24 |
| Hex | 6 | 5 | 73 | 5F | 60 | 0 | 37 | F1 | 5C | 18 |
| Octal | 6 | 5 | 163 | 137 | 140 | 0 | 67 | 361 | 134 | 30 |
| Binary | 110 | 101 | 1110011 | 1011111 | 1100000 | 0 | 110111 | 11110001 | 1011100 | 11000 |
Color Harmonies of #060573
Complementary color
Monochromatic Colors of #060573
Black with #060573
Text Example
Text Example
White with #060573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060573; }
p { color: rgb(6,5,115); }
H1.HeaderClassName
{
color: #060573;
}
.AnyTagClassName
{
color: #060573;
}
</style>
background-color css
<style>
a { background-color: #060573; }
a { background-color: rgb(6,5,115); }
div.DivClassName
{
background-color: #060573;
}
.BgClassName
{
background-color: #060573;
}
</style>
border-color css
<style>
span { border-color: #060573; }
span { border-color: rgb(6,5,115); }
td.TdClassName
{
border-color: #060573;
}
.TagClassName
{
border-color: #060573;
}
</style>