Shades of Navy Blue #024CE5
Tints of Navy Blue #024CE5
RGB
CMYK
RGB Variations
Color information
#024CE5 (or 0x024CE5) is known color: Navy Blue. HEX triplet: 02, 4C and E5. RGB value is (2,76,229). Sum of RGB (Red+Green+Blue) = 2+76+229=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 229 (89.84% from 255 or 74.59% from 307); Max value from RGB is 229 - color contains mainly: blue. Hex color #024CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CE5 is #FDB31A. Grayscale: #464646. Windows color (decimal): -16626459 or 15027202. OLE color: 15027202.
HSL color Cylindrical-coordinate representation of color #024CE5: hue angle of 220.44º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CE5 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 76 | 229 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.10 |
| HSL | 220.44º | 0.98% | 0.45% | - |
| HSV(B) | 220.44º | 0.99% | 0.9% | - |
| XYZ | 16.75 | 10.84 | 75.34 | - |
| YUV | 71.32 | 216.98 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 229 | 0.99 | 0.67 | 0 | 0.10 | 220.44 | 0.98 | 0.45 |
| Hex | 2 | 4C | E5 | 63 | 43 | 0 | A | DC | 62 | 2D |
| Octal | 2 | 114 | 345 | 143 | 103 | 0 | 12 | 334 | 142 | 55 |
| Binary | 10 | 1001100 | 11100101 | 1100011 | 1000011 | 0 | 1010 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024CE5
Complementary color
Monochromatic Colors of #024CE5
Black with #024CE5
Text Example
Text Example
White with #024CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CE5; }
p { color: rgb(2,76,229); }
H1.HeaderClassName
{
color: #024CE5;
}
.AnyTagClassName
{
color: #024CE5;
}
</style>
background-color css
<style>
a { background-color: #024CE5; }
a { background-color: rgb(2,76,229); }
div.DivClassName
{
background-color: #024CE5;
}
.BgClassName
{
background-color: #024CE5;
}
</style>
border-color css
<style>
span { border-color: #024CE5; }
span { border-color: rgb(2,76,229); }
td.TdClassName
{
border-color: #024CE5;
}
.TagClassName
{
border-color: #024CE5;
}
</style>