Shades of Navy Blue #054DCD
Tints of Navy Blue #054DCD
RGB
CMYK
RGB Variations
Color information
#054DCD (or 0x054DCD) is known color: Navy Blue. HEX triplet: 05, 4D and CD. RGB value is (5,77,205). Sum of RGB (Red+Green+Blue) = 5+77+205=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #054DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DCD is #FAB232. Grayscale: #454545. Windows color (decimal): -16429619 or 13454597. OLE color: 13454597.
HSL color Cylindrical-coordinate representation of color #054DCD: hue angle of 218.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DCD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 77 | 205 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.20 |
| HSL | 218.4º | 0.95% | 0.41% | - |
| HSV(B) | 218.4º | 0.98% | 0.8% | - |
| XYZ | 13.74 | 9.75 | 58.92 | - |
| YUV | 70.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 205 | 0.98 | 0.62 | 0 | 0.20 | 218.4 | 0.95 | 0.41 |
| Hex | 5 | 4D | CD | 62 | 3E | 0 | 14 | DA | 5F | 29 |
| Octal | 5 | 115 | 315 | 142 | 76 | 0 | 24 | 332 | 137 | 51 |
| Binary | 101 | 1001101 | 11001101 | 1100010 | 111110 | 0 | 10100 | 11011010 | 1011111 | 101001 |
Color Harmonies of #054DCD
Complementary color
Monochromatic Colors of #054DCD
Black with #054DCD
Text Example
Text Example
White with #054DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DCD; }
p { color: rgb(5,77,205); }
H1.HeaderClassName
{
color: #054DCD;
}
.AnyTagClassName
{
color: #054DCD;
}
</style>
background-color css
<style>
a { background-color: #054DCD; }
a { background-color: rgb(5,77,205); }
div.DivClassName
{
background-color: #054DCD;
}
.BgClassName
{
background-color: #054DCD;
}
</style>
border-color css
<style>
span { border-color: #054DCD; }
span { border-color: rgb(5,77,205); }
td.TdClassName
{
border-color: #054DCD;
}
.TagClassName
{
border-color: #054DCD;
}
</style>