Shades of Navy Blue #024AD7
Tints of Navy Blue #024AD7
RGB
CMYK
RGB Variations
Color information
#024AD7 (or 0x024AD7) is known color: Navy Blue. HEX triplet: 02, 4A and D7. RGB value is (2,74,215). Sum of RGB (Red+Green+Blue) = 2+74+215=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #024AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD7 is #FDB528. Grayscale: #434343. Windows color (decimal): -16626985 or 14109186. OLE color: 14109186.
HSL color Cylindrical-coordinate representation of color #024AD7: hue angle of 219.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD7 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 74 | 215 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.16 |
| HSL | 219.72º | 0.98% | 0.43% | - |
| HSV(B) | 219.72º | 0.99% | 0.84% | - |
| XYZ | 14.74 | 9.82 | 65.41 | - |
| YUV | 68.55 | 210.65 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 215 | 0.99 | 0.66 | 0 | 0.16 | 219.72 | 0.98 | 0.43 |
| Hex | 2 | 4A | D7 | 63 | 42 | 0 | 10 | DC | 62 | 2B |
| Octal | 2 | 112 | 327 | 143 | 102 | 0 | 20 | 334 | 142 | 53 |
| Binary | 10 | 1001010 | 11010111 | 1100011 | 1000010 | 0 | 10000 | 11011100 | 1100010 | 101011 |
Color Harmonies of #024AD7
Complementary color
Monochromatic Colors of #024AD7
Black with #024AD7
Text Example
Text Example
White with #024AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AD7; }
p { color: rgb(2,74,215); }
H1.HeaderClassName
{
color: #024AD7;
}
.AnyTagClassName
{
color: #024AD7;
}
</style>
background-color css
<style>
a { background-color: #024AD7; }
a { background-color: rgb(2,74,215); }
div.DivClassName
{
background-color: #024AD7;
}
.BgClassName
{
background-color: #024AD7;
}
</style>
border-color css
<style>
span { border-color: #024AD7; }
span { border-color: rgb(2,74,215); }
td.TdClassName
{
border-color: #024AD7;
}
.TagClassName
{
border-color: #024AD7;
}
</style>