Shades of Navy #010464
Tints of Navy #010464
RGB
CMYK
RGB Variations
Color information
#010464 (or 0x010464) is known color: Navy. HEX triplet: 01, 04 and 64. RGB value is (1,4,100). Sum of RGB (Red+Green+Blue) = 1+4+100=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 100 (39.45% from 255 or 95.24% from 105); Max value from RGB is 100 - color contains mainly: blue. Hex color #010464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010464 is #FEFB9B. Grayscale: #0D0D0D. Windows color (decimal): -16710556 or 6554625. OLE color: 6554625.
HSL color Cylindrical-coordinate representation of color #010464: hue angle of 238.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010464 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 4 | 100 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.61 |
| HSL | 238.18º | 0.98% | 0.2% | - |
| HSV(B) | 238.18º | 0.99% | 0.39% | - |
| XYZ | 2.36 | 1.01 | 12.13 | - |
| YUV | 14.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 100 | 0.99 | 0.96 | 0 | 0.61 | 238.18 | 0.98 | 0.2 |
| Hex | 1 | 4 | 64 | 63 | 60 | 0 | 3D | EE | 62 | 14 |
| Octal | 1 | 4 | 144 | 143 | 140 | 0 | 75 | 356 | 142 | 24 |
| Binary | 1 | 100 | 1100100 | 1100011 | 1100000 | 0 | 111101 | 11101110 | 1100010 | 10100 |
Color Harmonies of #010464
Complementary color
Monochromatic Colors of #010464
Black with #010464
Text Example
Text Example
White with #010464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010464; }
p { color: rgb(1,4,100); }
H1.HeaderClassName
{
color: #010464;
}
.AnyTagClassName
{
color: #010464;
}
</style>
background-color css
<style>
a { background-color: #010464; }
a { background-color: rgb(1,4,100); }
div.DivClassName
{
background-color: #010464;
}
.BgClassName
{
background-color: #010464;
}
</style>
border-color css
<style>
span { border-color: #010464; }
span { border-color: rgb(1,4,100); }
td.TdClassName
{
border-color: #010464;
}
.TagClassName
{
border-color: #010464;
}
</style>