Shades of Navy #01006A
Tints of Navy #01006A
RGB
CMYK
RGB Variations
Color information
#01006A (or 0x01006A) is known color: Navy. HEX triplet: 01, 00 and 6A. RGB value is (1,0,106). Sum of RGB (Red+Green+Blue) = 1+0+106=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 106 (41.80% from 255 or 99.07% from 107); Max value from RGB is 106 - color contains mainly: blue. Hex color #01006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006A is #FEFF95. Grayscale: #0B0B0B. Windows color (decimal): -16711574 or 6946817. OLE color: 6946817.
HSL color Cylindrical-coordinate representation of color #01006A: hue angle of 240.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01006A is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 0 | 106 | - |
| CMYK | 0.99 | 1 | 0 | 0.58 |
| HSL | 240.57º | 1% | 0.21% | - |
| HSV(B) | 240.57º | 1% | 0.42% | - |
| XYZ | 2.61 | 1.05 | 13.7 | - |
| YUV | 12.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 106 | 0.99 | 1 | 0 | 0.58 | 240.57 | 1 | 0.21 |
| Hex | 1 | 0 | 6A | 63 | 64 | 0 | 3A | F1 | 64 | 15 |
| Octal | 1 | 0 | 152 | 143 | 144 | 0 | 72 | 361 | 144 | 25 |
| Binary | 1 | 0 | 1101010 | 1100011 | 1100100 | 0 | 111010 | 11110001 | 1100100 | 10101 |
Color Harmonies of #01006A
Complementary color
Monochromatic Colors of #01006A
Black with #01006A
Text Example
Text Example
White with #01006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01006A; }
p { color: rgb(1,0,106); }
H1.HeaderClassName
{
color: #01006A;
}
.AnyTagClassName
{
color: #01006A;
}
</style>
background-color css
<style>
a { background-color: #01006A; }
a { background-color: rgb(1,0,106); }
div.DivClassName
{
background-color: #01006A;
}
.BgClassName
{
background-color: #01006A;
}
</style>
border-color css
<style>
span { border-color: #01006A; }
span { border-color: rgb(1,0,106); }
td.TdClassName
{
border-color: #01006A;
}
.TagClassName
{
border-color: #01006A;
}
</style>