Shades of Navy Blue #024AD0
Tints of Navy Blue #024AD0
RGB
CMYK
RGB Variations
Color information
#024AD0 (or 0x024AD0) is known color: Navy Blue. HEX triplet: 02, 4A and D0. RGB value is (2,74,208). Sum of RGB (Red+Green+Blue) = 2+74+208=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #024AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD0 is #FDB52F. Grayscale: #434343. Windows color (decimal): -16626992 or 13650434. OLE color: 13650434.
HSL color Cylindrical-coordinate representation of color #024AD0: hue angle of 219.03º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 74 | 208 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.18 |
| HSL | 219.03º | 0.98% | 0.41% | - |
| HSV(B) | 219.03º | 0.99% | 0.82% | - |
| XYZ | 13.86 | 9.46 | 60.77 | - |
| YUV | 67.75 | 207.15 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 208 | 0.99 | 0.64 | 0 | 0.18 | 219.03 | 0.98 | 0.41 |
| Hex | 2 | 4A | D0 | 63 | 40 | 0 | 12 | DB | 62 | 29 |
| Octal | 2 | 112 | 320 | 143 | 100 | 0 | 22 | 333 | 142 | 51 |
| Binary | 10 | 1001010 | 11010000 | 1100011 | 1000000 | 0 | 10010 | 11011011 | 1100010 | 101001 |
Color Harmonies of #024AD0
Complementary color
Monochromatic Colors of #024AD0
Black with #024AD0
Text Example
Text Example
White with #024AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AD0; }
p { color: rgb(2,74,208); }
H1.HeaderClassName
{
color: #024AD0;
}
.AnyTagClassName
{
color: #024AD0;
}
</style>
background-color css
<style>
a { background-color: #024AD0; }
a { background-color: rgb(2,74,208); }
div.DivClassName
{
background-color: #024AD0;
}
.BgClassName
{
background-color: #024AD0;
}
</style>
border-color css
<style>
span { border-color: #024AD0; }
span { border-color: rgb(2,74,208); }
td.TdClassName
{
border-color: #024AD0;
}
.TagClassName
{
border-color: #024AD0;
}
</style>