Shades of Navy Blue #024CD8
Tints of Navy Blue #024CD8
RGB
CMYK
RGB Variations
Color information
#024CD8 (or 0x024CD8) is known color: Navy Blue. HEX triplet: 02, 4C and D8. RGB value is (2,76,216). Sum of RGB (Red+Green+Blue) = 2+76+216=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 216 (84.77% from 255 or 73.47% from 294); Max value from RGB is 216 - color contains mainly: blue. Hex color #024CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CD8 is #FDB327. Grayscale: #454545. Windows color (decimal): -16626472 or 14175234. OLE color: 14175234.
HSL color Cylindrical-coordinate representation of color #024CD8: hue angle of 219.25º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CD8 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 76 | 216 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.15 |
| HSL | 219.25º | 0.98% | 0.43% | - |
| HSV(B) | 219.25º | 0.99% | 0.85% | - |
| XYZ | 15 | 10.14 | 66.13 | - |
| YUV | 69.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 216 | 0.99 | 0.65 | 0 | 0.15 | 219.25 | 0.98 | 0.43 |
| Hex | 2 | 4C | D8 | 63 | 41 | 0 | F | DB | 62 | 2B |
| Octal | 2 | 114 | 330 | 143 | 101 | 0 | 17 | 333 | 142 | 53 |
| Binary | 10 | 1001100 | 11011000 | 1100011 | 1000001 | 0 | 1111 | 11011011 | 1100010 | 101011 |
Color Harmonies of #024CD8
Complementary color
Monochromatic Colors of #024CD8
Black with #024CD8
Text Example
Text Example
White with #024CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CD8; }
p { color: rgb(2,76,216); }
H1.HeaderClassName
{
color: #024CD8;
}
.AnyTagClassName
{
color: #024CD8;
}
</style>
background-color css
<style>
a { background-color: #024CD8; }
a { background-color: rgb(2,76,216); }
div.DivClassName
{
background-color: #024CD8;
}
.BgClassName
{
background-color: #024CD8;
}
</style>
border-color css
<style>
span { border-color: #024CD8; }
span { border-color: rgb(2,76,216); }
td.TdClassName
{
border-color: #024CD8;
}
.TagClassName
{
border-color: #024CD8;
}
</style>