Shades of Navy #060079
Tints of Navy #060079
RGB
CMYK
RGB Variations
Color information
#060079 (or 0x060079) is known color: Navy. HEX triplet: 06, 00 and 79. RGB value is (6,0,121). Sum of RGB (Red+Green+Blue) = 6+0+121=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 121 (47.66% from 255 or 95.28% from 127); Max value from RGB is 121 - color contains mainly: blue. Hex color #060079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060079 is #F9FF86. Grayscale: #0F0F0F. Windows color (decimal): -16383879 or 7929862. OLE color: 7929862.
HSL color Cylindrical-coordinate representation of color #060079: hue angle of 242.98º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060079 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 0 | 121 | - |
| CMYK | 0.95 | 1 | 0 | 0.53 |
| HSL | 242.98º | 1% | 0.24% | - |
| HSV(B) | 242.98º | 1% | 0.47% | - |
| XYZ | 3.53 | 1.42 | 18.18 | - |
| YUV | 15.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 121 | 0.95 | 1 | 0 | 0.53 | 242.98 | 1 | 0.24 |
| Hex | 6 | 0 | 79 | 5F | 64 | 0 | 35 | F3 | 64 | 18 |
| Octal | 6 | 0 | 171 | 137 | 144 | 0 | 65 | 363 | 144 | 30 |
| Binary | 110 | 0 | 1111001 | 1011111 | 1100100 | 0 | 110101 | 11110011 | 1100100 | 11000 |
Color Harmonies of #060079
Complementary color
Monochromatic Colors of #060079
Black with #060079
Text Example
Text Example
White with #060079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060079; }
p { color: rgb(6,0,121); }
H1.HeaderClassName
{
color: #060079;
}
.AnyTagClassName
{
color: #060079;
}
</style>
background-color css
<style>
a { background-color: #060079; }
a { background-color: rgb(6,0,121); }
div.DivClassName
{
background-color: #060079;
}
.BgClassName
{
background-color: #060079;
}
</style>
border-color css
<style>
span { border-color: #060079; }
span { border-color: rgb(6,0,121); }
td.TdClassName
{
border-color: #060079;
}
.TagClassName
{
border-color: #060079;
}
</style>