Shades of Navy Blue #045EEC
Tints of Navy Blue #045EEC
RGB
CMYK
RGB Variations
Color information
#045EEC (or 0x045EEC) is known color: Navy Blue. HEX triplet: 04, 5E and EC. RGB value is (4,94,236). Sum of RGB (Red+Green+Blue) = 4+94+236=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #045EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EEC is #FBA113. Grayscale: #525252. Windows color (decimal): -16490772 or 15490564. OLE color: 15490564.
HSL color Cylindrical-coordinate representation of color #045EEC: hue angle of 216.72º 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 #045EEC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 94 | 236 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.07 |
| HSL | 216.72º | 0.97% | 0.47% | - |
| HSV(B) | 216.72º | 0.98% | 0.93% | - |
| XYZ | 19.19 | 14.09 | 81.06 | - |
| YUV | 83.28 | 214.18 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 236 | 0.98 | 0.60 | 0 | 0.07 | 216.72 | 0.97 | 0.47 |
| Hex | 4 | 5E | EC | 62 | 3C | 0 | 7 | D9 | 61 | 2F |
| Octal | 4 | 136 | 354 | 142 | 74 | 0 | 7 | 331 | 141 | 57 |
| Binary | 100 | 1011110 | 11101100 | 1100010 | 111100 | 0 | 111 | 11011001 | 1100001 | 101111 |
Color Harmonies of #045EEC
Complementary color
Monochromatic Colors of #045EEC
Black with #045EEC
Text Example
Text Example
White with #045EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EEC; }
p { color: rgb(4,94,236); }
H1.HeaderClassName
{
color: #045EEC;
}
.AnyTagClassName
{
color: #045EEC;
}
</style>
background-color css
<style>
a { background-color: #045EEC; }
a { background-color: rgb(4,94,236); }
div.DivClassName
{
background-color: #045EEC;
}
.BgClassName
{
background-color: #045EEC;
}
</style>
border-color css
<style>
span { border-color: #045EEC; }
span { border-color: rgb(4,94,236); }
td.TdClassName
{
border-color: #045EEC;
}
.TagClassName
{
border-color: #045EEC;
}
</style>