Shades of Navy Blue #045FFA
Tints of Navy Blue #045FFA
RGB
CMYK
RGB Variations
Color information
#045FFA (or 0x045FFA) is known color: Navy Blue. HEX triplet: 04, 5F and FA. RGB value is (4,95,250). Sum of RGB (Red+Green+Blue) = 4+95+250=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #045FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFA is #FBA005. Grayscale: #545454. Windows color (decimal): -16490502 or 16408324. OLE color: 16408324.
HSL color Cylindrical-coordinate representation of color #045FFA: hue angle of 217.8º 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 #045FFA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 95 | 250 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.02 |
| HSL | 217.8º | 0.97% | 0.5% | - |
| HSV(B) | 217.8º | 0.98% | 0.98% | - |
| XYZ | 21.4 | 15.11 | 92.23 | - |
| YUV | 85.46 | 220.85 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 250 | 0.98 | 0.62 | 0 | 0.02 | 217.8 | 0.97 | 0.5 |
| Hex | 4 | 5F | FA | 62 | 3E | 0 | 2 | DA | 61 | 32 |
| Octal | 4 | 137 | 372 | 142 | 76 | 0 | 2 | 332 | 141 | 62 |
| Binary | 100 | 1011111 | 11111010 | 1100010 | 111110 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #045FFA
Complementary color
Monochromatic Colors of #045FFA
Black with #045FFA
Text Example
Text Example
White with #045FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FFA; }
p { color: rgb(4,95,250); }
H1.HeaderClassName
{
color: #045FFA;
}
.AnyTagClassName
{
color: #045FFA;
}
</style>
background-color css
<style>
a { background-color: #045FFA; }
a { background-color: rgb(4,95,250); }
div.DivClassName
{
background-color: #045FFA;
}
.BgClassName
{
background-color: #045FFA;
}
</style>
border-color css
<style>
span { border-color: #045FFA; }
span { border-color: rgb(4,95,250); }
td.TdClassName
{
border-color: #045FFA;
}
.TagClassName
{
border-color: #045FFA;
}
</style>