Shades of Navy Blue #054ACC
Tints of Navy Blue #054ACC
RGB
CMYK
RGB Variations
Color information
#054ACC (or 0x054ACC) is known color: Navy Blue. HEX triplet: 05, 4A and CC. RGB value is (5,74,204). Sum of RGB (Red+Green+Blue) = 5+74+204=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #054ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ACC is #FAB533. Grayscale: #434343. Windows color (decimal): -16430388 or 13388293. OLE color: 13388293.
HSL color Cylindrical-coordinate representation of color #054ACC: hue angle of 219.2º 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 #054ACC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 74 | 204 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.2 |
| HSL | 219.2º | 0.95% | 0.41% | - |
| HSV(B) | 219.2º | 0.98% | 0.8% | - |
| XYZ | 13.41 | 9.29 | 58.21 | - |
| YUV | 68.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 204 | 0.98 | 0.64 | 0 | 0.2 | 219.2 | 0.95 | 0.41 |
| Hex | 5 | 4A | CC | 62 | 40 | 0 | 14 | DB | 5F | 29 |
| Octal | 5 | 112 | 314 | 142 | 100 | 0 | 24 | 333 | 137 | 51 |
| Binary | 101 | 1001010 | 11001100 | 1100010 | 1000000 | 0 | 10100 | 11011011 | 1011111 | 101001 |
Color Harmonies of #054ACC
Complementary color
Monochromatic Colors of #054ACC
Black with #054ACC
Text Example
Text Example
White with #054ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ACC; }
p { color: rgb(5,74,204); }
H1.HeaderClassName
{
color: #054ACC;
}
.AnyTagClassName
{
color: #054ACC;
}
</style>
background-color css
<style>
a { background-color: #054ACC; }
a { background-color: rgb(5,74,204); }
div.DivClassName
{
background-color: #054ACC;
}
.BgClassName
{
background-color: #054ACC;
}
</style>
border-color css
<style>
span { border-color: #054ACC; }
span { border-color: rgb(5,74,204); }
td.TdClassName
{
border-color: #054ACC;
}
.TagClassName
{
border-color: #054ACC;
}
</style>