Shades of Navy Blue #045ACD
Tints of Navy Blue #045ACD
RGB
CMYK
RGB Variations
Color information
#045ACD (or 0x045ACD) is known color: Navy Blue. HEX triplet: 04, 5A and CD. RGB value is (4,90,205). Sum of RGB (Red+Green+Blue) = 4+90+205=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #045ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ACD is #FBA532. Grayscale: #4C4C4C. Windows color (decimal): -16491827 or 13457924. OLE color: 13457924.
HSL color Cylindrical-coordinate representation of color #045ACD: hue angle of 214.33º degrees, saturation: 0.96, 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 #045ACD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 90 | 205 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.20 |
| HSL | 214.33º | 0.96% | 0.41% | - |
| HSV(B) | 214.33º | 0.98% | 0.8% | - |
| XYZ | 14.73 | 11.75 | 59.25 | - |
| YUV | 77.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 205 | 0.98 | 0.56 | 0 | 0.20 | 214.33 | 0.96 | 0.41 |
| Hex | 4 | 5A | CD | 62 | 38 | 0 | 14 | D6 | 60 | 29 |
| Octal | 4 | 132 | 315 | 142 | 70 | 0 | 24 | 326 | 140 | 51 |
| Binary | 100 | 1011010 | 11001101 | 1100010 | 111000 | 0 | 10100 | 11010110 | 1100000 | 101001 |
Color Harmonies of #045ACD
Complementary color
Monochromatic Colors of #045ACD
Black with #045ACD
Text Example
Text Example
White with #045ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045ACD; }
p { color: rgb(4,90,205); }
H1.HeaderClassName
{
color: #045ACD;
}
.AnyTagClassName
{
color: #045ACD;
}
</style>
background-color css
<style>
a { background-color: #045ACD; }
a { background-color: rgb(4,90,205); }
div.DivClassName
{
background-color: #045ACD;
}
.BgClassName
{
background-color: #045ACD;
}
</style>
border-color css
<style>
span { border-color: #045ACD; }
span { border-color: rgb(4,90,205); }
td.TdClassName
{
border-color: #045ACD;
}
.TagClassName
{
border-color: #045ACD;
}
</style>