Shades of Navy #01066D
Tints of Navy #01066D
RGB
CMYK
RGB Variations
Color information
#01066D (or 0x01066D) is known color: Navy. HEX triplet: 01, 06 and 6D. RGB value is (1,6,109). Sum of RGB (Red+Green+Blue) = 1+6+109=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #01066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01066D is #FEF992. Grayscale: #0F0F0F. Windows color (decimal): -16710035 or 7144961. OLE color: 7144961.
HSL color Cylindrical-coordinate representation of color #01066D: hue angle of 237.22º 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 #01066D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 6 | 109 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.57 |
| HSL | 237.22º | 0.98% | 0.22% | - |
| HSV(B) | 237.22º | 0.99% | 0.43% | - |
| XYZ | 2.84 | 1.24 | 14.56 | - |
| YUV | 16.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 109 | 0.99 | 0.94 | 0 | 0.57 | 237.22 | 0.98 | 0.22 |
| Hex | 1 | 6 | 6D | 63 | 5E | 0 | 39 | ED | 62 | 16 |
| Octal | 1 | 6 | 155 | 143 | 136 | 0 | 71 | 355 | 142 | 26 |
| Binary | 1 | 110 | 1101101 | 1100011 | 1011110 | 0 | 111001 | 11101101 | 1100010 | 10110 |
Color Harmonies of #01066D
Complementary color
Monochromatic Colors of #01066D
Black with #01066D
Text Example
Text Example
White with #01066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01066D; }
p { color: rgb(1,6,109); }
H1.HeaderClassName
{
color: #01066D;
}
.AnyTagClassName
{
color: #01066D;
}
</style>
background-color css
<style>
a { background-color: #01066D; }
a { background-color: rgb(1,6,109); }
div.DivClassName
{
background-color: #01066D;
}
.BgClassName
{
background-color: #01066D;
}
</style>
border-color css
<style>
span { border-color: #01066D; }
span { border-color: rgb(1,6,109); }
td.TdClassName
{
border-color: #01066D;
}
.TagClassName
{
border-color: #01066D;
}
</style>