Shades of Navy Blue #024FDC
Tints of Navy Blue #024FDC
RGB
CMYK
RGB Variations
Color information
#024FDC (or 0x024FDC) is known color: Navy Blue. HEX triplet: 02, 4F and DC. RGB value is (2,79,220). Sum of RGB (Red+Green+Blue) = 2+79+220=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #024FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FDC is #FDB023. Grayscale: #474747. Windows color (decimal): -16625700 or 14438146. OLE color: 14438146.
HSL color Cylindrical-coordinate representation of color #024FDC: hue angle of 218.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FDC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 79 | 220 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.14 |
| HSL | 218.81º | 0.98% | 0.44% | - |
| HSV(B) | 218.81º | 0.99% | 0.86% | - |
| XYZ | 15.74 | 10.77 | 68.96 | - |
| YUV | 72.05 | 211.49 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 220 | 0.99 | 0.64 | 0 | 0.14 | 218.81 | 0.98 | 0.44 |
| Hex | 2 | 4F | DC | 63 | 40 | 0 | E | DB | 62 | 2C |
| Octal | 2 | 117 | 334 | 143 | 100 | 0 | 16 | 333 | 142 | 54 |
| Binary | 10 | 1001111 | 11011100 | 1100011 | 1000000 | 0 | 1110 | 11011011 | 1100010 | 101100 |
Color Harmonies of #024FDC
Complementary color
Monochromatic Colors of #024FDC
Black with #024FDC
Text Example
Text Example
White with #024FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FDC; }
p { color: rgb(2,79,220); }
H1.HeaderClassName
{
color: #024FDC;
}
.AnyTagClassName
{
color: #024FDC;
}
</style>
background-color css
<style>
a { background-color: #024FDC; }
a { background-color: rgb(2,79,220); }
div.DivClassName
{
background-color: #024FDC;
}
.BgClassName
{
background-color: #024FDC;
}
</style>
border-color css
<style>
span { border-color: #024FDC; }
span { border-color: rgb(2,79,220); }
td.TdClassName
{
border-color: #024FDC;
}
.TagClassName
{
border-color: #024FDC;
}
</style>