Shades of Navy Blue #024AFE
Tints of Navy Blue #024AFE
RGB
CMYK
RGB Variations
Color information
#024AFE (or 0x024AFE) is known color: Navy Blue. HEX triplet: 02, 4A and FE. RGB value is (2,74,254). Sum of RGB (Red+Green+Blue) = 2+74+254=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #024AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFE is #FDB501. Grayscale: #484848. Windows color (decimal): -16626946 or 16665090. OLE color: 16665090.
HSL color Cylindrical-coordinate representation of color #024AFE: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AFE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 74 | 254 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.00 |
| HSL | 222.86º | 0.99% | 0.5% | - |
| HSV(B) | 222.86º | 0.99% | 1% | - |
| XYZ | 20.36 | 12.07 | 95.02 | - |
| YUV | 72.99 | 230.15 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 254 | 0.99 | 0.71 | 0 | 0.00 | 222.86 | 0.99 | 0.5 |
| Hex | 2 | 4A | FE | 63 | 47 | 0 | 0 | DF | 63 | 32 |
| Octal | 2 | 112 | 376 | 143 | 107 | 0 | 0 | 337 | 143 | 62 |
| Binary | 10 | 1001010 | 11111110 | 1100011 | 1000111 | 0 | 0 | 11011111 | 1100011 | 110010 |
Color Harmonies of #024AFE
Complementary color
Monochromatic Colors of #024AFE
Black with #024AFE
Text Example
Text Example
White with #024AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AFE; }
p { color: rgb(2,74,254); }
H1.HeaderClassName
{
color: #024AFE;
}
.AnyTagClassName
{
color: #024AFE;
}
</style>
background-color css
<style>
a { background-color: #024AFE; }
a { background-color: rgb(2,74,254); }
div.DivClassName
{
background-color: #024AFE;
}
.BgClassName
{
background-color: #024AFE;
}
</style>
border-color css
<style>
span { border-color: #024AFE; }
span { border-color: rgb(2,74,254); }
td.TdClassName
{
border-color: #024AFE;
}
.TagClassName
{
border-color: #024AFE;
}
</style>