Shades of Navy Blue #0459D5
Tints of Navy Blue #0459D5
RGB
CMYK
RGB Variations
Color information
#0459D5 (or 0x0459D5) is known color: Navy Blue. HEX triplet: 04, 59 and D5. RGB value is (4,89,213). Sum of RGB (Red+Green+Blue) = 4+89+213=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 213 (83.59% from 255 or 69.61% from 306); Max value from RGB is 213 - color contains mainly: blue. Hex color #0459D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0459D5 is #FBA62A. Grayscale: #4D4D4D. Windows color (decimal): -16492075 or 13981956. OLE color: 13981956.
HSL color Cylindrical-coordinate representation of color #0459D5: hue angle of 215.6º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459D5 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 89 | 213 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.16 |
| HSL | 215.6º | 0.96% | 0.43% | - |
| HSV(B) | 215.6º | 0.98% | 0.84% | - |
| XYZ | 15.63 | 11.97 | 64.44 | - |
| YUV | 77.72 | 204.34 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 213 | 0.98 | 0.58 | 0 | 0.16 | 215.6 | 0.96 | 0.43 |
| Hex | 4 | 59 | D5 | 62 | 3A | 0 | 10 | D8 | 60 | 2B |
| Octal | 4 | 131 | 325 | 142 | 72 | 0 | 20 | 330 | 140 | 53 |
| Binary | 100 | 1011001 | 11010101 | 1100010 | 111010 | 0 | 10000 | 11011000 | 1100000 | 101011 |
Color Harmonies of #0459D5
Complementary color
Monochromatic Colors of #0459D5
Black with #0459D5
Text Example
Text Example
White with #0459D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459D5; }
p { color: rgb(4,89,213); }
H1.HeaderClassName
{
color: #0459D5;
}
.AnyTagClassName
{
color: #0459D5;
}
</style>
background-color css
<style>
a { background-color: #0459D5; }
a { background-color: rgb(4,89,213); }
div.DivClassName
{
background-color: #0459D5;
}
.BgClassName
{
background-color: #0459D5;
}
</style>
border-color css
<style>
span { border-color: #0459D5; }
span { border-color: rgb(4,89,213); }
td.TdClassName
{
border-color: #0459D5;
}
.TagClassName
{
border-color: #0459D5;
}
</style>