Shades of Navy #060160
Tints of Navy #060160
RGB
CMYK
RGB Variations
Color information
#060160 (or 0x060160) is known color: Navy. HEX triplet: 06, 01 and 60. RGB value is (6,1,96). Sum of RGB (Red+Green+Blue) = 6+1+96=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #060160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060160 is #F9FE9F. Grayscale: #0C0C0C. Windows color (decimal): -16383648 or 6291718. OLE color: 6291718.
HSL color Cylindrical-coordinate representation of color #060160: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060160 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 1 | 96 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.62 |
| HSL | 243.16º | 0.98% | 0.19% | - |
| HSV(B) | 243.16º | 0.99% | 0.38% | - |
| XYZ | 2.2 | 0.9 | 11.13 | - |
| YUV | 13.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 96 | 0.94 | 0.99 | 0 | 0.62 | 243.16 | 0.98 | 0.19 |
| Hex | 6 | 1 | 60 | 5E | 63 | 0 | 3E | F3 | 62 | 13 |
| Octal | 6 | 1 | 140 | 136 | 143 | 0 | 76 | 363 | 142 | 23 |
| Binary | 110 | 1 | 1100000 | 1011110 | 1100011 | 0 | 111110 | 11110011 | 1100010 | 10011 |
Color Harmonies of #060160
Complementary color
Monochromatic Colors of #060160
Black with #060160
Text Example
Text Example
White with #060160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060160; }
p { color: rgb(6,1,96); }
H1.HeaderClassName
{
color: #060160;
}
.AnyTagClassName
{
color: #060160;
}
</style>
background-color css
<style>
a { background-color: #060160; }
a { background-color: rgb(6,1,96); }
div.DivClassName
{
background-color: #060160;
}
.BgClassName
{
background-color: #060160;
}
</style>
border-color css
<style>
span { border-color: #060160; }
span { border-color: rgb(6,1,96); }
td.TdClassName
{
border-color: #060160;
}
.TagClassName
{
border-color: #060160;
}
</style>