Shades of Navy Blue #054DDC
Tints of Navy Blue #054DDC
RGB
CMYK
RGB Variations
Color information
#054DDC (or 0x054DDC) is known color: Navy Blue. HEX triplet: 05, 4D and DC. RGB value is (5,77,220). Sum of RGB (Red+Green+Blue) = 5+77+220=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #054DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DDC is #FAB223. Grayscale: #474747. Windows color (decimal): -16429604 or 14437637. OLE color: 14437637.
HSL color Cylindrical-coordinate representation of color #054DDC: hue angle of 219.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DDC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 77 | 220 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.14 |
| HSL | 219.91º | 0.96% | 0.44% | - |
| HSV(B) | 219.91º | 0.98% | 0.86% | - |
| XYZ | 15.63 | 10.51 | 68.91 | - |
| YUV | 71.77 | 211.65 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 220 | 0.98 | 0.65 | 0 | 0.14 | 219.91 | 0.96 | 0.44 |
| Hex | 5 | 4D | DC | 62 | 41 | 0 | E | DC | 60 | 2C |
| Octal | 5 | 115 | 334 | 142 | 101 | 0 | 16 | 334 | 140 | 54 |
| Binary | 101 | 1001101 | 11011100 | 1100010 | 1000001 | 0 | 1110 | 11011100 | 1100000 | 101100 |
Color Harmonies of #054DDC
Complementary color
Monochromatic Colors of #054DDC
Black with #054DDC
Text Example
Text Example
White with #054DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DDC; }
p { color: rgb(5,77,220); }
H1.HeaderClassName
{
color: #054DDC;
}
.AnyTagClassName
{
color: #054DDC;
}
</style>
background-color css
<style>
a { background-color: #054DDC; }
a { background-color: rgb(5,77,220); }
div.DivClassName
{
background-color: #054DDC;
}
.BgClassName
{
background-color: #054DDC;
}
</style>
border-color css
<style>
span { border-color: #054DDC; }
span { border-color: rgb(5,77,220); }
td.TdClassName
{
border-color: #054DDC;
}
.TagClassName
{
border-color: #054DDC;
}
</style>