Shades of Navy Blue #024FDB
Tints of Navy Blue #024FDB
RGB
CMYK
RGB Variations
Color information
#024FDB (or 0x024FDB) is known color: Navy Blue. HEX triplet: 02, 4F and DB. RGB value is (2,79,219). Sum of RGB (Red+Green+Blue) = 2+79+219=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #024FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FDB is #FDB024. Grayscale: #474747. Windows color (decimal): -16625701 or 14372610. OLE color: 14372610.
HSL color Cylindrical-coordinate representation of color #024FDB: hue angle of 218.71º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FDB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 79 | 219 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.14 |
| HSL | 218.71º | 0.98% | 0.43% | - |
| HSV(B) | 218.71º | 0.99% | 0.86% | - |
| XYZ | 15.61 | 10.72 | 68.26 | - |
| YUV | 71.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 219 | 0.99 | 0.64 | 0 | 0.14 | 218.71 | 0.98 | 0.43 |
| Hex | 2 | 4F | DB | 63 | 40 | 0 | E | DB | 62 | 2B |
| Octal | 2 | 117 | 333 | 143 | 100 | 0 | 16 | 333 | 142 | 53 |
| Binary | 10 | 1001111 | 11011011 | 1100011 | 1000000 | 0 | 1110 | 11011011 | 1100010 | 101011 |
Color Harmonies of #024FDB
Complementary color
Monochromatic Colors of #024FDB
Black with #024FDB
Text Example
Text Example
White with #024FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FDB; }
p { color: rgb(2,79,219); }
H1.HeaderClassName
{
color: #024FDB;
}
.AnyTagClassName
{
color: #024FDB;
}
</style>
background-color css
<style>
a { background-color: #024FDB; }
a { background-color: rgb(2,79,219); }
div.DivClassName
{
background-color: #024FDB;
}
.BgClassName
{
background-color: #024FDB;
}
</style>
border-color css
<style>
span { border-color: #024FDB; }
span { border-color: rgb(2,79,219); }
td.TdClassName
{
border-color: #024FDB;
}
.TagClassName
{
border-color: #024FDB;
}
</style>