Shades of Navy Blue #054AFA
Tints of Navy Blue #054AFA
RGB
CMYK
RGB Variations
Color information
#054AFA (or 0x054AFA) is known color: Navy Blue. HEX triplet: 05, 4A and FA. RGB value is (5,74,250). Sum of RGB (Red+Green+Blue) = 5+74+250=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #054AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AFA is #FAB505. Grayscale: #484848. Windows color (decimal): -16430342 or 16402949. OLE color: 16402949.
HSL color Cylindrical-coordinate representation of color #054AFA: hue angle of 223.1º degrees, saturation: 0.96, 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 #054AFA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 74 | 250 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.02 |
| HSL | 223.1º | 0.96% | 0.5% | - |
| HSV(B) | 223.1º | 0.98% | 0.98% | - |
| XYZ | 19.77 | 11.83 | 91.68 | - |
| YUV | 73.43 | 227.64 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 250 | 0.98 | 0.70 | 0 | 0.02 | 223.1 | 0.96 | 0.5 |
| Hex | 5 | 4A | FA | 62 | 46 | 0 | 2 | DF | 60 | 32 |
| Octal | 5 | 112 | 372 | 142 | 106 | 0 | 2 | 337 | 140 | 62 |
| Binary | 101 | 1001010 | 11111010 | 1100010 | 1000110 | 0 | 10 | 11011111 | 1100000 | 110010 |
Color Harmonies of #054AFA
Complementary color
Monochromatic Colors of #054AFA
Black with #054AFA
Text Example
Text Example
White with #054AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AFA; }
p { color: rgb(5,74,250); }
H1.HeaderClassName
{
color: #054AFA;
}
.AnyTagClassName
{
color: #054AFA;
}
</style>
background-color css
<style>
a { background-color: #054AFA; }
a { background-color: rgb(5,74,250); }
div.DivClassName
{
background-color: #054AFA;
}
.BgClassName
{
background-color: #054AFA;
}
</style>
border-color css
<style>
span { border-color: #054AFA; }
span { border-color: rgb(5,74,250); }
td.TdClassName
{
border-color: #054AFA;
}
.TagClassName
{
border-color: #054AFA;
}
</style>