Shades of Navy Blue #045EEA
Tints of Navy Blue #045EEA
RGB
CMYK
RGB Variations
Color information
#045EEA (or 0x045EEA) is known color: Navy Blue. HEX triplet: 04, 5E and EA. RGB value is (4,94,234). Sum of RGB (Red+Green+Blue) = 4+94+234=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #045EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EEA is #FBA115. Grayscale: #525252. Windows color (decimal): -16490774 or 15359492. OLE color: 15359492.
HSL color Cylindrical-coordinate representation of color #045EEA: hue angle of 216.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EEA is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 94 | 234 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.08 |
| HSL | 216.52º | 0.97% | 0.47% | - |
| HSV(B) | 216.52º | 0.98% | 0.92% | - |
| XYZ | 18.9 | 13.97 | 79.54 | - |
| YUV | 83.05 | 213.18 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 234 | 0.98 | 0.60 | 0 | 0.08 | 216.52 | 0.97 | 0.47 |
| Hex | 4 | 5E | EA | 62 | 3C | 0 | 8 | D9 | 61 | 2F |
| Octal | 4 | 136 | 352 | 142 | 74 | 0 | 10 | 331 | 141 | 57 |
| Binary | 100 | 1011110 | 11101010 | 1100010 | 111100 | 0 | 1000 | 11011001 | 1100001 | 101111 |
Color Harmonies of #045EEA
Complementary color
Monochromatic Colors of #045EEA
Black with #045EEA
Text Example
Text Example
White with #045EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EEA; }
p { color: rgb(4,94,234); }
H1.HeaderClassName
{
color: #045EEA;
}
.AnyTagClassName
{
color: #045EEA;
}
</style>
background-color css
<style>
a { background-color: #045EEA; }
a { background-color: rgb(4,94,234); }
div.DivClassName
{
background-color: #045EEA;
}
.BgClassName
{
background-color: #045EEA;
}
</style>
border-color css
<style>
span { border-color: #045EEA; }
span { border-color: rgb(4,94,234); }
td.TdClassName
{
border-color: #045EEA;
}
.TagClassName
{
border-color: #045EEA;
}
</style>