Shades of Navy Blue #045EFE
Tints of Navy Blue #045EFE
RGB
CMYK
RGB Variations
Color information
#045EFE (or 0x045EFE) is known color: Navy Blue. HEX triplet: 04, 5E and FE. RGB value is (4,94,254). Sum of RGB (Red+Green+Blue) = 4+94+254=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #045EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EFE is #FBA101. Grayscale: #545454. Windows color (decimal): -16490754 or 16670212. OLE color: 16670212.
HSL color Cylindrical-coordinate representation of color #045EFE: hue angle of 218.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EFE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 94 | 254 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.00 |
| HSL | 218.4º | 0.99% | 0.51% | - |
| HSV(B) | 218.4º | 0.98% | 1% | - |
| XYZ | 21.94 | 15.19 | 95.54 | - |
| YUV | 85.33 | 223.18 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 254 | 0.98 | 0.63 | 0 | 0.00 | 218.4 | 0.99 | 0.51 |
| Hex | 4 | 5E | FE | 62 | 3F | 0 | 0 | DA | 63 | 33 |
| Octal | 4 | 136 | 376 | 142 | 77 | 0 | 0 | 332 | 143 | 63 |
| Binary | 100 | 1011110 | 11111110 | 1100010 | 111111 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #045EFE
Complementary color
Monochromatic Colors of #045EFE
Black with #045EFE
Text Example
Text Example
White with #045EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EFE; }
p { color: rgb(4,94,254); }
H1.HeaderClassName
{
color: #045EFE;
}
.AnyTagClassName
{
color: #045EFE;
}
</style>
background-color css
<style>
a { background-color: #045EFE; }
a { background-color: rgb(4,94,254); }
div.DivClassName
{
background-color: #045EFE;
}
.BgClassName
{
background-color: #045EFE;
}
</style>
border-color css
<style>
span { border-color: #045EFE; }
span { border-color: rgb(4,94,254); }
td.TdClassName
{
border-color: #045EFE;
}
.TagClassName
{
border-color: #045EFE;
}
</style>