Shades of Navy #060166
Tints of Navy #060166
RGB
CMYK
RGB Variations
Color information
#060166 (or 0x060166) is known color: Navy. HEX triplet: 06, 01 and 66. RGB value is (6,1,102). Sum of RGB (Red+Green+Blue) = 6+1+102=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #060166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060166 is #F9FE99. Grayscale: #0D0D0D. Windows color (decimal): -16383642 or 6684934. OLE color: 6684934.
HSL color Cylindrical-coordinate representation of color #060166: hue angle of 242.97º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060166 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 1 | 102 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.6 |
| HSL | 242.97º | 0.98% | 0.2% | - |
| HSV(B) | 242.97º | 0.99% | 0.4% | - |
| XYZ | 2.48 | 1.02 | 12.64 | - |
| YUV | 14.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 102 | 0.94 | 0.99 | 0 | 0.6 | 242.97 | 0.98 | 0.2 |
| Hex | 6 | 1 | 66 | 5E | 63 | 0 | 3C | F3 | 62 | 14 |
| Octal | 6 | 1 | 146 | 136 | 143 | 0 | 74 | 363 | 142 | 24 |
| Binary | 110 | 1 | 1100110 | 1011110 | 1100011 | 0 | 111100 | 11110011 | 1100010 | 10100 |
Color Harmonies of #060166
Complementary color
Monochromatic Colors of #060166
Black with #060166
Text Example
Text Example
White with #060166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060166; }
p { color: rgb(6,1,102); }
H1.HeaderClassName
{
color: #060166;
}
.AnyTagClassName
{
color: #060166;
}
</style>
background-color css
<style>
a { background-color: #060166; }
a { background-color: rgb(6,1,102); }
div.DivClassName
{
background-color: #060166;
}
.BgClassName
{
background-color: #060166;
}
</style>
border-color css
<style>
span { border-color: #060166; }
span { border-color: rgb(6,1,102); }
td.TdClassName
{
border-color: #060166;
}
.TagClassName
{
border-color: #060166;
}
</style>