Shades of Navy Blue #024AFB
Tints of Navy Blue #024AFB
RGB
CMYK
RGB Variations
Color information
#024AFB (or 0x024AFB) is known color: Navy Blue. HEX triplet: 02, 4A and FB. RGB value is (2,74,251). Sum of RGB (Red+Green+Blue) = 2+74+251=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #024AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFB is #FDB504. Grayscale: #474747. Windows color (decimal): -16626949 or 16468482. OLE color: 16468482.
HSL color Cylindrical-coordinate representation of color #024AFB: hue angle of 222.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AFB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 74 | 251 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.02 |
| HSL | 222.65º | 0.98% | 0.5% | - |
| HSV(B) | 222.65º | 0.99% | 0.98% | - |
| XYZ | 19.89 | 11.88 | 92.51 | - |
| YUV | 72.65 | 228.65 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 251 | 0.99 | 0.71 | 0 | 0.02 | 222.65 | 0.98 | 0.5 |
| Hex | 2 | 4A | FB | 63 | 47 | 0 | 2 | DF | 62 | 32 |
| Octal | 2 | 112 | 373 | 143 | 107 | 0 | 2 | 337 | 142 | 62 |
| Binary | 10 | 1001010 | 11111011 | 1100011 | 1000111 | 0 | 10 | 11011111 | 1100010 | 110010 |
Color Harmonies of #024AFB
Complementary color
Monochromatic Colors of #024AFB
Black with #024AFB
Text Example
Text Example
White with #024AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AFB; }
p { color: rgb(2,74,251); }
H1.HeaderClassName
{
color: #024AFB;
}
.AnyTagClassName
{
color: #024AFB;
}
</style>
background-color css
<style>
a { background-color: #024AFB; }
a { background-color: rgb(2,74,251); }
div.DivClassName
{
background-color: #024AFB;
}
.BgClassName
{
background-color: #024AFB;
}
</style>
border-color css
<style>
span { border-color: #024AFB; }
span { border-color: rgb(2,74,251); }
td.TdClassName
{
border-color: #024AFB;
}
.TagClassName
{
border-color: #024AFB;
}
</style>