Shades of Navy Blue #0459FD
Tints of Navy Blue #0459FD
RGB
CMYK
RGB Variations
Color information
#0459FD (or 0x0459FD) is known color: Navy Blue. HEX triplet: 04, 59 and FD. RGB value is (4,89,253). Sum of RGB (Red+Green+Blue) = 4+89+253=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #0459FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0459FD is #FBA602. Grayscale: #515151. Windows color (decimal): -16492035 or 16603396. OLE color: 16603396.
HSL color Cylindrical-coordinate representation of color #0459FD: hue angle of 219.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459FD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 89 | 253 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.01 |
| HSL | 219.52º | 0.98% | 0.5% | - |
| HSV(B) | 219.52º | 0.98% | 0.99% | - |
| XYZ | 21.35 | 14.26 | 94.56 | - |
| YUV | 82.28 | 224.34 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 253 | 0.98 | 0.65 | 0 | 0.01 | 219.52 | 0.98 | 0.5 |
| Hex | 4 | 59 | FD | 62 | 41 | 0 | 1 | DC | 62 | 32 |
| Octal | 4 | 131 | 375 | 142 | 101 | 0 | 1 | 334 | 142 | 62 |
| Binary | 100 | 1011001 | 11111101 | 1100010 | 1000001 | 0 | 1 | 11011100 | 1100010 | 110010 |
Color Harmonies of #0459FD
Complementary color
Monochromatic Colors of #0459FD
Black with #0459FD
Text Example
Text Example
White with #0459FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459FD; }
p { color: rgb(4,89,253); }
H1.HeaderClassName
{
color: #0459FD;
}
.AnyTagClassName
{
color: #0459FD;
}
</style>
background-color css
<style>
a { background-color: #0459FD; }
a { background-color: rgb(4,89,253); }
div.DivClassName
{
background-color: #0459FD;
}
.BgClassName
{
background-color: #0459FD;
}
</style>
border-color css
<style>
span { border-color: #0459FD; }
span { border-color: rgb(4,89,253); }
td.TdClassName
{
border-color: #0459FD;
}
.TagClassName
{
border-color: #0459FD;
}
</style>