Shades of Navy Blue #024AFC
Tints of Navy Blue #024AFC
RGB
CMYK
RGB Variations
Color information
#024AFC (or 0x024AFC) is known color: Navy Blue. HEX triplet: 02, 4A and FC. RGB value is (2,74,252). Sum of RGB (Red+Green+Blue) = 2+74+252=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #024AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFC is #FDB503. Grayscale: #474747. Windows color (decimal): -16626948 or 16534018. OLE color: 16534018.
HSL color Cylindrical-coordinate representation of color #024AFC: hue angle of 222.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AFC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 74 | 252 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.01 |
| HSL | 222.72º | 0.98% | 0.5% | - |
| HSV(B) | 222.72º | 0.99% | 0.99% | - |
| XYZ | 20.04 | 11.94 | 93.34 | - |
| YUV | 72.76 | 229.15 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 252 | 0.99 | 0.71 | 0 | 0.01 | 222.72 | 0.98 | 0.5 |
| Hex | 2 | 4A | FC | 63 | 47 | 0 | 1 | DF | 62 | 32 |
| Octal | 2 | 112 | 374 | 143 | 107 | 0 | 1 | 337 | 142 | 62 |
| Binary | 10 | 1001010 | 11111100 | 1100011 | 1000111 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #024AFC
Complementary color
Monochromatic Colors of #024AFC
Black with #024AFC
Text Example
Text Example
White with #024AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AFC; }
p { color: rgb(2,74,252); }
H1.HeaderClassName
{
color: #024AFC;
}
.AnyTagClassName
{
color: #024AFC;
}
</style>
background-color css
<style>
a { background-color: #024AFC; }
a { background-color: rgb(2,74,252); }
div.DivClassName
{
background-color: #024AFC;
}
.BgClassName
{
background-color: #024AFC;
}
</style>
border-color css
<style>
span { border-color: #024AFC; }
span { border-color: rgb(2,74,252); }
td.TdClassName
{
border-color: #024AFC;
}
.TagClassName
{
border-color: #024AFC;
}
</style>