Shades of Navy Blue #024DDD
Tints of Navy Blue #024DDD
RGB
CMYK
RGB Variations
Color information
#024DDD (or 0x024DDD) is known color: Navy Blue. HEX triplet: 02, 4D and DD. RGB value is (2,77,221). Sum of RGB (Red+Green+Blue) = 2+77+221=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #024DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DDD is #FDB222. Grayscale: #464646. Windows color (decimal): -16626211 or 14503170. OLE color: 14503170.
HSL color Cylindrical-coordinate representation of color #024DDD: hue angle of 219.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DDD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 77 | 221 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.13 |
| HSL | 219.45º | 0.98% | 0.44% | - |
| HSV(B) | 219.45º | 0.99% | 0.87% | - |
| XYZ | 15.73 | 10.54 | 69.61 | - |
| YUV | 70.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 221 | 0.99 | 0.65 | 0 | 0.13 | 219.45 | 0.98 | 0.44 |
| Hex | 2 | 4D | DD | 63 | 41 | 0 | D | DB | 62 | 2C |
| Octal | 2 | 115 | 335 | 143 | 101 | 0 | 15 | 333 | 142 | 54 |
| Binary | 10 | 1001101 | 11011101 | 1100011 | 1000001 | 0 | 1101 | 11011011 | 1100010 | 101100 |
Color Harmonies of #024DDD
Complementary color
Monochromatic Colors of #024DDD
Black with #024DDD
Text Example
Text Example
White with #024DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DDD; }
p { color: rgb(2,77,221); }
H1.HeaderClassName
{
color: #024DDD;
}
.AnyTagClassName
{
color: #024DDD;
}
</style>
background-color css
<style>
a { background-color: #024DDD; }
a { background-color: rgb(2,77,221); }
div.DivClassName
{
background-color: #024DDD;
}
.BgClassName
{
background-color: #024DDD;
}
</style>
border-color css
<style>
span { border-color: #024DDD; }
span { border-color: rgb(2,77,221); }
td.TdClassName
{
border-color: #024DDD;
}
.TagClassName
{
border-color: #024DDD;
}
</style>