Shades of Navy Blue #054FCD
Tints of Navy Blue #054FCD
RGB
CMYK
RGB Variations
Color information
#054FCD (or 0x054FCD) is known color: Navy Blue. HEX triplet: 05, 4F and CD. RGB value is (5,79,205). Sum of RGB (Red+Green+Blue) = 5+79+205=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #054FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FCD is #FAB032. Grayscale: #464646. Windows color (decimal): -16429107 or 13455109. OLE color: 13455109.
HSL color Cylindrical-coordinate representation of color #054FCD: hue angle of 217.8º 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 #054FCD is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 79 | 205 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.20 |
| HSL | 217.8º | 0.95% | 0.41% | - |
| HSV(B) | 217.8º | 0.98% | 0.8% | - |
| XYZ | 13.88 | 10.03 | 58.96 | - |
| YUV | 71.24 | 203.48 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 205 | 0.98 | 0.61 | 0 | 0.20 | 217.8 | 0.95 | 0.41 |
| Hex | 5 | 4F | CD | 62 | 3D | 0 | 14 | DA | 5F | 29 |
| Octal | 5 | 117 | 315 | 142 | 75 | 0 | 24 | 332 | 137 | 51 |
| Binary | 101 | 1001111 | 11001101 | 1100010 | 111101 | 0 | 10100 | 11011010 | 1011111 | 101001 |
Color Harmonies of #054FCD
Complementary color
Monochromatic Colors of #054FCD
Black with #054FCD
Text Example
Text Example
White with #054FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FCD; }
p { color: rgb(5,79,205); }
H1.HeaderClassName
{
color: #054FCD;
}
.AnyTagClassName
{
color: #054FCD;
}
</style>
background-color css
<style>
a { background-color: #054FCD; }
a { background-color: rgb(5,79,205); }
div.DivClassName
{
background-color: #054FCD;
}
.BgClassName
{
background-color: #054FCD;
}
</style>
border-color css
<style>
span { border-color: #054FCD; }
span { border-color: rgb(5,79,205); }
td.TdClassName
{
border-color: #054FCD;
}
.TagClassName
{
border-color: #054FCD;
}
</style>