Shades of Navy #060A79
Tints of Navy #060A79
RGB
CMYK
RGB Variations
Color information
#060A79 (or 0x060A79) is known color: Navy. HEX triplet: 06, 0A and 79. RGB value is (6,10,121). Sum of RGB (Red+Green+Blue) = 6+10+121=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #060A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A79 is #F9F586. Grayscale: #151515. Windows color (decimal): -16381319 or 7932422. OLE color: 7932422.
HSL color Cylindrical-coordinate representation of color #060A79: hue angle of 237.91º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A79 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 10 | 121 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.53 |
| HSL | 237.91º | 0.91% | 0.25% | - |
| HSV(B) | 237.91º | 0.95% | 0.47% | - |
| XYZ | 3.63 | 1.64 | 18.21 | - |
| YUV | 21.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 121 | 0.95 | 0.92 | 0 | 0.53 | 237.91 | 0.91 | 0.25 |
| Hex | 6 | A | 79 | 5F | 5C | 0 | 35 | EE | 5B | 19 |
| Octal | 6 | 12 | 171 | 137 | 134 | 0 | 65 | 356 | 133 | 31 |
| Binary | 110 | 1010 | 1111001 | 1011111 | 1011100 | 0 | 110101 | 11101110 | 1011011 | 11001 |
Color Harmonies of #060A79
Complementary color
Monochromatic Colors of #060A79
Black with #060A79
Text Example
Text Example
White with #060A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A79; }
p { color: rgb(6,10,121); }
H1.HeaderClassName
{
color: #060A79;
}
.AnyTagClassName
{
color: #060A79;
}
</style>
background-color css
<style>
a { background-color: #060A79; }
a { background-color: rgb(6,10,121); }
div.DivClassName
{
background-color: #060A79;
}
.BgClassName
{
background-color: #060A79;
}
</style>
border-color css
<style>
span { border-color: #060A79; }
span { border-color: rgb(6,10,121); }
td.TdClassName
{
border-color: #060A79;
}
.TagClassName
{
border-color: #060A79;
}
</style>