Shades of Navy #060775
Tints of Navy #060775
RGB
CMYK
RGB Variations
Color information
#060775 (or 0x060775) is known color: Navy. HEX triplet: 06, 07 and 75. RGB value is (6,7,117). Sum of RGB (Red+Green+Blue) = 6+7+117=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #060775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060775 is #F9F88A. Grayscale: #121212. Windows color (decimal): -16382091 or 7669510. OLE color: 7669510.
HSL color Cylindrical-coordinate representation of color #060775: hue angle of 239.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060775 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 7 | 117 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.54 |
| HSL | 239.46º | 0.9% | 0.24% | - |
| HSV(B) | 239.46º | 0.95% | 0.46% | - |
| XYZ | 3.36 | 1.48 | 16.94 | - |
| YUV | 19.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 117 | 0.95 | 0.94 | 0 | 0.54 | 239.46 | 0.9 | 0.24 |
| Hex | 6 | 7 | 75 | 5F | 5E | 0 | 36 | EF | 5A | 18 |
| Octal | 6 | 7 | 165 | 137 | 136 | 0 | 66 | 357 | 132 | 30 |
| Binary | 110 | 111 | 1110101 | 1011111 | 1011110 | 0 | 110110 | 11101111 | 1011010 | 11000 |
Color Harmonies of #060775
Complementary color
Monochromatic Colors of #060775
Black with #060775
Text Example
Text Example
White with #060775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060775; }
p { color: rgb(6,7,117); }
H1.HeaderClassName
{
color: #060775;
}
.AnyTagClassName
{
color: #060775;
}
</style>
background-color css
<style>
a { background-color: #060775; }
a { background-color: rgb(6,7,117); }
div.DivClassName
{
background-color: #060775;
}
.BgClassName
{
background-color: #060775;
}
</style>
border-color css
<style>
span { border-color: #060775; }
span { border-color: rgb(6,7,117); }
td.TdClassName
{
border-color: #060775;
}
.TagClassName
{
border-color: #060775;
}
</style>