Shades of Navy #060175
Tints of Navy #060175
RGB
CMYK
RGB Variations
Color information
#060175 (or 0x060175) is known color: Navy. HEX triplet: 06, 01 and 75. RGB value is (6,1,117). Sum of RGB (Red+Green+Blue) = 6+1+117=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #060175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060175 is #F9FE8A. Grayscale: #0F0F0F. Windows color (decimal): -16383627 or 7667974. OLE color: 7667974.
HSL color Cylindrical-coordinate representation of color #060175: hue angle of 242.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060175 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 1 | 117 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.54 |
| HSL | 242.59º | 0.98% | 0.23% | - |
| HSV(B) | 242.59º | 0.99% | 0.46% | - |
| XYZ | 3.3 | 1.34 | 16.92 | - |
| YUV | 15.72 | 185.16 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 117 | 0.95 | 0.99 | 0 | 0.54 | 242.59 | 0.98 | 0.23 |
| Hex | 6 | 1 | 75 | 5F | 63 | 0 | 36 | F3 | 62 | 17 |
| Octal | 6 | 1 | 165 | 137 | 143 | 0 | 66 | 363 | 142 | 27 |
| Binary | 110 | 1 | 1110101 | 1011111 | 1100011 | 0 | 110110 | 11110011 | 1100010 | 10111 |
Color Harmonies of #060175
Complementary color
Monochromatic Colors of #060175
Black with #060175
Text Example
Text Example
White with #060175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060175; }
p { color: rgb(6,1,117); }
H1.HeaderClassName
{
color: #060175;
}
.AnyTagClassName
{
color: #060175;
}
</style>
background-color css
<style>
a { background-color: #060175; }
a { background-color: rgb(6,1,117); }
div.DivClassName
{
background-color: #060175;
}
.BgClassName
{
background-color: #060175;
}
</style>
border-color css
<style>
span { border-color: #060175; }
span { border-color: rgb(6,1,117); }
td.TdClassName
{
border-color: #060175;
}
.TagClassName
{
border-color: #060175;
}
</style>