Shades of Navy Blue #054CCF
Tints of Navy Blue #054CCF
RGB
CMYK
RGB Variations
Color information
#054CCF (or 0x054CCF) is known color: Navy Blue. HEX triplet: 05, 4C and CF. RGB value is (5,76,207). Sum of RGB (Red+Green+Blue) = 5+76+207=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #054CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCF is #FAB330. Grayscale: #454545. Windows color (decimal): -16429873 or 13585413. OLE color: 13585413.
HSL color Cylindrical-coordinate representation of color #054CCF: hue angle of 218.91º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CCF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 76 | 207 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.19 |
| HSL | 218.91º | 0.95% | 0.42% | - |
| HSV(B) | 218.91º | 0.98% | 0.81% | - |
| XYZ | 13.91 | 9.71 | 60.17 | - |
| YUV | 69.71 | 205.48 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 207 | 0.98 | 0.63 | 0 | 0.19 | 218.91 | 0.95 | 0.42 |
| Hex | 5 | 4C | CF | 62 | 3F | 0 | 13 | DB | 5F | 2A |
| Octal | 5 | 114 | 317 | 142 | 77 | 0 | 23 | 333 | 137 | 52 |
| Binary | 101 | 1001100 | 11001111 | 1100010 | 111111 | 0 | 10011 | 11011011 | 1011111 | 101010 |
Color Harmonies of #054CCF
Complementary color
Monochromatic Colors of #054CCF
Black with #054CCF
Text Example
Text Example
White with #054CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CCF; }
p { color: rgb(5,76,207); }
H1.HeaderClassName
{
color: #054CCF;
}
.AnyTagClassName
{
color: #054CCF;
}
</style>
background-color css
<style>
a { background-color: #054CCF; }
a { background-color: rgb(5,76,207); }
div.DivClassName
{
background-color: #054CCF;
}
.BgClassName
{
background-color: #054CCF;
}
</style>
border-color css
<style>
span { border-color: #054CCF; }
span { border-color: rgb(5,76,207); }
td.TdClassName
{
border-color: #054CCF;
}
.TagClassName
{
border-color: #054CCF;
}
</style>