Shades of Navy Blue #054DCE
Tints of Navy Blue #054DCE
RGB
CMYK
RGB Variations
Color information
#054DCE (or 0x054DCE) is known color: Navy Blue. HEX triplet: 05, 4D and CE. RGB value is (5,77,206). Sum of RGB (Red+Green+Blue) = 5+77+206=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #054DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DCE is #FAB231. Grayscale: #454545. Windows color (decimal): -16429618 or 13520133. OLE color: 13520133.
HSL color Cylindrical-coordinate representation of color #054DCE: hue angle of 218.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DCE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 77 | 206 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.19 |
| HSL | 218.51º | 0.95% | 0.41% | - |
| HSV(B) | 218.51º | 0.98% | 0.81% | - |
| XYZ | 13.86 | 9.8 | 59.55 | - |
| YUV | 70.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 206 | 0.98 | 0.63 | 0 | 0.19 | 218.51 | 0.95 | 0.41 |
| Hex | 5 | 4D | CE | 62 | 3F | 0 | 13 | DB | 5F | 29 |
| Octal | 5 | 115 | 316 | 142 | 77 | 0 | 23 | 333 | 137 | 51 |
| Binary | 101 | 1001101 | 11001110 | 1100010 | 111111 | 0 | 10011 | 11011011 | 1011111 | 101001 |
Color Harmonies of #054DCE
Complementary color
Monochromatic Colors of #054DCE
Black with #054DCE
Text Example
Text Example
White with #054DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DCE; }
p { color: rgb(5,77,206); }
H1.HeaderClassName
{
color: #054DCE;
}
.AnyTagClassName
{
color: #054DCE;
}
</style>
background-color css
<style>
a { background-color: #054DCE; }
a { background-color: rgb(5,77,206); }
div.DivClassName
{
background-color: #054DCE;
}
.BgClassName
{
background-color: #054DCE;
}
</style>
border-color css
<style>
span { border-color: #054DCE; }
span { border-color: rgb(5,77,206); }
td.TdClassName
{
border-color: #054DCE;
}
.TagClassName
{
border-color: #054DCE;
}
</style>