Shades of Navy #06016F
Tints of Navy #06016F
RGB
CMYK
RGB Variations
Color information
#06016F (or 0x06016F) is known color: Navy. HEX triplet: 06, 01 and 6F. RGB value is (6,1,111). Sum of RGB (Red+Green+Blue) = 6+1+111=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 111 (43.75% from 255 or 94.07% from 118); Max value from RGB is 111 - color contains mainly: blue. Hex color #06016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06016F is #F9FE90. Grayscale: #0E0E0E. Windows color (decimal): -16383633 or 7274758. OLE color: 7274758.
HSL color Cylindrical-coordinate representation of color #06016F: hue angle of 242.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06016F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 1 | 111 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.56 |
| HSL | 242.73º | 0.98% | 0.22% | - |
| HSV(B) | 242.73º | 0.99% | 0.44% | - |
| XYZ | 2.96 | 1.21 | 15.12 | - |
| YUV | 15.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 111 | 0.95 | 0.99 | 0 | 0.56 | 242.73 | 0.98 | 0.22 |
| Hex | 6 | 1 | 6F | 5F | 63 | 0 | 38 | F3 | 62 | 16 |
| Octal | 6 | 1 | 157 | 137 | 143 | 0 | 70 | 363 | 142 | 26 |
| Binary | 110 | 1 | 1101111 | 1011111 | 1100011 | 0 | 111000 | 11110011 | 1100010 | 10110 |
Color Harmonies of #06016F
Complementary color
Monochromatic Colors of #06016F
Black with #06016F
Text Example
Text Example
White with #06016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06016F; }
p { color: rgb(6,1,111); }
H1.HeaderClassName
{
color: #06016F;
}
.AnyTagClassName
{
color: #06016F;
}
</style>
background-color css
<style>
a { background-color: #06016F; }
a { background-color: rgb(6,1,111); }
div.DivClassName
{
background-color: #06016F;
}
.BgClassName
{
background-color: #06016F;
}
</style>
border-color css
<style>
span { border-color: #06016F; }
span { border-color: rgb(6,1,111); }
td.TdClassName
{
border-color: #06016F;
}
.TagClassName
{
border-color: #06016F;
}
</style>