Shades of Navy Blue #024AD5
Tints of Navy Blue #024AD5
RGB
CMYK
RGB Variations
Color information
#024AD5 (or 0x024AD5) is known color: Navy Blue. HEX triplet: 02, 4A and D5. RGB value is (2,74,213). Sum of RGB (Red+Green+Blue) = 2+74+213=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #024AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD5 is #FDB52A. Grayscale: #434343. Windows color (decimal): -16626987 or 13978114. OLE color: 13978114.
HSL color Cylindrical-coordinate representation of color #024AD5: hue angle of 219.53º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD5 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 74 | 213 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.16 |
| HSL | 219.53º | 0.98% | 0.42% | - |
| HSV(B) | 219.53º | 0.99% | 0.84% | - |
| XYZ | 14.48 | 9.71 | 64.06 | - |
| YUV | 68.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 213 | 0.99 | 0.65 | 0 | 0.16 | 219.53 | 0.98 | 0.42 |
| Hex | 2 | 4A | D5 | 63 | 41 | 0 | 10 | DC | 62 | 2A |
| Octal | 2 | 112 | 325 | 143 | 101 | 0 | 20 | 334 | 142 | 52 |
| Binary | 10 | 1001010 | 11010101 | 1100011 | 1000001 | 0 | 10000 | 11011100 | 1100010 | 101010 |
Color Harmonies of #024AD5
Complementary color
Monochromatic Colors of #024AD5
Black with #024AD5
Text Example
Text Example
White with #024AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AD5; }
p { color: rgb(2,74,213); }
H1.HeaderClassName
{
color: #024AD5;
}
.AnyTagClassName
{
color: #024AD5;
}
</style>
background-color css
<style>
a { background-color: #024AD5; }
a { background-color: rgb(2,74,213); }
div.DivClassName
{
background-color: #024AD5;
}
.BgClassName
{
background-color: #024AD5;
}
</style>
border-color css
<style>
span { border-color: #024AD5; }
span { border-color: rgb(2,74,213); }
td.TdClassName
{
border-color: #024AD5;
}
.TagClassName
{
border-color: #024AD5;
}
</style>