Shades of Navy Blue #045EE1
Tints of Navy Blue #045EE1
RGB
CMYK
RGB Variations
Color information
#045EE1 (or 0x045EE1) is known color: Navy Blue. HEX triplet: 04, 5E and E1. RGB value is (4,94,225). Sum of RGB (Red+Green+Blue) = 4+94+225=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #045EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EE1 is #FBA11E. Grayscale: #515151. Windows color (decimal): -16490783 or 14769668. OLE color: 14769668.
HSL color Cylindrical-coordinate representation of color #045EE1: hue angle of 215.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EE1 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 94 | 225 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.12 |
| HSL | 215.57º | 0.97% | 0.45% | - |
| HSV(B) | 215.57º | 0.98% | 0.88% | - |
| XYZ | 17.64 | 13.47 | 72.9 | - |
| YUV | 82.02 | 208.68 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 225 | 0.98 | 0.58 | 0 | 0.12 | 215.57 | 0.97 | 0.45 |
| Hex | 4 | 5E | E1 | 62 | 3A | 0 | C | D8 | 61 | 2D |
| Octal | 4 | 136 | 341 | 142 | 72 | 0 | 14 | 330 | 141 | 55 |
| Binary | 100 | 1011110 | 11100001 | 1100010 | 111010 | 0 | 1100 | 11011000 | 1100001 | 101101 |
Color Harmonies of #045EE1
Complementary color
Monochromatic Colors of #045EE1
Black with #045EE1
Text Example
Text Example
White with #045EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EE1; }
p { color: rgb(4,94,225); }
H1.HeaderClassName
{
color: #045EE1;
}
.AnyTagClassName
{
color: #045EE1;
}
</style>
background-color css
<style>
a { background-color: #045EE1; }
a { background-color: rgb(4,94,225); }
div.DivClassName
{
background-color: #045EE1;
}
.BgClassName
{
background-color: #045EE1;
}
</style>
border-color css
<style>
span { border-color: #045EE1; }
span { border-color: rgb(4,94,225); }
td.TdClassName
{
border-color: #045EE1;
}
.TagClassName
{
border-color: #045EE1;
}
</style>