Shades of Navy Blue #054CF1
Tints of Navy Blue #054CF1
RGB
CMYK
RGB Variations
Color information
#054CF1 (or 0x054CF1) is known color: Navy Blue. HEX triplet: 05, 4C and F1. RGB value is (5,76,241). Sum of RGB (Red+Green+Blue) = 5+76+241=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #054CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CF1 is #FAB30E. Grayscale: #484848. Windows color (decimal): -16429839 or 15813637. OLE color: 15813637.
HSL color Cylindrical-coordinate representation of color #054CF1: hue angle of 221.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CF1 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 76 | 241 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.05 |
| HSL | 221.95º | 0.96% | 0.48% | - |
| HSV(B) | 221.95º | 0.98% | 0.95% | - |
| XYZ | 18.52 | 11.55 | 84.47 | - |
| YUV | 73.58 | 222.48 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 241 | 0.98 | 0.68 | 0 | 0.05 | 221.95 | 0.96 | 0.48 |
| Hex | 5 | 4C | F1 | 62 | 44 | 0 | 5 | DE | 60 | 30 |
| Octal | 5 | 114 | 361 | 142 | 104 | 0 | 5 | 336 | 140 | 60 |
| Binary | 101 | 1001100 | 11110001 | 1100010 | 1000100 | 0 | 101 | 11011110 | 1100000 | 110000 |
Color Harmonies of #054CF1
Complementary color
Monochromatic Colors of #054CF1
Black with #054CF1
Text Example
Text Example
White with #054CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CF1; }
p { color: rgb(5,76,241); }
H1.HeaderClassName
{
color: #054CF1;
}
.AnyTagClassName
{
color: #054CF1;
}
</style>
background-color css
<style>
a { background-color: #054CF1; }
a { background-color: rgb(5,76,241); }
div.DivClassName
{
background-color: #054CF1;
}
.BgClassName
{
background-color: #054CF1;
}
</style>
border-color css
<style>
span { border-color: #054CF1; }
span { border-color: rgb(5,76,241); }
td.TdClassName
{
border-color: #054CF1;
}
.TagClassName
{
border-color: #054CF1;
}
</style>