Shades of Navy Blue #024FFC
Tints of Navy Blue #024FFC
RGB
CMYK
RGB Variations
Color information
#024FFC (or 0x024FFC) is known color: Navy Blue. HEX triplet: 02, 4F and FC. RGB value is (2,79,252). Sum of RGB (Red+Green+Blue) = 2+79+252=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #024FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FFC is #FDB003. Grayscale: #4A4A4A. Windows color (decimal): -16625668 or 16535298. OLE color: 16535298.
HSL color Cylindrical-coordinate representation of color #024FFC: hue angle of 221.52º 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 #024FFC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 79 | 252 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.01 |
| HSL | 221.52º | 0.98% | 0.5% | - |
| HSV(B) | 221.52º | 0.99% | 0.99% | - |
| XYZ | 20.39 | 12.63 | 93.46 | - |
| YUV | 75.7 | 227.49 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 252 | 0.99 | 0.69 | 0 | 0.01 | 221.52 | 0.98 | 0.5 |
| Hex | 2 | 4F | FC | 63 | 45 | 0 | 1 | DE | 62 | 32 |
| Octal | 2 | 117 | 374 | 143 | 105 | 0 | 1 | 336 | 142 | 62 |
| Binary | 10 | 1001111 | 11111100 | 1100011 | 1000101 | 0 | 1 | 11011110 | 1100010 | 110010 |
Color Harmonies of #024FFC
Complementary color
Monochromatic Colors of #024FFC
Black with #024FFC
Text Example
Text Example
White with #024FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FFC; }
p { color: rgb(2,79,252); }
H1.HeaderClassName
{
color: #024FFC;
}
.AnyTagClassName
{
color: #024FFC;
}
</style>
background-color css
<style>
a { background-color: #024FFC; }
a { background-color: rgb(2,79,252); }
div.DivClassName
{
background-color: #024FFC;
}
.BgClassName
{
background-color: #024FFC;
}
</style>
border-color css
<style>
span { border-color: #024FFC; }
span { border-color: rgb(2,79,252); }
td.TdClassName
{
border-color: #024FFC;
}
.TagClassName
{
border-color: #024FFC;
}
</style>