Shades of Navy Blue #054CCE
Tints of Navy Blue #054CCE
RGB
CMYK
RGB Variations
Color information
#054CCE (or 0x054CCE) is known color: Navy Blue. HEX triplet: 05, 4C and CE. RGB value is (5,76,206). Sum of RGB (Red+Green+Blue) = 5+76+206=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #054CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCE is #FAB331. Grayscale: #454545. Windows color (decimal): -16429874 or 13519877. OLE color: 13519877.
HSL color Cylindrical-coordinate representation of color #054CCE: hue angle of 218.81º 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 #054CCE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 76 | 206 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.19 |
| HSL | 218.81º | 0.95% | 0.41% | - |
| HSV(B) | 218.81º | 0.98% | 0.81% | - |
| XYZ | 13.79 | 9.66 | 59.53 | - |
| YUV | 69.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 206 | 0.98 | 0.63 | 0 | 0.19 | 218.81 | 0.95 | 0.41 |
| Hex | 5 | 4C | CE | 62 | 3F | 0 | 13 | DB | 5F | 29 |
| Octal | 5 | 114 | 316 | 142 | 77 | 0 | 23 | 333 | 137 | 51 |
| Binary | 101 | 1001100 | 11001110 | 1100010 | 111111 | 0 | 10011 | 11011011 | 1011111 | 101001 |
Color Harmonies of #054CCE
Complementary color
Monochromatic Colors of #054CCE
Black with #054CCE
Text Example
Text Example
White with #054CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CCE; }
p { color: rgb(5,76,206); }
H1.HeaderClassName
{
color: #054CCE;
}
.AnyTagClassName
{
color: #054CCE;
}
</style>
background-color css
<style>
a { background-color: #054CCE; }
a { background-color: rgb(5,76,206); }
div.DivClassName
{
background-color: #054CCE;
}
.BgClassName
{
background-color: #054CCE;
}
</style>
border-color css
<style>
span { border-color: #054CCE; }
span { border-color: rgb(5,76,206); }
td.TdClassName
{
border-color: #054CCE;
}
.TagClassName
{
border-color: #054CCE;
}
</style>