Shades of Navy #060585
Tints of Navy #060585
RGB
CMYK
RGB Variations
Color information
#060585 (or 0x060585) is known color: Navy. HEX triplet: 06, 05 and 85. RGB value is (6,5,133). Sum of RGB (Red+Green+Blue) = 6+5+133=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 133 (52.34% from 255 or 92.36% from 144); Max value from RGB is 133 - color contains mainly: blue. Hex color #060585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060585 is #F9FA7A. Grayscale: #131313. Windows color (decimal): -16382587 or 8717574. OLE color: 8717574.
HSL color Cylindrical-coordinate representation of color #060585: hue angle of 240.47º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060585 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 5 | 133 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.48 |
| HSL | 240.47º | 0.93% | 0.27% | - |
| HSV(B) | 240.47º | 0.96% | 0.52% | - |
| XYZ | 4.36 | 1.84 | 22.32 | - |
| YUV | 19.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 133 | 0.95 | 0.96 | 0 | 0.48 | 240.47 | 0.93 | 0.27 |
| Hex | 6 | 5 | 85 | 5F | 60 | 0 | 30 | F0 | 5D | 1B |
| Octal | 6 | 5 | 205 | 137 | 140 | 0 | 60 | 360 | 135 | 33 |
| Binary | 110 | 101 | 10000101 | 1011111 | 1100000 | 0 | 110000 | 11110000 | 1011101 | 11011 |
Color Harmonies of #060585
Complementary color
Monochromatic Colors of #060585
Black with #060585
Text Example
Text Example
White with #060585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060585; }
p { color: rgb(6,5,133); }
H1.HeaderClassName
{
color: #060585;
}
.AnyTagClassName
{
color: #060585;
}
</style>
background-color css
<style>
a { background-color: #060585; }
a { background-color: rgb(6,5,133); }
div.DivClassName
{
background-color: #060585;
}
.BgClassName
{
background-color: #060585;
}
</style>
border-color css
<style>
span { border-color: #060585; }
span { border-color: rgb(6,5,133); }
td.TdClassName
{
border-color: #060585;
}
.TagClassName
{
border-color: #060585;
}
</style>