Shades of Navy Blue #054DD4
Tints of Navy Blue #054DD4
RGB
CMYK
RGB Variations
Color information
#054DD4 (or 0x054DD4) is known color: Navy Blue. HEX triplet: 05, 4D and D4. RGB value is (5,77,212). Sum of RGB (Red+Green+Blue) = 5+77+212=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 212 (83.20% from 255 or 72.11% from 294); Max value from RGB is 212 - color contains mainly: blue. Hex color #054DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DD4 is #FAB22B. Grayscale: #464646. Windows color (decimal): -16429612 or 13913349. OLE color: 13913349.
HSL color Cylindrical-coordinate representation of color #054DD4: hue angle of 219.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DD4 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 77 | 212 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.17 |
| HSL | 219.13º | 0.95% | 0.43% | - |
| HSV(B) | 219.13º | 0.98% | 0.83% | - |
| XYZ | 14.6 | 10.09 | 63.47 | - |
| YUV | 70.86 | 207.65 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 212 | 0.98 | 0.64 | 0 | 0.17 | 219.13 | 0.95 | 0.43 |
| Hex | 5 | 4D | D4 | 62 | 40 | 0 | 11 | DB | 5F | 2B |
| Octal | 5 | 115 | 324 | 142 | 100 | 0 | 21 | 333 | 137 | 53 |
| Binary | 101 | 1001101 | 11010100 | 1100010 | 1000000 | 0 | 10001 | 11011011 | 1011111 | 101011 |
Color Harmonies of #054DD4
Complementary color
Monochromatic Colors of #054DD4
Black with #054DD4
Text Example
Text Example
White with #054DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DD4; }
p { color: rgb(5,77,212); }
H1.HeaderClassName
{
color: #054DD4;
}
.AnyTagClassName
{
color: #054DD4;
}
</style>
background-color css
<style>
a { background-color: #054DD4; }
a { background-color: rgb(5,77,212); }
div.DivClassName
{
background-color: #054DD4;
}
.BgClassName
{
background-color: #054DD4;
}
</style>
border-color css
<style>
span { border-color: #054DD4; }
span { border-color: rgb(5,77,212); }
td.TdClassName
{
border-color: #054DD4;
}
.TagClassName
{
border-color: #054DD4;
}
</style>