Shades of Navy Blue #054DC9
Tints of Navy Blue #054DC9
RGB
CMYK
RGB Variations
Color information
#054DC9 (or 0x054DC9) is known color: Navy Blue. HEX triplet: 05, 4D and C9. RGB value is (5,77,201). Sum of RGB (Red+Green+Blue) = 5+77+201=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #054DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DC9 is #FAB236. Grayscale: #454545. Windows color (decimal): -16429623 or 13192453. OLE color: 13192453.
HSL color Cylindrical-coordinate representation of color #054DC9: hue angle of 217.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DC9 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 77 | 201 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.21 |
| HSL | 217.96º | 0.95% | 0.4% | - |
| HSV(B) | 217.96º | 0.98% | 0.79% | - |
| XYZ | 13.26 | 9.56 | 56.4 | - |
| YUV | 69.61 | 202.15 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 201 | 0.98 | 0.62 | 0 | 0.21 | 217.96 | 0.95 | 0.4 |
| Hex | 5 | 4D | C9 | 62 | 3E | 0 | 15 | DA | 5F | 28 |
| Octal | 5 | 115 | 311 | 142 | 76 | 0 | 25 | 332 | 137 | 50 |
| Binary | 101 | 1001101 | 11001001 | 1100010 | 111110 | 0 | 10101 | 11011010 | 1011111 | 101000 |
Color Harmonies of #054DC9
Complementary color
Monochromatic Colors of #054DC9
Black with #054DC9
Text Example
Text Example
White with #054DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DC9; }
p { color: rgb(5,77,201); }
H1.HeaderClassName
{
color: #054DC9;
}
.AnyTagClassName
{
color: #054DC9;
}
</style>
background-color css
<style>
a { background-color: #054DC9; }
a { background-color: rgb(5,77,201); }
div.DivClassName
{
background-color: #054DC9;
}
.BgClassName
{
background-color: #054DC9;
}
</style>
border-color css
<style>
span { border-color: #054DC9; }
span { border-color: rgb(5,77,201); }
td.TdClassName
{
border-color: #054DC9;
}
.TagClassName
{
border-color: #054DC9;
}
</style>