Shades of Navy Blue #054ACB
Tints of Navy Blue #054ACB
RGB
CMYK
RGB Variations
Color information
#054ACB (or 0x054ACB) is known color: Navy Blue. HEX triplet: 05, 4A and CB. RGB value is (5,74,203). Sum of RGB (Red+Green+Blue) = 5+74+203=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #054ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ACB is #FAB534. Grayscale: #434343. Windows color (decimal): -16430389 or 13322757. OLE color: 13322757.
HSL color Cylindrical-coordinate representation of color #054ACB: hue angle of 219.09º 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 #054ACB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 74 | 203 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.20 |
| HSL | 219.09º | 0.95% | 0.41% | - |
| HSV(B) | 219.09º | 0.98% | 0.8% | - |
| XYZ | 13.29 | 9.24 | 57.58 | - |
| YUV | 68.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 203 | 0.98 | 0.64 | 0 | 0.20 | 219.09 | 0.95 | 0.41 |
| Hex | 5 | 4A | CB | 62 | 40 | 0 | 14 | DB | 5F | 29 |
| Octal | 5 | 112 | 313 | 142 | 100 | 0 | 24 | 333 | 137 | 51 |
| Binary | 101 | 1001010 | 11001011 | 1100010 | 1000000 | 0 | 10100 | 11011011 | 1011111 | 101001 |
Color Harmonies of #054ACB
Complementary color
Monochromatic Colors of #054ACB
Black with #054ACB
Text Example
Text Example
White with #054ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ACB; }
p { color: rgb(5,74,203); }
H1.HeaderClassName
{
color: #054ACB;
}
.AnyTagClassName
{
color: #054ACB;
}
</style>
background-color css
<style>
a { background-color: #054ACB; }
a { background-color: rgb(5,74,203); }
div.DivClassName
{
background-color: #054ACB;
}
.BgClassName
{
background-color: #054ACB;
}
</style>
border-color css
<style>
span { border-color: #054ACB; }
span { border-color: rgb(5,74,203); }
td.TdClassName
{
border-color: #054ACB;
}
.TagClassName
{
border-color: #054ACB;
}
</style>