Shades of Navy Blue #045EFB
Tints of Navy Blue #045EFB
RGB
CMYK
RGB Variations
Color information
#045EFB (or 0x045EFB) is known color: Navy Blue. HEX triplet: 04, 5E and FB. RGB value is (4,94,251). Sum of RGB (Red+Green+Blue) = 4+94+251=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #045EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045EFB is #FBA104. Grayscale: #545454. Windows color (decimal): -16490757 or 16473604. OLE color: 16473604.
HSL color Cylindrical-coordinate representation of color #045EFB: hue angle of 218.14º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EFB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 94 | 251 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.02 |
| HSL | 218.14º | 0.97% | 0.5% | - |
| HSV(B) | 218.14º | 0.98% | 0.98% | - |
| XYZ | 21.47 | 15 | 93.03 | - |
| YUV | 84.99 | 221.68 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 251 | 0.98 | 0.63 | 0 | 0.02 | 218.14 | 0.97 | 0.5 |
| Hex | 4 | 5E | FB | 62 | 3F | 0 | 2 | DA | 61 | 32 |
| Octal | 4 | 136 | 373 | 142 | 77 | 0 | 2 | 332 | 141 | 62 |
| Binary | 100 | 1011110 | 11111011 | 1100010 | 111111 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #045EFB
Complementary color
Monochromatic Colors of #045EFB
Black with #045EFB
Text Example
Text Example
White with #045EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EFB; }
p { color: rgb(4,94,251); }
H1.HeaderClassName
{
color: #045EFB;
}
.AnyTagClassName
{
color: #045EFB;
}
</style>
background-color css
<style>
a { background-color: #045EFB; }
a { background-color: rgb(4,94,251); }
div.DivClassName
{
background-color: #045EFB;
}
.BgClassName
{
background-color: #045EFB;
}
</style>
border-color css
<style>
span { border-color: #045EFB; }
span { border-color: rgb(4,94,251); }
td.TdClassName
{
border-color: #045EFB;
}
.TagClassName
{
border-color: #045EFB;
}
</style>