Shades of Navy Blue #0464DB
Tints of Navy Blue #0464DB
RGB
CMYK
RGB Variations
Color information
#0464DB (or 0x0464DB) is known color: Navy Blue. HEX triplet: 04, 64 and DB. RGB value is (4,100,219). Sum of RGB (Red+Green+Blue) = 4+100+219=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #0464DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464DB is #FB9B24. Grayscale: #545454. Windows color (decimal): -16489253 or 14377988. OLE color: 14377988.
HSL color Cylindrical-coordinate representation of color #0464DB: hue angle of 213.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0464DB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 100 | 219 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.14 |
| HSL | 213.21º | 0.96% | 0.44% | - |
| HSV(B) | 213.21º | 0.98% | 0.86% | - |
| XYZ | 17.39 | 14.25 | 68.85 | - |
| YUV | 84.86 | 203.7 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 219 | 0.98 | 0.54 | 0 | 0.14 | 213.21 | 0.96 | 0.44 |
| Hex | 4 | 64 | DB | 62 | 36 | 0 | E | D5 | 60 | 2C |
| Octal | 4 | 144 | 333 | 142 | 66 | 0 | 16 | 325 | 140 | 54 |
| Binary | 100 | 1100100 | 11011011 | 1100010 | 110110 | 0 | 1110 | 11010101 | 1100000 | 101100 |
Color Harmonies of #0464DB
Complementary color
Monochromatic Colors of #0464DB
Black with #0464DB
Text Example
Text Example
White with #0464DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0464DB; }
p { color: rgb(4,100,219); }
H1.HeaderClassName
{
color: #0464DB;
}
.AnyTagClassName
{
color: #0464DB;
}
</style>
background-color css
<style>
a { background-color: #0464DB; }
a { background-color: rgb(4,100,219); }
div.DivClassName
{
background-color: #0464DB;
}
.BgClassName
{
background-color: #0464DB;
}
</style>
border-color css
<style>
span { border-color: #0464DB; }
span { border-color: rgb(4,100,219); }
td.TdClassName
{
border-color: #0464DB;
}
.TagClassName
{
border-color: #0464DB;
}
</style>