Shades of Navy Blue #024CF4
Tints of Navy Blue #024CF4
RGB
CMYK
RGB Variations
Color information
#024CF4 (or 0x024CF4) is known color: Navy Blue. HEX triplet: 02, 4C and F4. RGB value is (2,76,244). Sum of RGB (Red+Green+Blue) = 2+76+244=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 244 (95.70% from 255 or 75.78% from 322); Max value from RGB is 244 - color contains mainly: blue. Hex color #024CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CF4 is #FDB30B. Grayscale: #484848. Windows color (decimal): -16626444 or 16010242. OLE color: 16010242.
HSL color Cylindrical-coordinate representation of color #024CF4: hue angle of 221.65º 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 #024CF4 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 76 | 244 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.04 |
| HSL | 221.65º | 0.98% | 0.48% | - |
| HSV(B) | 221.65º | 0.99% | 0.96% | - |
| XYZ | 18.94 | 11.71 | 86.85 | - |
| YUV | 73.03 | 224.48 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 244 | 0.99 | 0.69 | 0 | 0.04 | 221.65 | 0.98 | 0.48 |
| Hex | 2 | 4C | F4 | 63 | 45 | 0 | 4 | DE | 62 | 30 |
| Octal | 2 | 114 | 364 | 143 | 105 | 0 | 4 | 336 | 142 | 60 |
| Binary | 10 | 1001100 | 11110100 | 1100011 | 1000101 | 0 | 100 | 11011110 | 1100010 | 110000 |
Color Harmonies of #024CF4
Complementary color
Monochromatic Colors of #024CF4
Black with #024CF4
Text Example
Text Example
White with #024CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CF4; }
p { color: rgb(2,76,244); }
H1.HeaderClassName
{
color: #024CF4;
}
.AnyTagClassName
{
color: #024CF4;
}
</style>
background-color css
<style>
a { background-color: #024CF4; }
a { background-color: rgb(2,76,244); }
div.DivClassName
{
background-color: #024CF4;
}
.BgClassName
{
background-color: #024CF4;
}
</style>
border-color css
<style>
span { border-color: #024CF4; }
span { border-color: rgb(2,76,244); }
td.TdClassName
{
border-color: #024CF4;
}
.TagClassName
{
border-color: #024CF4;
}
</style>