Shades of Navy #060470
Tints of Navy #060470
RGB
CMYK
RGB Variations
Color information
#060470 (or 0x060470) is known color: Navy. HEX triplet: 06, 04 and 70. RGB value is (6,4,112). Sum of RGB (Red+Green+Blue) = 6+4+112=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #060470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060470 is #F9FB8F. Grayscale: #101010. Windows color (decimal): -16382864 or 7341062. OLE color: 7341062.
HSL color Cylindrical-coordinate representation of color #060470: hue angle of 241.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060470 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 4 | 112 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.56 |
| HSL | 241.11º | 0.93% | 0.23% | - |
| HSV(B) | 241.11º | 0.96% | 0.44% | - |
| XYZ | 3.04 | 1.3 | 15.42 | - |
| YUV | 16.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 112 | 0.95 | 0.96 | 0 | 0.56 | 241.11 | 0.93 | 0.23 |
| Hex | 6 | 4 | 70 | 5F | 60 | 0 | 38 | F1 | 5D | 17 |
| Octal | 6 | 4 | 160 | 137 | 140 | 0 | 70 | 361 | 135 | 27 |
| Binary | 110 | 100 | 1110000 | 1011111 | 1100000 | 0 | 111000 | 11110001 | 1011101 | 10111 |
Color Harmonies of #060470
Complementary color
Monochromatic Colors of #060470
Black with #060470
Text Example
Text Example
White with #060470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060470; }
p { color: rgb(6,4,112); }
H1.HeaderClassName
{
color: #060470;
}
.AnyTagClassName
{
color: #060470;
}
</style>
background-color css
<style>
a { background-color: #060470; }
a { background-color: rgb(6,4,112); }
div.DivClassName
{
background-color: #060470;
}
.BgClassName
{
background-color: #060470;
}
</style>
border-color css
<style>
span { border-color: #060470; }
span { border-color: rgb(6,4,112); }
td.TdClassName
{
border-color: #060470;
}
.TagClassName
{
border-color: #060470;
}
</style>