Shades of Navy Blue #054DD2
Tints of Navy Blue #054DD2
RGB
CMYK
RGB Variations
Color information
#054DD2 (or 0x054DD2) is known color: Navy Blue. HEX triplet: 05, 4D and D2. RGB value is (5,77,210). Sum of RGB (Red+Green+Blue) = 5+77+210=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #054DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DD2 is #FAB22D. Grayscale: #464646. Windows color (decimal): -16429614 or 13782277. OLE color: 13782277.
HSL color Cylindrical-coordinate representation of color #054DD2: hue angle of 218.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DD2 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 77 | 210 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.18 |
| HSL | 218.93º | 0.95% | 0.42% | - |
| HSV(B) | 218.93º | 0.98% | 0.82% | - |
| XYZ | 14.35 | 9.99 | 62.15 | - |
| YUV | 70.63 | 206.65 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 210 | 0.98 | 0.63 | 0 | 0.18 | 218.93 | 0.95 | 0.42 |
| Hex | 5 | 4D | D2 | 62 | 3F | 0 | 12 | DB | 5F | 2A |
| Octal | 5 | 115 | 322 | 142 | 77 | 0 | 22 | 333 | 137 | 52 |
| Binary | 101 | 1001101 | 11010010 | 1100010 | 111111 | 0 | 10010 | 11011011 | 1011111 | 101010 |
Color Harmonies of #054DD2
Complementary color
Monochromatic Colors of #054DD2
Black with #054DD2
Text Example
Text Example
White with #054DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DD2; }
p { color: rgb(5,77,210); }
H1.HeaderClassName
{
color: #054DD2;
}
.AnyTagClassName
{
color: #054DD2;
}
</style>
background-color css
<style>
a { background-color: #054DD2; }
a { background-color: rgb(5,77,210); }
div.DivClassName
{
background-color: #054DD2;
}
.BgClassName
{
background-color: #054DD2;
}
</style>
border-color css
<style>
span { border-color: #054DD2; }
span { border-color: rgb(5,77,210); }
td.TdClassName
{
border-color: #054DD2;
}
.TagClassName
{
border-color: #054DD2;
}
</style>