Shades of Navy Blue #024CCC
Tints of Navy Blue #024CCC
RGB
CMYK
RGB Variations
Color information
#024CCC (or 0x024CCC) is known color: Navy Blue. HEX triplet: 02, 4C and CC. RGB value is (2,76,204). Sum of RGB (Red+Green+Blue) = 2+76+204=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #024CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CCC is #FDB333. Grayscale: #434343. Windows color (decimal): -16626484 or 13388802. OLE color: 13388802.
HSL color Cylindrical-coordinate representation of color #024CCC: hue angle of 218.02º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CCC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 76 | 204 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.2 |
| HSL | 218.02º | 0.98% | 0.4% | - |
| HSV(B) | 218.02º | 0.99% | 0.8% | - |
| XYZ | 13.51 | 9.54 | 58.26 | - |
| YUV | 68.47 | 204.48 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 204 | 0.99 | 0.63 | 0 | 0.2 | 218.02 | 0.98 | 0.4 |
| Hex | 2 | 4C | CC | 63 | 3F | 0 | 14 | DA | 62 | 28 |
| Octal | 2 | 114 | 314 | 143 | 77 | 0 | 24 | 332 | 142 | 50 |
| Binary | 10 | 1001100 | 11001100 | 1100011 | 111111 | 0 | 10100 | 11011010 | 1100010 | 101000 |
Color Harmonies of #024CCC
Complementary color
Monochromatic Colors of #024CCC
Black with #024CCC
Text Example
Text Example
White with #024CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CCC; }
p { color: rgb(2,76,204); }
H1.HeaderClassName
{
color: #024CCC;
}
.AnyTagClassName
{
color: #024CCC;
}
</style>
background-color css
<style>
a { background-color: #024CCC; }
a { background-color: rgb(2,76,204); }
div.DivClassName
{
background-color: #024CCC;
}
.BgClassName
{
background-color: #024CCC;
}
</style>
border-color css
<style>
span { border-color: #024CCC; }
span { border-color: rgb(2,76,204); }
td.TdClassName
{
border-color: #024CCC;
}
.TagClassName
{
border-color: #024CCC;
}
</style>