Shades of Navy #01016F
Tints of Navy #01016F
RGB
CMYK
RGB Variations
Color information
#01016F (or 0x01016F) is known color: Navy. HEX triplet: 01, 01 and 6F. RGB value is (1,1,111). Sum of RGB (Red+Green+Blue) = 1+1+111=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 111 (43.75% from 255 or 98.23% from 113); Max value from RGB is 111 - color contains mainly: blue. Hex color #01016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01016F is #FEFE90. Grayscale: #0D0D0D. Windows color (decimal): -16711313 or 7274753. OLE color: 7274753.
HSL color Cylindrical-coordinate representation of color #01016F: hue angle of 240º 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 #01016F is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 1 | 111 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.56 |
| HSL | 240º | 0.98% | 0.22% | - |
| HSV(B) | 240º | 0.99% | 0.44% | - |
| XYZ | 2.89 | 1.18 | 15.11 | - |
| YUV | 13.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 111 | 0.99 | 0.99 | 0 | 0.56 | 240 | 0.98 | 0.22 |
| Hex | 1 | 1 | 6F | 63 | 63 | 0 | 38 | F0 | 62 | 16 |
| Octal | 1 | 1 | 157 | 143 | 143 | 0 | 70 | 360 | 142 | 26 |
| Binary | 1 | 1 | 1101111 | 1100011 | 1100011 | 0 | 111000 | 11110000 | 1100010 | 10110 |
Color Harmonies of #01016F
Complementary color
Monochromatic Colors of #01016F
Black with #01016F
Text Example
Text Example
White with #01016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01016F; }
p { color: rgb(1,1,111); }
H1.HeaderClassName
{
color: #01016F;
}
.AnyTagClassName
{
color: #01016F;
}
</style>
background-color css
<style>
a { background-color: #01016F; }
a { background-color: rgb(1,1,111); }
div.DivClassName
{
background-color: #01016F;
}
.BgClassName
{
background-color: #01016F;
}
</style>
border-color css
<style>
span { border-color: #01016F; }
span { border-color: rgb(1,1,111); }
td.TdClassName
{
border-color: #01016F;
}
.TagClassName
{
border-color: #01016F;
}
</style>