Shades of Navy Blue #054ADA
Tints of Navy Blue #054ADA
RGB
CMYK
RGB Variations
Color information
#054ADA (or 0x054ADA) is known color: Navy Blue. HEX triplet: 05, 4A and DA. RGB value is (5,74,218). Sum of RGB (Red+Green+Blue) = 5+74+218=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #054ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ADA is #FAB525. Grayscale: #454545. Windows color (decimal): -16430374 or 14305797. OLE color: 14305797.
HSL color Cylindrical-coordinate representation of color #054ADA: hue angle of 220.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054ADA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 74 | 218 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.15 |
| HSL | 220.56º | 0.96% | 0.44% | - |
| HSV(B) | 220.56º | 0.98% | 0.85% | - |
| XYZ | 15.17 | 9.99 | 67.46 | - |
| YUV | 69.79 | 211.64 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 218 | 0.98 | 0.66 | 0 | 0.15 | 220.56 | 0.96 | 0.44 |
| Hex | 5 | 4A | DA | 62 | 42 | 0 | F | DD | 60 | 2C |
| Octal | 5 | 112 | 332 | 142 | 102 | 0 | 17 | 335 | 140 | 54 |
| Binary | 101 | 1001010 | 11011010 | 1100010 | 1000010 | 0 | 1111 | 11011101 | 1100000 | 101100 |
Color Harmonies of #054ADA
Complementary color
Monochromatic Colors of #054ADA
Black with #054ADA
Text Example
Text Example
White with #054ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ADA; }
p { color: rgb(5,74,218); }
H1.HeaderClassName
{
color: #054ADA;
}
.AnyTagClassName
{
color: #054ADA;
}
</style>
background-color css
<style>
a { background-color: #054ADA; }
a { background-color: rgb(5,74,218); }
div.DivClassName
{
background-color: #054ADA;
}
.BgClassName
{
background-color: #054ADA;
}
</style>
border-color css
<style>
span { border-color: #054ADA; }
span { border-color: rgb(5,74,218); }
td.TdClassName
{
border-color: #054ADA;
}
.TagClassName
{
border-color: #054ADA;
}
</style>