Shades of Navy Blue #024FD1
Tints of Navy Blue #024FD1
RGB
CMYK
RGB Variations
Color information
#024FD1 (or 0x024FD1) is known color: Navy Blue. HEX triplet: 02, 4F and D1. RGB value is (2,79,209). Sum of RGB (Red+Green+Blue) = 2+79+209=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #024FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FD1 is #FDB02E. Grayscale: #464646. Windows color (decimal): -16625711 or 13717250. OLE color: 13717250.
HSL color Cylindrical-coordinate representation of color #024FD1: hue angle of 217.68º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FD1 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 79 | 209 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.18 |
| HSL | 217.68º | 0.98% | 0.41% | - |
| HSV(B) | 217.68º | 0.99% | 0.82% | - |
| XYZ | 14.33 | 10.21 | 61.54 | - |
| YUV | 70.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 209 | 0.99 | 0.62 | 0 | 0.18 | 217.68 | 0.98 | 0.41 |
| Hex | 2 | 4F | D1 | 63 | 3E | 0 | 12 | DA | 62 | 29 |
| Octal | 2 | 117 | 321 | 143 | 76 | 0 | 22 | 332 | 142 | 51 |
| Binary | 10 | 1001111 | 11010001 | 1100011 | 111110 | 0 | 10010 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024FD1
Complementary color
Monochromatic Colors of #024FD1
Black with #024FD1
Text Example
Text Example
White with #024FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FD1; }
p { color: rgb(2,79,209); }
H1.HeaderClassName
{
color: #024FD1;
}
.AnyTagClassName
{
color: #024FD1;
}
</style>
background-color css
<style>
a { background-color: #024FD1; }
a { background-color: rgb(2,79,209); }
div.DivClassName
{
background-color: #024FD1;
}
.BgClassName
{
background-color: #024FD1;
}
</style>
border-color css
<style>
span { border-color: #024FD1; }
span { border-color: rgb(2,79,209); }
td.TdClassName
{
border-color: #024FD1;
}
.TagClassName
{
border-color: #024FD1;
}
</style>