Shades of Navy Blue #024BF4
Tints of Navy Blue #024BF4
RGB
CMYK
RGB Variations
Color information
#024BF4 (or 0x024BF4) is known color: Navy Blue. HEX triplet: 02, 4B and F4. RGB value is (2,75,244). Sum of RGB (Red+Green+Blue) = 2+75+244=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 244 (95.70% from 255 or 76.01% from 321); Max value from RGB is 244 - color contains mainly: blue. Hex color #024BF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BF4 is #FDB40B. Grayscale: #474747. Windows color (decimal): -16626700 or 16009986. OLE color: 16009986.
HSL color Cylindrical-coordinate representation of color #024BF4: hue angle of 221.9º 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 #024BF4 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 75 | 244 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.04 |
| HSL | 221.9º | 0.98% | 0.48% | - |
| HSV(B) | 221.9º | 0.99% | 0.96% | - |
| XYZ | 18.87 | 11.58 | 86.83 | - |
| YUV | 72.44 | 224.82 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 244 | 0.99 | 0.69 | 0 | 0.04 | 221.9 | 0.98 | 0.48 |
| Hex | 2 | 4B | F4 | 63 | 45 | 0 | 4 | DE | 62 | 30 |
| Octal | 2 | 113 | 364 | 143 | 105 | 0 | 4 | 336 | 142 | 60 |
| Binary | 10 | 1001011 | 11110100 | 1100011 | 1000101 | 0 | 100 | 11011110 | 1100010 | 110000 |
Color Harmonies of #024BF4
Complementary color
Monochromatic Colors of #024BF4
Black with #024BF4
Text Example
Text Example
White with #024BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BF4; }
p { color: rgb(2,75,244); }
H1.HeaderClassName
{
color: #024BF4;
}
.AnyTagClassName
{
color: #024BF4;
}
</style>
background-color css
<style>
a { background-color: #024BF4; }
a { background-color: rgb(2,75,244); }
div.DivClassName
{
background-color: #024BF4;
}
.BgClassName
{
background-color: #024BF4;
}
</style>
border-color css
<style>
span { border-color: #024BF4; }
span { border-color: rgb(2,75,244); }
td.TdClassName
{
border-color: #024BF4;
}
.TagClassName
{
border-color: #024BF4;
}
</style>