Shades of Navy Blue #045ADC
Tints of Navy Blue #045ADC
RGB
CMYK
RGB Variations
Color information
#045ADC (or 0x045ADC) is known color: Navy Blue. HEX triplet: 04, 5A and DC. RGB value is (4,90,220). Sum of RGB (Red+Green+Blue) = 4+90+220=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #045ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ADC is #FBA523. Grayscale: #4E4E4E. Windows color (decimal): -16491812 or 14440964. OLE color: 14440964.
HSL color Cylindrical-coordinate representation of color #045ADC: hue angle of 216.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045ADC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 90 | 220 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.14 |
| HSL | 216.11º | 0.96% | 0.44% | - |
| HSV(B) | 216.11º | 0.98% | 0.86% | - |
| XYZ | 16.62 | 12.51 | 69.25 | - |
| YUV | 79.11 | 207.51 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 220 | 0.98 | 0.59 | 0 | 0.14 | 216.11 | 0.96 | 0.44 |
| Hex | 4 | 5A | DC | 62 | 3B | 0 | E | D8 | 60 | 2C |
| Octal | 4 | 132 | 334 | 142 | 73 | 0 | 16 | 330 | 140 | 54 |
| Binary | 100 | 1011010 | 11011100 | 1100010 | 111011 | 0 | 1110 | 11011000 | 1100000 | 101100 |
Color Harmonies of #045ADC
Complementary color
Monochromatic Colors of #045ADC
Black with #045ADC
Text Example
Text Example
White with #045ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045ADC; }
p { color: rgb(4,90,220); }
H1.HeaderClassName
{
color: #045ADC;
}
.AnyTagClassName
{
color: #045ADC;
}
</style>
background-color css
<style>
a { background-color: #045ADC; }
a { background-color: rgb(4,90,220); }
div.DivClassName
{
background-color: #045ADC;
}
.BgClassName
{
background-color: #045ADC;
}
</style>
border-color css
<style>
span { border-color: #045ADC; }
span { border-color: rgb(4,90,220); }
td.TdClassName
{
border-color: #045ADC;
}
.TagClassName
{
border-color: #045ADC;
}
</style>