Shades of Navy Blue #045BFA
Tints of Navy Blue #045BFA
RGB
CMYK
RGB Variations
Color information
#045BFA (or 0x045BFA) is known color: Navy Blue. HEX triplet: 04, 5B and FA. RGB value is (4,91,250). Sum of RGB (Red+Green+Blue) = 4+91+250=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #045BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BFA is #FBA405. Grayscale: #525252. Windows color (decimal): -16491526 or 16407300. OLE color: 16407300.
HSL color Cylindrical-coordinate representation of color #045BFA: hue angle of 218.78º 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 #045BFA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 91 | 250 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.02 |
| HSL | 218.78º | 0.97% | 0.5% | - |
| HSV(B) | 218.78º | 0.98% | 0.98% | - |
| XYZ | 21.05 | 14.41 | 92.11 | - |
| YUV | 83.11 | 222.18 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 250 | 0.98 | 0.64 | 0 | 0.02 | 218.78 | 0.97 | 0.5 |
| Hex | 4 | 5B | FA | 62 | 40 | 0 | 2 | DB | 61 | 32 |
| Octal | 4 | 133 | 372 | 142 | 100 | 0 | 2 | 333 | 141 | 62 |
| Binary | 100 | 1011011 | 11111010 | 1100010 | 1000000 | 0 | 10 | 11011011 | 1100001 | 110010 |
Color Harmonies of #045BFA
Complementary color
Monochromatic Colors of #045BFA
Black with #045BFA
Text Example
Text Example
White with #045BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BFA; }
p { color: rgb(4,91,250); }
H1.HeaderClassName
{
color: #045BFA;
}
.AnyTagClassName
{
color: #045BFA;
}
</style>
background-color css
<style>
a { background-color: #045BFA; }
a { background-color: rgb(4,91,250); }
div.DivClassName
{
background-color: #045BFA;
}
.BgClassName
{
background-color: #045BFA;
}
</style>
border-color css
<style>
span { border-color: #045BFA; }
span { border-color: rgb(4,91,250); }
td.TdClassName
{
border-color: #045BFA;
}
.TagClassName
{
border-color: #045BFA;
}
</style>