Shades of Navy Blue #054ECB
Tints of Navy Blue #054ECB
RGB
CMYK
RGB Variations
Color information
#054ECB (or 0x054ECB) is known color: Navy Blue. HEX triplet: 05, 4E and CB. RGB value is (5,78,203). Sum of RGB (Red+Green+Blue) = 5+78+203=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #054ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ECB is #FAB134. Grayscale: #454545. Windows color (decimal): -16429365 or 13323781. OLE color: 13323781.
HSL color Cylindrical-coordinate representation of color #054ECB: hue angle of 217.88º 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 #054ECB is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 78 | 203 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.20 |
| HSL | 217.88º | 0.95% | 0.41% | - |
| HSV(B) | 217.88º | 0.98% | 0.8% | - |
| XYZ | 13.57 | 9.79 | 57.68 | - |
| YUV | 70.42 | 202.82 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 203 | 0.98 | 0.62 | 0 | 0.20 | 217.88 | 0.95 | 0.41 |
| Hex | 5 | 4E | CB | 62 | 3E | 0 | 14 | DA | 5F | 29 |
| Octal | 5 | 116 | 313 | 142 | 76 | 0 | 24 | 332 | 137 | 51 |
| Binary | 101 | 1001110 | 11001011 | 1100010 | 111110 | 0 | 10100 | 11011010 | 1011111 | 101001 |
Color Harmonies of #054ECB
Complementary color
Monochromatic Colors of #054ECB
Black with #054ECB
Text Example
Text Example
White with #054ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ECB; }
p { color: rgb(5,78,203); }
H1.HeaderClassName
{
color: #054ECB;
}
.AnyTagClassName
{
color: #054ECB;
}
</style>
background-color css
<style>
a { background-color: #054ECB; }
a { background-color: rgb(5,78,203); }
div.DivClassName
{
background-color: #054ECB;
}
.BgClassName
{
background-color: #054ECB;
}
</style>
border-color css
<style>
span { border-color: #054ECB; }
span { border-color: rgb(5,78,203); }
td.TdClassName
{
border-color: #054ECB;
}
.TagClassName
{
border-color: #054ECB;
}
</style>