Shades of Navy Blue #045EDD
Tints of Navy Blue #045EDD
RGB
CMYK
RGB Variations
Color information
#045EDD (or 0x045EDD) is known color: Navy Blue. HEX triplet: 04, 5E and DD. RGB value is (4,94,221). Sum of RGB (Red+Green+Blue) = 4+94+221=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #045EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EDD is #FBA122. Grayscale: #505050. Windows color (decimal): -16490787 or 14507524. OLE color: 14507524.
HSL color Cylindrical-coordinate representation of color #045EDD: hue angle of 215.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EDD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 94 | 221 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.13 |
| HSL | 215.12º | 0.96% | 0.44% | - |
| HSV(B) | 215.12º | 0.98% | 0.87% | - |
| XYZ | 17.1 | 13.25 | 70.06 | - |
| YUV | 81.57 | 206.68 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 221 | 0.98 | 0.57 | 0 | 0.13 | 215.12 | 0.96 | 0.44 |
| Hex | 4 | 5E | DD | 62 | 39 | 0 | D | D7 | 60 | 2C |
| Octal | 4 | 136 | 335 | 142 | 71 | 0 | 15 | 327 | 140 | 54 |
| Binary | 100 | 1011110 | 11011101 | 1100010 | 111001 | 0 | 1101 | 11010111 | 1100000 | 101100 |
Color Harmonies of #045EDD
Complementary color
Monochromatic Colors of #045EDD
Black with #045EDD
Text Example
Text Example
White with #045EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EDD; }
p { color: rgb(4,94,221); }
H1.HeaderClassName
{
color: #045EDD;
}
.AnyTagClassName
{
color: #045EDD;
}
</style>
background-color css
<style>
a { background-color: #045EDD; }
a { background-color: rgb(4,94,221); }
div.DivClassName
{
background-color: #045EDD;
}
.BgClassName
{
background-color: #045EDD;
}
</style>
border-color css
<style>
span { border-color: #045EDD; }
span { border-color: rgb(4,94,221); }
td.TdClassName
{
border-color: #045EDD;
}
.TagClassName
{
border-color: #045EDD;
}
</style>