Shades of Navy Blue #024AD4
Tints of Navy Blue #024AD4
RGB
CMYK
RGB Variations
Color information
#024AD4 (or 0x024AD4) is known color: Navy Blue. HEX triplet: 02, 4A and D4. RGB value is (2,74,212). Sum of RGB (Red+Green+Blue) = 2+74+212=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 212 (83.20% from 255 or 73.61% from 288); Max value from RGB is 212 - color contains mainly: blue. Hex color #024AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD4 is #FDB52B. Grayscale: #434343. Windows color (decimal): -16626988 or 13912578. OLE color: 13912578.
HSL color Cylindrical-coordinate representation of color #024AD4: hue angle of 219.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD4 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 74 | 212 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.17 |
| HSL | 219.43º | 0.98% | 0.42% | - |
| HSV(B) | 219.43º | 0.99% | 0.83% | - |
| XYZ | 14.36 | 9.66 | 63.4 | - |
| YUV | 68.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 212 | 0.99 | 0.65 | 0 | 0.17 | 219.43 | 0.98 | 0.42 |
| Hex | 2 | 4A | D4 | 63 | 41 | 0 | 11 | DB | 62 | 2A |
| Octal | 2 | 112 | 324 | 143 | 101 | 0 | 21 | 333 | 142 | 52 |
| Binary | 10 | 1001010 | 11010100 | 1100011 | 1000001 | 0 | 10001 | 11011011 | 1100010 | 101010 |
Color Harmonies of #024AD4
Complementary color
Monochromatic Colors of #024AD4
Black with #024AD4
Text Example
Text Example
White with #024AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AD4; }
p { color: rgb(2,74,212); }
H1.HeaderClassName
{
color: #024AD4;
}
.AnyTagClassName
{
color: #024AD4;
}
</style>
background-color css
<style>
a { background-color: #024AD4; }
a { background-color: rgb(2,74,212); }
div.DivClassName
{
background-color: #024AD4;
}
.BgClassName
{
background-color: #024AD4;
}
</style>
border-color css
<style>
span { border-color: #024AD4; }
span { border-color: rgb(2,74,212); }
td.TdClassName
{
border-color: #024AD4;
}
.TagClassName
{
border-color: #024AD4;
}
</style>