Shades of Navy Blue #024AF4
Tints of Navy Blue #024AF4
RGB
CMYK
RGB Variations
Color information
#024AF4 (or 0x024AF4) is known color: Navy Blue. HEX triplet: 02, 4A and F4. RGB value is (2,74,244). Sum of RGB (Red+Green+Blue) = 2+74+244=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 244 (95.70% from 255 or 76.25% from 320); Max value from RGB is 244 - color contains mainly: blue. Hex color #024AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AF4 is #FDB50B. Grayscale: #474747. Windows color (decimal): -16626956 or 16009730. OLE color: 16009730.
HSL color Cylindrical-coordinate representation of color #024AF4: hue angle of 222.15º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AF4 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 74 | 244 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.04 |
| HSL | 222.15º | 0.98% | 0.48% | - |
| HSV(B) | 222.15º | 0.99% | 0.96% | - |
| XYZ | 18.8 | 11.44 | 86.81 | - |
| YUV | 71.85 | 225.15 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 244 | 0.99 | 0.70 | 0 | 0.04 | 222.15 | 0.98 | 0.48 |
| Hex | 2 | 4A | F4 | 63 | 46 | 0 | 4 | DE | 62 | 30 |
| Octal | 2 | 112 | 364 | 143 | 106 | 0 | 4 | 336 | 142 | 60 |
| Binary | 10 | 1001010 | 11110100 | 1100011 | 1000110 | 0 | 100 | 11011110 | 1100010 | 110000 |
Color Harmonies of #024AF4
Complementary color
Monochromatic Colors of #024AF4
Black with #024AF4
Text Example
Text Example
White with #024AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AF4; }
p { color: rgb(2,74,244); }
H1.HeaderClassName
{
color: #024AF4;
}
.AnyTagClassName
{
color: #024AF4;
}
</style>
background-color css
<style>
a { background-color: #024AF4; }
a { background-color: rgb(2,74,244); }
div.DivClassName
{
background-color: #024AF4;
}
.BgClassName
{
background-color: #024AF4;
}
</style>
border-color css
<style>
span { border-color: #024AF4; }
span { border-color: rgb(2,74,244); }
td.TdClassName
{
border-color: #024AF4;
}
.TagClassName
{
border-color: #024AF4;
}
</style>