Shades of Navy #01016D
Tints of Navy #01016D
RGB
CMYK
RGB Variations
Color information
#01016D (or 0x01016D) is known color: Navy. HEX triplet: 01, 01 and 6D. RGB value is (1,1,109). Sum of RGB (Red+Green+Blue) = 1+1+109=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 109 (42.97% from 255 or 98.20% from 111); Max value from RGB is 109 - color contains mainly: blue. Hex color #01016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01016D is #FEFE92. Grayscale: #0C0C0C. Windows color (decimal): -16711315 or 7143681. OLE color: 7143681.
HSL color Cylindrical-coordinate representation of color #01016D: hue angle of 240º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01016D is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 1 | 109 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.57 |
| HSL | 240º | 0.98% | 0.22% | - |
| HSV(B) | 240º | 0.99% | 0.43% | - |
| XYZ | 2.78 | 1.13 | 14.54 | - |
| YUV | 13.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 109 | 0.99 | 0.99 | 0 | 0.57 | 240 | 0.98 | 0.22 |
| Hex | 1 | 1 | 6D | 63 | 63 | 0 | 39 | F0 | 62 | 16 |
| Octal | 1 | 1 | 155 | 143 | 143 | 0 | 71 | 360 | 142 | 26 |
| Binary | 1 | 1 | 1101101 | 1100011 | 1100011 | 0 | 111001 | 11110000 | 1100010 | 10110 |
Color Harmonies of #01016D
Complementary color
Monochromatic Colors of #01016D
Black with #01016D
Text Example
Text Example
White with #01016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01016D; }
p { color: rgb(1,1,109); }
H1.HeaderClassName
{
color: #01016D;
}
.AnyTagClassName
{
color: #01016D;
}
</style>
background-color css
<style>
a { background-color: #01016D; }
a { background-color: rgb(1,1,109); }
div.DivClassName
{
background-color: #01016D;
}
.BgClassName
{
background-color: #01016D;
}
</style>
border-color css
<style>
span { border-color: #01016D; }
span { border-color: rgb(1,1,109); }
td.TdClassName
{
border-color: #01016D;
}
.TagClassName
{
border-color: #01016D;
}
</style>