Shades of Navy Blue #0464FF
Tints of Navy Blue #0464FF
RGB
CMYK
RGB Variations
Color information
#0464FF (or 0x0464FF) is known color: Navy Blue. HEX triplet: 04, 64 and FF. RGB value is (4,100,255). Sum of RGB (Red+Green+Blue) = 4+100+255=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0464FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0464FF is #FB9B00. Grayscale: #585858. Windows color (decimal): -16489217 or 16737284. OLE color: 16737284.
HSL color Cylindrical-coordinate representation of color #0464FF: hue angle of 217.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464FF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 100 | 255 | - |
| CMYK | 0.98 | 0.61 | 0 | 0 |
| HSL | 217.05º | 1% | 0.51% | - |
| HSV(B) | 217.05º | 0.98% | 1% | - |
| XYZ | 22.66 | 16.36 | 96.57 | - |
| YUV | 88.97 | 221.7 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 255 | 0.98 | 0.61 | 0 | 0 | 217.05 | 1 | 0.51 |
| Hex | 4 | 64 | FF | 62 | 3D | 0 | 0 | D9 | 64 | 33 |
| Octal | 4 | 144 | 377 | 142 | 75 | 0 | 0 | 331 | 144 | 63 |
| Binary | 100 | 1100100 | 11111111 | 1100010 | 111101 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0464FF
Complementary color
Monochromatic Colors of #0464FF
Black with #0464FF
Text Example
Text Example
White with #0464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0464FF; }
p { color: rgb(4,100,255); }
H1.HeaderClassName
{
color: #0464FF;
}
.AnyTagClassName
{
color: #0464FF;
}
</style>
background-color css
<style>
a { background-color: #0464FF; }
a { background-color: rgb(4,100,255); }
div.DivClassName
{
background-color: #0464FF;
}
.BgClassName
{
background-color: #0464FF;
}
</style>
border-color css
<style>
span { border-color: #0464FF; }
span { border-color: rgb(4,100,255); }
td.TdClassName
{
border-color: #0464FF;
}
.TagClassName
{
border-color: #0464FF;
}
</style>