Shades of Navy Blue #054CDC
Tints of Navy Blue #054CDC
RGB
CMYK
RGB Variations
Color information
#054CDC (or 0x054CDC) is known color: Navy Blue. HEX triplet: 05, 4C and DC. RGB value is (5,76,220). Sum of RGB (Red+Green+Blue) = 5+76+220=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #054CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CDC is #FAB323. Grayscale: #464646. Windows color (decimal): -16429860 or 14437381. OLE color: 14437381.
HSL color Cylindrical-coordinate representation of color #054CDC: hue angle of 220.19º 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 #054CDC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 76 | 220 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.14 |
| HSL | 220.19º | 0.96% | 0.44% | - |
| HSV(B) | 220.19º | 0.98% | 0.86% | - |
| XYZ | 15.57 | 10.37 | 68.89 | - |
| YUV | 71.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 220 | 0.98 | 0.65 | 0 | 0.14 | 220.19 | 0.96 | 0.44 |
| Hex | 5 | 4C | DC | 62 | 41 | 0 | E | DC | 60 | 2C |
| Octal | 5 | 114 | 334 | 142 | 101 | 0 | 16 | 334 | 140 | 54 |
| Binary | 101 | 1001100 | 11011100 | 1100010 | 1000001 | 0 | 1110 | 11011100 | 1100000 | 101100 |
Color Harmonies of #054CDC
Complementary color
Monochromatic Colors of #054CDC
Black with #054CDC
Text Example
Text Example
White with #054CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CDC; }
p { color: rgb(5,76,220); }
H1.HeaderClassName
{
color: #054CDC;
}
.AnyTagClassName
{
color: #054CDC;
}
</style>
background-color css
<style>
a { background-color: #054CDC; }
a { background-color: rgb(5,76,220); }
div.DivClassName
{
background-color: #054CDC;
}
.BgClassName
{
background-color: #054CDC;
}
</style>
border-color css
<style>
span { border-color: #054CDC; }
span { border-color: rgb(5,76,220); }
td.TdClassName
{
border-color: #054CDC;
}
.TagClassName
{
border-color: #054CDC;
}
</style>