Shades of Navy Blue #0459DB
Tints of Navy Blue #0459DB
RGB
CMYK
RGB Variations
Color information
#0459DB (or 0x0459DB) is known color: Navy Blue. HEX triplet: 04, 59 and DB. RGB value is (4,89,219). Sum of RGB (Red+Green+Blue) = 4+89+219=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0459DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0459DB is #FBA624. Grayscale: #4D4D4D. Windows color (decimal): -16492069 or 14375172. OLE color: 14375172.
HSL color Cylindrical-coordinate representation of color #0459DB: hue angle of 216.28º 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 #0459DB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 89 | 219 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.14 |
| HSL | 216.28º | 0.96% | 0.44% | - |
| HSV(B) | 216.28º | 0.98% | 0.86% | - |
| XYZ | 16.41 | 12.29 | 68.52 | - |
| YUV | 78.41 | 207.34 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 219 | 0.98 | 0.59 | 0 | 0.14 | 216.28 | 0.96 | 0.44 |
| Hex | 4 | 59 | DB | 62 | 3B | 0 | E | D8 | 60 | 2C |
| Octal | 4 | 131 | 333 | 142 | 73 | 0 | 16 | 330 | 140 | 54 |
| Binary | 100 | 1011001 | 11011011 | 1100010 | 111011 | 0 | 1110 | 11011000 | 1100000 | 101100 |
Color Harmonies of #0459DB
Complementary color
Monochromatic Colors of #0459DB
Black with #0459DB
Text Example
Text Example
White with #0459DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459DB; }
p { color: rgb(4,89,219); }
H1.HeaderClassName
{
color: #0459DB;
}
.AnyTagClassName
{
color: #0459DB;
}
</style>
background-color css
<style>
a { background-color: #0459DB; }
a { background-color: rgb(4,89,219); }
div.DivClassName
{
background-color: #0459DB;
}
.BgClassName
{
background-color: #0459DB;
}
</style>
border-color css
<style>
span { border-color: #0459DB; }
span { border-color: rgb(4,89,219); }
td.TdClassName
{
border-color: #0459DB;
}
.TagClassName
{
border-color: #0459DB;
}
</style>