Shades of Navy #060A70
Tints of Navy #060A70
RGB
CMYK
RGB Variations
Color information
#060A70 (or 0x060A70) is known color: Navy. HEX triplet: 06, 0A and 70. RGB value is (6,10,112). Sum of RGB (Red+Green+Blue) = 6+10+112=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #060A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A70 is #F9F58F. Grayscale: #141414. Windows color (decimal): -16381328 or 7342598. OLE color: 7342598.
HSL color Cylindrical-coordinate representation of color #060A70: hue angle of 237.74º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A70 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 10 | 112 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.56 |
| HSL | 237.74º | 0.9% | 0.23% | - |
| HSV(B) | 237.74º | 0.95% | 0.44% | - |
| XYZ | 3.11 | 1.43 | 15.44 | - |
| YUV | 20.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 112 | 0.95 | 0.91 | 0 | 0.56 | 237.74 | 0.9 | 0.23 |
| Hex | 6 | A | 70 | 5F | 5B | 0 | 38 | EE | 5A | 17 |
| Octal | 6 | 12 | 160 | 137 | 133 | 0 | 70 | 356 | 132 | 27 |
| Binary | 110 | 1010 | 1110000 | 1011111 | 1011011 | 0 | 111000 | 11101110 | 1011010 | 10111 |
Color Harmonies of #060A70
Complementary color
Monochromatic Colors of #060A70
Black with #060A70
Text Example
Text Example
White with #060A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A70; }
p { color: rgb(6,10,112); }
H1.HeaderClassName
{
color: #060A70;
}
.AnyTagClassName
{
color: #060A70;
}
</style>
background-color css
<style>
a { background-color: #060A70; }
a { background-color: rgb(6,10,112); }
div.DivClassName
{
background-color: #060A70;
}
.BgClassName
{
background-color: #060A70;
}
</style>
border-color css
<style>
span { border-color: #060A70; }
span { border-color: rgb(6,10,112); }
td.TdClassName
{
border-color: #060A70;
}
.TagClassName
{
border-color: #060A70;
}
</style>