Shades of Navy #010066
Tints of Navy #010066
RGB
CMYK
RGB Variations
Color information
#010066 (or 0x010066) is known color: Navy. HEX triplet: 01, 00 and 66. RGB value is (1,0,102). Sum of RGB (Red+Green+Blue) = 1+0+102=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 102 (40.23% from 255 or 99.03% from 103); Max value from RGB is 102 - color contains mainly: blue. Hex color #010066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010066 is #FEFF99. Grayscale: #0B0B0B. Windows color (decimal): -16711578 or 6684673. OLE color: 6684673.
HSL color Cylindrical-coordinate representation of color #010066: hue angle of 240.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010066 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 0 | 102 | - |
| CMYK | 0.99 | 1 | 0 | 0.6 |
| HSL | 240.59º | 1% | 0.2% | - |
| HSV(B) | 240.59º | 1% | 0.4% | - |
| XYZ | 2.41 | 0.97 | 12.63 | - |
| YUV | 11.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 102 | 0.99 | 1 | 0 | 0.6 | 240.59 | 1 | 0.2 |
| Hex | 1 | 0 | 66 | 63 | 64 | 0 | 3C | F1 | 64 | 14 |
| Octal | 1 | 0 | 146 | 143 | 144 | 0 | 74 | 361 | 144 | 24 |
| Binary | 1 | 0 | 1100110 | 1100011 | 1100100 | 0 | 111100 | 11110001 | 1100100 | 10100 |
Color Harmonies of #010066
Complementary color
Monochromatic Colors of #010066
Black with #010066
Text Example
Text Example
White with #010066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010066; }
p { color: rgb(1,0,102); }
H1.HeaderClassName
{
color: #010066;
}
.AnyTagClassName
{
color: #010066;
}
</style>
background-color css
<style>
a { background-color: #010066; }
a { background-color: rgb(1,0,102); }
div.DivClassName
{
background-color: #010066;
}
.BgClassName
{
background-color: #010066;
}
</style>
border-color css
<style>
span { border-color: #010066; }
span { border-color: rgb(1,0,102); }
td.TdClassName
{
border-color: #010066;
}
.TagClassName
{
border-color: #010066;
}
</style>