Shades of Navy Blue #024ADA
Tints of Navy Blue #024ADA
RGB
CMYK
RGB Variations
Color information
#024ADA (or 0x024ADA) is known color: Navy Blue. HEX triplet: 02, 4A and DA. RGB value is (2,74,218). Sum of RGB (Red+Green+Blue) = 2+74+218=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #024ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ADA is #FDB525. Grayscale: #444444. Windows color (decimal): -16626982 or 14305794. OLE color: 14305794.
HSL color Cylindrical-coordinate representation of color #024ADA: hue angle of 220º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ADA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 74 | 218 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.15 |
| HSL | 220º | 0.98% | 0.43% | - |
| HSV(B) | 220º | 0.99% | 0.85% | - |
| XYZ | 15.13 | 9.97 | 67.46 | - |
| YUV | 68.89 | 212.15 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 218 | 0.99 | 0.66 | 0 | 0.15 | 220 | 0.98 | 0.43 |
| Hex | 2 | 4A | DA | 63 | 42 | 0 | F | DC | 62 | 2B |
| Octal | 2 | 112 | 332 | 143 | 102 | 0 | 17 | 334 | 142 | 53 |
| Binary | 10 | 1001010 | 11011010 | 1100011 | 1000010 | 0 | 1111 | 11011100 | 1100010 | 101011 |
Color Harmonies of #024ADA
Complementary color
Monochromatic Colors of #024ADA
Black with #024ADA
Text Example
Text Example
White with #024ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ADA; }
p { color: rgb(2,74,218); }
H1.HeaderClassName
{
color: #024ADA;
}
.AnyTagClassName
{
color: #024ADA;
}
</style>
background-color css
<style>
a { background-color: #024ADA; }
a { background-color: rgb(2,74,218); }
div.DivClassName
{
background-color: #024ADA;
}
.BgClassName
{
background-color: #024ADA;
}
</style>
border-color css
<style>
span { border-color: #024ADA; }
span { border-color: rgb(2,74,218); }
td.TdClassName
{
border-color: #024ADA;
}
.TagClassName
{
border-color: #024ADA;
}
</style>