Shades of Navy Blue #045EFC
Tints of Navy Blue #045EFC
RGB
CMYK
RGB Variations
Color information
#045EFC (or 0x045EFC) is known color: Navy Blue. HEX triplet: 04, 5E and FC. RGB value is (4,94,252). Sum of RGB (Red+Green+Blue) = 4+94+252=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #045EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EFC is #FBA103. Grayscale: #545454. Windows color (decimal): -16490756 or 16539140. OLE color: 16539140.
HSL color Cylindrical-coordinate representation of color #045EFC: hue angle of 218.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EFC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 94 | 252 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.01 |
| HSL | 218.23º | 0.98% | 0.5% | - |
| HSV(B) | 218.23º | 0.98% | 0.99% | - |
| XYZ | 21.62 | 15.06 | 93.86 | - |
| YUV | 85.1 | 222.18 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 252 | 0.98 | 0.63 | 0 | 0.01 | 218.23 | 0.98 | 0.5 |
| Hex | 4 | 5E | FC | 62 | 3F | 0 | 1 | DA | 62 | 32 |
| Octal | 4 | 136 | 374 | 142 | 77 | 0 | 1 | 332 | 142 | 62 |
| Binary | 100 | 1011110 | 11111100 | 1100010 | 111111 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #045EFC
Complementary color
Monochromatic Colors of #045EFC
Black with #045EFC
Text Example
Text Example
White with #045EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EFC; }
p { color: rgb(4,94,252); }
H1.HeaderClassName
{
color: #045EFC;
}
.AnyTagClassName
{
color: #045EFC;
}
</style>
background-color css
<style>
a { background-color: #045EFC; }
a { background-color: rgb(4,94,252); }
div.DivClassName
{
background-color: #045EFC;
}
.BgClassName
{
background-color: #045EFC;
}
</style>
border-color css
<style>
span { border-color: #045EFC; }
span { border-color: rgb(4,94,252); }
td.TdClassName
{
border-color: #045EFC;
}
.TagClassName
{
border-color: #045EFC;
}
</style>