Shades of Navy Blue #045AFC
Tints of Navy Blue #045AFC
RGB
CMYK
RGB Variations
Color information
#045AFC (or 0x045AFC) is known color: Navy Blue. HEX triplet: 04, 5A and FC. RGB value is (4,90,252). Sum of RGB (Red+Green+Blue) = 4+90+252=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #045AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045AFC is #FBA503. Grayscale: #525252. Windows color (decimal): -16491780 or 16538116. OLE color: 16538116.
HSL color Cylindrical-coordinate representation of color #045AFC: hue angle of 219.19º 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 #045AFC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 90 | 252 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.01 |
| HSL | 219.19º | 0.98% | 0.5% | - |
| HSV(B) | 219.19º | 0.98% | 0.99% | - |
| XYZ | 21.28 | 14.37 | 93.75 | - |
| YUV | 82.75 | 223.51 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 252 | 0.98 | 0.64 | 0 | 0.01 | 219.19 | 0.98 | 0.5 |
| Hex | 4 | 5A | FC | 62 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 4 | 132 | 374 | 142 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 100 | 1011010 | 11111100 | 1100010 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #045AFC
Complementary color
Monochromatic Colors of #045AFC
Black with #045AFC
Text Example
Text Example
White with #045AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AFC; }
p { color: rgb(4,90,252); }
H1.HeaderClassName
{
color: #045AFC;
}
.AnyTagClassName
{
color: #045AFC;
}
</style>
background-color css
<style>
a { background-color: #045AFC; }
a { background-color: rgb(4,90,252); }
div.DivClassName
{
background-color: #045AFC;
}
.BgClassName
{
background-color: #045AFC;
}
</style>
border-color css
<style>
span { border-color: #045AFC; }
span { border-color: rgb(4,90,252); }
td.TdClassName
{
border-color: #045AFC;
}
.TagClassName
{
border-color: #045AFC;
}
</style>