Shades of Navy #060275
Tints of Navy #060275
RGB
CMYK
RGB Variations
Color information
#060275 (or 0x060275) is known color: Navy. HEX triplet: 06, 02 and 75. RGB value is (6,2,117). Sum of RGB (Red+Green+Blue) = 6+2+117=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #060275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060275 is #F9FD8A. Grayscale: #0F0F0F. Windows color (decimal): -16383371 or 7668230. OLE color: 7668230.
HSL color Cylindrical-coordinate representation of color #060275: hue angle of 242.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060275 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 2 | 117 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.54 |
| HSL | 242.09º | 0.97% | 0.23% | - |
| HSV(B) | 242.09º | 0.98% | 0.46% | - |
| XYZ | 3.31 | 1.37 | 16.92 | - |
| YUV | 16.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 117 | 0.95 | 0.98 | 0 | 0.54 | 242.09 | 0.97 | 0.23 |
| Hex | 6 | 2 | 75 | 5F | 62 | 0 | 36 | F2 | 61 | 17 |
| Octal | 6 | 2 | 165 | 137 | 142 | 0 | 66 | 362 | 141 | 27 |
| Binary | 110 | 10 | 1110101 | 1011111 | 1100010 | 0 | 110110 | 11110010 | 1100001 | 10111 |
Color Harmonies of #060275
Complementary color
Monochromatic Colors of #060275
Black with #060275
Text Example
Text Example
White with #060275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060275; }
p { color: rgb(6,2,117); }
H1.HeaderClassName
{
color: #060275;
}
.AnyTagClassName
{
color: #060275;
}
</style>
background-color css
<style>
a { background-color: #060275; }
a { background-color: rgb(6,2,117); }
div.DivClassName
{
background-color: #060275;
}
.BgClassName
{
background-color: #060275;
}
</style>
border-color css
<style>
span { border-color: #060275; }
span { border-color: rgb(6,2,117); }
td.TdClassName
{
border-color: #060275;
}
.TagClassName
{
border-color: #060275;
}
</style>