Shades of Navy Blue #024CD4
Tints of Navy Blue #024CD4
RGB
CMYK
RGB Variations
Color information
#024CD4 (or 0x024CD4) is known color: Navy Blue. HEX triplet: 02, 4C and D4. RGB value is (2,76,212). Sum of RGB (Red+Green+Blue) = 2+76+212=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #024CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CD4 is #FDB32B. Grayscale: #444444. Windows color (decimal): -16626476 or 13913090. OLE color: 13913090.
HSL color Cylindrical-coordinate representation of color #024CD4: hue angle of 218.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CD4 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 76 | 212 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.17 |
| HSL | 218.86º | 0.98% | 0.42% | - |
| HSV(B) | 218.86º | 0.99% | 0.83% | - |
| XYZ | 14.49 | 9.94 | 63.44 | - |
| YUV | 69.38 | 208.48 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 212 | 0.99 | 0.64 | 0 | 0.17 | 218.86 | 0.98 | 0.42 |
| Hex | 2 | 4C | D4 | 63 | 40 | 0 | 11 | DB | 62 | 2A |
| Octal | 2 | 114 | 324 | 143 | 100 | 0 | 21 | 333 | 142 | 52 |
| Binary | 10 | 1001100 | 11010100 | 1100011 | 1000000 | 0 | 10001 | 11011011 | 1100010 | 101010 |
Color Harmonies of #024CD4
Complementary color
Monochromatic Colors of #024CD4
Black with #024CD4
Text Example
Text Example
White with #024CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CD4; }
p { color: rgb(2,76,212); }
H1.HeaderClassName
{
color: #024CD4;
}
.AnyTagClassName
{
color: #024CD4;
}
</style>
background-color css
<style>
a { background-color: #024CD4; }
a { background-color: rgb(2,76,212); }
div.DivClassName
{
background-color: #024CD4;
}
.BgClassName
{
background-color: #024CD4;
}
</style>
border-color css
<style>
span { border-color: #024CD4; }
span { border-color: rgb(2,76,212); }
td.TdClassName
{
border-color: #024CD4;
}
.TagClassName
{
border-color: #024CD4;
}
</style>