Shades of Navy #010478
Tints of Navy #010478
RGB
CMYK
RGB Variations
Color information
#010478 (or 0x010478) is known color: Navy. HEX triplet: 01, 04 and 78. RGB value is (1,4,120). Sum of RGB (Red+Green+Blue) = 1+4+120=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 120 (47.27% from 255 or 96% from 125); Max value from RGB is 120 - color contains mainly: blue. Hex color #010478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010478 is #FEFB87. Grayscale: #0F0F0F. Windows color (decimal): -16710536 or 7865345. OLE color: 7865345.
HSL color Cylindrical-coordinate representation of color #010478: hue angle of 238.49º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010478 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 4 | 120 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.53 |
| HSL | 238.49º | 0.98% | 0.24% | - |
| HSV(B) | 238.49º | 0.99% | 0.47% | - |
| XYZ | 3.45 | 1.45 | 17.87 | - |
| YUV | 16.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 120 | 0.99 | 0.97 | 0 | 0.53 | 238.49 | 0.98 | 0.24 |
| Hex | 1 | 4 | 78 | 63 | 61 | 0 | 35 | EE | 62 | 18 |
| Octal | 1 | 4 | 170 | 143 | 141 | 0 | 65 | 356 | 142 | 30 |
| Binary | 1 | 100 | 1111000 | 1100011 | 1100001 | 0 | 110101 | 11101110 | 1100010 | 11000 |
Color Harmonies of #010478
Complementary color
Monochromatic Colors of #010478
Black with #010478
Text Example
Text Example
White with #010478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010478; }
p { color: rgb(1,4,120); }
H1.HeaderClassName
{
color: #010478;
}
.AnyTagClassName
{
color: #010478;
}
</style>
background-color css
<style>
a { background-color: #010478; }
a { background-color: rgb(1,4,120); }
div.DivClassName
{
background-color: #010478;
}
.BgClassName
{
background-color: #010478;
}
</style>
border-color css
<style>
span { border-color: #010478; }
span { border-color: rgb(1,4,120); }
td.TdClassName
{
border-color: #010478;
}
.TagClassName
{
border-color: #010478;
}
</style>