Shades of Navy Blue #054CFA
Tints of Navy Blue #054CFA
RGB
CMYK
RGB Variations
Color information
#054CFA (or 0x054CFA) is known color: Navy Blue. HEX triplet: 05, 4C and FA. RGB value is (5,76,250). Sum of RGB (Red+Green+Blue) = 5+76+250=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #054CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CFA is #FAB305. Grayscale: #494949. Windows color (decimal): -16429830 or 16403461. OLE color: 16403461.
HSL color Cylindrical-coordinate representation of color #054CFA: hue angle of 222.61º 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 #054CFA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 76 | 250 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.02 |
| HSL | 222.61º | 0.96% | 0.5% | - |
| HSV(B) | 222.61º | 0.98% | 0.98% | - |
| XYZ | 19.9 | 12.1 | 91.73 | - |
| YUV | 74.61 | 226.98 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 250 | 0.98 | 0.70 | 0 | 0.02 | 222.61 | 0.96 | 0.5 |
| Hex | 5 | 4C | FA | 62 | 46 | 0 | 2 | DF | 60 | 32 |
| Octal | 5 | 114 | 372 | 142 | 106 | 0 | 2 | 337 | 140 | 62 |
| Binary | 101 | 1001100 | 11111010 | 1100010 | 1000110 | 0 | 10 | 11011111 | 1100000 | 110010 |
Color Harmonies of #054CFA
Complementary color
Monochromatic Colors of #054CFA
Black with #054CFA
Text Example
Text Example
White with #054CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CFA; }
p { color: rgb(5,76,250); }
H1.HeaderClassName
{
color: #054CFA;
}
.AnyTagClassName
{
color: #054CFA;
}
</style>
background-color css
<style>
a { background-color: #054CFA; }
a { background-color: rgb(5,76,250); }
div.DivClassName
{
background-color: #054CFA;
}
.BgClassName
{
background-color: #054CFA;
}
</style>
border-color css
<style>
span { border-color: #054CFA; }
span { border-color: rgb(5,76,250); }
td.TdClassName
{
border-color: #054CFA;
}
.TagClassName
{
border-color: #054CFA;
}
</style>