Shades of Navy Blue #045EED
Tints of Navy Blue #045EED
RGB
CMYK
RGB Variations
Color information
#045EED (or 0x045EED) is known color: Navy Blue. HEX triplet: 04, 5E and ED. RGB value is (4,94,237). Sum of RGB (Red+Green+Blue) = 4+94+237=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #045EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EED is #FBA112. Grayscale: #525252. Windows color (decimal): -16490771 or 15556100. OLE color: 15556100.
HSL color Cylindrical-coordinate representation of color #045EED: hue angle of 216.82º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EED is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 94 | 237 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.07 |
| HSL | 216.82º | 0.97% | 0.47% | - |
| HSV(B) | 216.82º | 0.98% | 0.93% | - |
| XYZ | 19.34 | 14.15 | 81.83 | - |
| YUV | 83.39 | 214.68 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 237 | 0.98 | 0.60 | 0 | 0.07 | 216.82 | 0.97 | 0.47 |
| Hex | 4 | 5E | ED | 62 | 3C | 0 | 7 | D9 | 61 | 2F |
| Octal | 4 | 136 | 355 | 142 | 74 | 0 | 7 | 331 | 141 | 57 |
| Binary | 100 | 1011110 | 11101101 | 1100010 | 111100 | 0 | 111 | 11011001 | 1100001 | 101111 |
Color Harmonies of #045EED
Complementary color
Monochromatic Colors of #045EED
Black with #045EED
Text Example
Text Example
White with #045EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EED; }
p { color: rgb(4,94,237); }
H1.HeaderClassName
{
color: #045EED;
}
.AnyTagClassName
{
color: #045EED;
}
</style>
background-color css
<style>
a { background-color: #045EED; }
a { background-color: rgb(4,94,237); }
div.DivClassName
{
background-color: #045EED;
}
.BgClassName
{
background-color: #045EED;
}
</style>
border-color css
<style>
span { border-color: #045EED; }
span { border-color: rgb(4,94,237); }
td.TdClassName
{
border-color: #045EED;
}
.TagClassName
{
border-color: #045EED;
}
</style>