Shades of Navy #06016A
Tints of Navy #06016A
RGB
CMYK
RGB Variations
Color information
#06016A (or 0x06016A) is known color: Navy. HEX triplet: 06, 01 and 6A. RGB value is (6,1,106). Sum of RGB (Red+Green+Blue) = 6+1+106=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 106 (41.80% from 255 or 93.81% from 113); Max value from RGB is 106 - color contains mainly: blue. Hex color #06016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06016A is #F9FE95. Grayscale: #0E0E0E. Windows color (decimal): -16383638 or 6947078. OLE color: 6947078.
HSL color Cylindrical-coordinate representation of color #06016A: hue angle of 242.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06016A is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 1 | 106 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.58 |
| HSL | 242.86º | 0.98% | 0.21% | - |
| HSV(B) | 242.86º | 0.99% | 0.42% | - |
| XYZ | 2.69 | 1.1 | 13.71 | - |
| YUV | 14.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 106 | 0.94 | 0.99 | 0 | 0.58 | 242.86 | 0.98 | 0.21 |
| Hex | 6 | 1 | 6A | 5E | 63 | 0 | 3A | F3 | 62 | 15 |
| Octal | 6 | 1 | 152 | 136 | 143 | 0 | 72 | 363 | 142 | 25 |
| Binary | 110 | 1 | 1101010 | 1011110 | 1100011 | 0 | 111010 | 11110011 | 1100010 | 10101 |
Color Harmonies of #06016A
Complementary color
Monochromatic Colors of #06016A
Black with #06016A
Text Example
Text Example
White with #06016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06016A; }
p { color: rgb(6,1,106); }
H1.HeaderClassName
{
color: #06016A;
}
.AnyTagClassName
{
color: #06016A;
}
</style>
background-color css
<style>
a { background-color: #06016A; }
a { background-color: rgb(6,1,106); }
div.DivClassName
{
background-color: #06016A;
}
.BgClassName
{
background-color: #06016A;
}
</style>
border-color css
<style>
span { border-color: #06016A; }
span { border-color: rgb(6,1,106); }
td.TdClassName
{
border-color: #06016A;
}
.TagClassName
{
border-color: #06016A;
}
</style>