Shades of Navy Blue #054CFF
Tints of Navy Blue #054CFF
RGB
CMYK
RGB Variations
Color information
#054CFF (or 0x054CFF) is known color: Navy Blue. HEX triplet: 05, 4C and FF. RGB value is (5,76,255). Sum of RGB (Red+Green+Blue) = 5+76+255=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #054CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CFF is #FAB300. Grayscale: #4A4A4A. Windows color (decimal): -16429825 or 16731141. OLE color: 16731141.
HSL color Cylindrical-coordinate representation of color #054CFF: hue angle of 222.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CFF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 76 | 255 | - |
| CMYK | 0.98 | 0.70 | 0 | 0 |
| HSL | 222.96º | 1% | 0.51% | - |
| HSV(B) | 222.96º | 0.98% | 1% | - |
| XYZ | 20.7 | 12.42 | 95.91 | - |
| YUV | 75.18 | 229.48 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 255 | 0.98 | 0.70 | 0 | 0 | 222.96 | 1 | 0.51 |
| Hex | 5 | 4C | FF | 62 | 46 | 0 | 0 | DF | 64 | 33 |
| Octal | 5 | 114 | 377 | 142 | 106 | 0 | 0 | 337 | 144 | 63 |
| Binary | 101 | 1001100 | 11111111 | 1100010 | 1000110 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #054CFF
Complementary color
Monochromatic Colors of #054CFF
Black with #054CFF
Text Example
Text Example
White with #054CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CFF; }
p { color: rgb(5,76,255); }
H1.HeaderClassName
{
color: #054CFF;
}
.AnyTagClassName
{
color: #054CFF;
}
</style>
background-color css
<style>
a { background-color: #054CFF; }
a { background-color: rgb(5,76,255); }
div.DivClassName
{
background-color: #054CFF;
}
.BgClassName
{
background-color: #054CFF;
}
</style>
border-color css
<style>
span { border-color: #054CFF; }
span { border-color: rgb(5,76,255); }
td.TdClassName
{
border-color: #054CFF;
}
.TagClassName
{
border-color: #054CFF;
}
</style>