Shades of Navy #01007A
Tints of Navy #01007A
RGB
CMYK
RGB Variations
Color information
#01007A (or 0x01007A) is known color: Navy. HEX triplet: 01, 00 and 7A. RGB value is (1,0,122). Sum of RGB (Red+Green+Blue) = 1+0+122=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 122 (48.05% from 255 or 99.19% from 123); Max value from RGB is 122 - color contains mainly: blue. Hex color #01007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01007A is #FEFF85. Grayscale: #0D0D0D. Windows color (decimal): -16711558 or 7995393. OLE color: 7995393.
HSL color Cylindrical-coordinate representation of color #01007A: hue angle of 240.49º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01007A is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 0 | 122 | - |
| CMYK | 0.99 | 1 | 0 | 0.52 |
| HSL | 240.49º | 1% | 0.24% | - |
| HSV(B) | 240.49º | 1% | 0.48% | - |
| XYZ | 3.53 | 1.41 | 18.5 | - |
| YUV | 14.21 | 188.83 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 122 | 0.99 | 1 | 0 | 0.52 | 240.49 | 1 | 0.24 |
| Hex | 1 | 0 | 7A | 63 | 64 | 0 | 34 | F0 | 64 | 18 |
| Octal | 1 | 0 | 172 | 143 | 144 | 0 | 64 | 360 | 144 | 30 |
| Binary | 1 | 0 | 1111010 | 1100011 | 1100100 | 0 | 110100 | 11110000 | 1100100 | 11000 |
Color Harmonies of #01007A
Complementary color
Monochromatic Colors of #01007A
Black with #01007A
Text Example
Text Example
White with #01007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01007A; }
p { color: rgb(1,0,122); }
H1.HeaderClassName
{
color: #01007A;
}
.AnyTagClassName
{
color: #01007A;
}
</style>
background-color css
<style>
a { background-color: #01007A; }
a { background-color: rgb(1,0,122); }
div.DivClassName
{
background-color: #01007A;
}
.BgClassName
{
background-color: #01007A;
}
</style>
border-color css
<style>
span { border-color: #01007A; }
span { border-color: rgb(1,0,122); }
td.TdClassName
{
border-color: #01007A;
}
.TagClassName
{
border-color: #01007A;
}
</style>