Shades of Navy Blue #054DF3
Tints of Navy Blue #054DF3
RGB
CMYK
RGB Variations
Color information
#054DF3 (or 0x054DF3) is known color: Navy Blue. HEX triplet: 05, 4D and F3. RGB value is (5,77,243). Sum of RGB (Red+Green+Blue) = 5+77+243=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #054DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DF3 is #FAB20C. Grayscale: #494949. Windows color (decimal): -16429581 or 15944965. OLE color: 15944965.
HSL color Cylindrical-coordinate representation of color #054DF3: hue angle of 221.85º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DF3 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 77 | 243 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.05 |
| HSL | 221.85º | 0.96% | 0.49% | - |
| HSV(B) | 221.85º | 0.98% | 0.95% | - |
| XYZ | 18.89 | 11.81 | 86.08 | - |
| YUV | 74.4 | 223.15 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 243 | 0.98 | 0.68 | 0 | 0.05 | 221.85 | 0.96 | 0.49 |
| Hex | 5 | 4D | F3 | 62 | 44 | 0 | 5 | DE | 60 | 31 |
| Octal | 5 | 115 | 363 | 142 | 104 | 0 | 5 | 336 | 140 | 61 |
| Binary | 101 | 1001101 | 11110011 | 1100010 | 1000100 | 0 | 101 | 11011110 | 1100000 | 110001 |
Color Harmonies of #054DF3
Complementary color
Monochromatic Colors of #054DF3
Black with #054DF3
Text Example
Text Example
White with #054DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DF3; }
p { color: rgb(5,77,243); }
H1.HeaderClassName
{
color: #054DF3;
}
.AnyTagClassName
{
color: #054DF3;
}
</style>
background-color css
<style>
a { background-color: #054DF3; }
a { background-color: rgb(5,77,243); }
div.DivClassName
{
background-color: #054DF3;
}
.BgClassName
{
background-color: #054DF3;
}
</style>
border-color css
<style>
span { border-color: #054DF3; }
span { border-color: rgb(5,77,243); }
td.TdClassName
{
border-color: #054DF3;
}
.TagClassName
{
border-color: #054DF3;
}
</style>