Shades of Navy #010078
Tints of Navy #010078
RGB
CMYK
RGB Variations
Color information
#010078 (or 0x010078) is known color: Navy. HEX triplet: 01, 00 and 78. RGB value is (1,0,120). Sum of RGB (Red+Green+Blue) = 1+0+120=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 120 (47.27% from 255 or 99.17% from 121); Max value from RGB is 120 - color contains mainly: blue. Hex color #010078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010078 is #FEFF87. Grayscale: #0D0D0D. Windows color (decimal): -16711560 or 7864321. OLE color: 7864321.
HSL color Cylindrical-coordinate representation of color #010078: hue angle of 240.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010078 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 0 | 120 | - |
| CMYK | 0.99 | 1 | 0 | 0.53 |
| HSL | 240.5º | 1% | 0.24% | - |
| HSV(B) | 240.5º | 1% | 0.47% | - |
| XYZ | 3.4 | 1.36 | 17.85 | - |
| YUV | 13.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 120 | 0.99 | 1 | 0 | 0.53 | 240.5 | 1 | 0.24 |
| Hex | 1 | 0 | 78 | 63 | 64 | 0 | 35 | F0 | 64 | 18 |
| Octal | 1 | 0 | 170 | 143 | 144 | 0 | 65 | 360 | 144 | 30 |
| Binary | 1 | 0 | 1111000 | 1100011 | 1100100 | 0 | 110101 | 11110000 | 1100100 | 11000 |
Color Harmonies of #010078
Complementary color
Monochromatic Colors of #010078
Black with #010078
Text Example
Text Example
White with #010078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010078; }
p { color: rgb(1,0,120); }
H1.HeaderClassName
{
color: #010078;
}
.AnyTagClassName
{
color: #010078;
}
</style>
background-color css
<style>
a { background-color: #010078; }
a { background-color: rgb(1,0,120); }
div.DivClassName
{
background-color: #010078;
}
.BgClassName
{
background-color: #010078;
}
</style>
border-color css
<style>
span { border-color: #010078; }
span { border-color: rgb(1,0,120); }
td.TdClassName
{
border-color: #010078;
}
.TagClassName
{
border-color: #010078;
}
</style>