Shades of Navy Blue #045FED
Tints of Navy Blue #045FED
RGB
CMYK
RGB Variations
Color information
#045FED (or 0x045FED) is known color: Navy Blue. HEX triplet: 04, 5F and ED. RGB value is (4,95,237). Sum of RGB (Red+Green+Blue) = 4+95+237=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #045FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FED is #FBA012. Grayscale: #535353. Windows color (decimal): -16490515 or 15556356. OLE color: 15556356.
HSL color Cylindrical-coordinate representation of color #045FED: hue angle of 216.57º 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 #045FED is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 95 | 237 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.07 |
| HSL | 216.57º | 0.97% | 0.47% | - |
| HSV(B) | 216.57º | 0.98% | 0.93% | - |
| XYZ | 19.43 | 14.32 | 81.86 | - |
| YUV | 83.98 | 214.35 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 237 | 0.98 | 0.60 | 0 | 0.07 | 216.57 | 0.97 | 0.47 |
| Hex | 4 | 5F | ED | 62 | 3C | 0 | 7 | D9 | 61 | 2F |
| Octal | 4 | 137 | 355 | 142 | 74 | 0 | 7 | 331 | 141 | 57 |
| Binary | 100 | 1011111 | 11101101 | 1100010 | 111100 | 0 | 111 | 11011001 | 1100001 | 101111 |
Color Harmonies of #045FED
Complementary color
Monochromatic Colors of #045FED
Black with #045FED
Text Example
Text Example
White with #045FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FED; }
p { color: rgb(4,95,237); }
H1.HeaderClassName
{
color: #045FED;
}
.AnyTagClassName
{
color: #045FED;
}
</style>
background-color css
<style>
a { background-color: #045FED; }
a { background-color: rgb(4,95,237); }
div.DivClassName
{
background-color: #045FED;
}
.BgClassName
{
background-color: #045FED;
}
</style>
border-color css
<style>
span { border-color: #045FED; }
span { border-color: rgb(4,95,237); }
td.TdClassName
{
border-color: #045FED;
}
.TagClassName
{
border-color: #045FED;
}
</style>