Shades of Navy #060082
Tints of Navy #060082
RGB
CMYK
RGB Variations
Color information
#060082 (or 0x060082) is known color: Navy. HEX triplet: 06, 00 and 82. RGB value is (6,0,130). Sum of RGB (Red+Green+Blue) = 6+0+130=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 130 (51.17% from 255 or 95.59% from 136); Max value from RGB is 130 - color contains mainly: blue. Hex color #060082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060082 is #F9FF7D. Grayscale: #101010. Windows color (decimal): -16383870 or 8519686. OLE color: 8519686.
HSL color Cylindrical-coordinate representation of color #060082: hue angle of 242.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060082 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 0 | 130 | - |
| CMYK | 0.95 | 1 | 0 | 0.49 |
| HSL | 242.77º | 1% | 0.25% | - |
| HSV(B) | 242.77º | 1% | 0.51% | - |
| XYZ | 4.1 | 1.65 | 21.22 | - |
| YUV | 16.61 | 191.99 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 130 | 0.95 | 1 | 0 | 0.49 | 242.77 | 1 | 0.25 |
| Hex | 6 | 0 | 82 | 5F | 64 | 0 | 31 | F3 | 64 | 19 |
| Octal | 6 | 0 | 202 | 137 | 144 | 0 | 61 | 363 | 144 | 31 |
| Binary | 110 | 0 | 10000010 | 1011111 | 1100100 | 0 | 110001 | 11110011 | 1100100 | 11001 |
Color Harmonies of #060082
Complementary color
Monochromatic Colors of #060082
Black with #060082
Text Example
Text Example
White with #060082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060082; }
p { color: rgb(6,0,130); }
H1.HeaderClassName
{
color: #060082;
}
.AnyTagClassName
{
color: #060082;
}
</style>
background-color css
<style>
a { background-color: #060082; }
a { background-color: rgb(6,0,130); }
div.DivClassName
{
background-color: #060082;
}
.BgClassName
{
background-color: #060082;
}
</style>
border-color css
<style>
span { border-color: #060082; }
span { border-color: rgb(6,0,130); }
td.TdClassName
{
border-color: #060082;
}
.TagClassName
{
border-color: #060082;
}
</style>