Shades of Navy Blue #045AC0
Tints of Navy Blue #045AC0
RGB
CMYK
RGB Variations
Color information
#045AC0 (or 0x045AC0) is known color: Navy Blue. HEX triplet: 04, 5A and C0. RGB value is (4,90,192). Sum of RGB (Red+Green+Blue) = 4+90+192=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #045AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045AC0 is #FBA53F. Grayscale: #4B4B4B. Windows color (decimal): -16491840 or 12605956. OLE color: 12605956.
HSL color Cylindrical-coordinate representation of color #045AC0: hue angle of 212.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AC0 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 90 | 192 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.25 |
| HSL | 212.55º | 0.96% | 0.38% | - |
| HSV(B) | 212.55º | 0.98% | 0.75% | - |
| XYZ | 13.22 | 11.14 | 51.32 | - |
| YUV | 75.91 | 193.51 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 192 | 0.98 | 0.53 | 0 | 0.25 | 212.55 | 0.96 | 0.38 |
| Hex | 4 | 5A | C0 | 62 | 35 | 0 | 19 | D5 | 60 | 26 |
| Octal | 4 | 132 | 300 | 142 | 65 | 0 | 31 | 325 | 140 | 46 |
| Binary | 100 | 1011010 | 11000000 | 1100010 | 110101 | 0 | 11001 | 11010101 | 1100000 | 100110 |
Color Harmonies of #045AC0
Complementary color
Monochromatic Colors of #045AC0
Black with #045AC0
Text Example
Text Example
White with #045AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AC0; }
p { color: rgb(4,90,192); }
H1.HeaderClassName
{
color: #045AC0;
}
.AnyTagClassName
{
color: #045AC0;
}
</style>
background-color css
<style>
a { background-color: #045AC0; }
a { background-color: rgb(4,90,192); }
div.DivClassName
{
background-color: #045AC0;
}
.BgClassName
{
background-color: #045AC0;
}
</style>
border-color css
<style>
span { border-color: #045AC0; }
span { border-color: rgb(4,90,192); }
td.TdClassName
{
border-color: #045AC0;
}
.TagClassName
{
border-color: #045AC0;
}
</style>