Shades of Navy Blue #045EDC
Tints of Navy Blue #045EDC
RGB
CMYK
RGB Variations
Color information
#045EDC (or 0x045EDC) is known color: Navy Blue. HEX triplet: 04, 5E and DC. RGB value is (4,94,220). Sum of RGB (Red+Green+Blue) = 4+94+220=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #045EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EDC is #FBA123. Grayscale: #505050. Windows color (decimal): -16490788 or 14441988. OLE color: 14441988.
HSL color Cylindrical-coordinate representation of color #045EDC: hue angle of 215º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EDC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 94 | 220 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.14 |
| HSL | 215º | 0.96% | 0.44% | - |
| HSV(B) | 215º | 0.98% | 0.86% | - |
| XYZ | 16.97 | 13.2 | 69.36 | - |
| YUV | 81.45 | 206.18 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 220 | 0.98 | 0.57 | 0 | 0.14 | 215 | 0.96 | 0.44 |
| Hex | 4 | 5E | DC | 62 | 39 | 0 | E | D7 | 60 | 2C |
| Octal | 4 | 136 | 334 | 142 | 71 | 0 | 16 | 327 | 140 | 54 |
| Binary | 100 | 1011110 | 11011100 | 1100010 | 111001 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #045EDC
Complementary color
Monochromatic Colors of #045EDC
Black with #045EDC
Text Example
Text Example
White with #045EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EDC; }
p { color: rgb(4,94,220); }
H1.HeaderClassName
{
color: #045EDC;
}
.AnyTagClassName
{
color: #045EDC;
}
</style>
background-color css
<style>
a { background-color: #045EDC; }
a { background-color: rgb(4,94,220); }
div.DivClassName
{
background-color: #045EDC;
}
.BgClassName
{
background-color: #045EDC;
}
</style>
border-color css
<style>
span { border-color: #045EDC; }
span { border-color: rgb(4,94,220); }
td.TdClassName
{
border-color: #045EDC;
}
.TagClassName
{
border-color: #045EDC;
}
</style>