Shades of Navy Blue #025ECC
Tints of Navy Blue #025ECC
RGB
CMYK
RGB Variations
Color information
#025ECC (or 0x025ECC) is known color: Navy Blue. HEX triplet: 02, 5E and CC. RGB value is (2,94,204). Sum of RGB (Red+Green+Blue) = 2+94+204=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #025ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ECC is #FDA133. Grayscale: #4E4E4E. Windows color (decimal): -16621876 or 13393410. OLE color: 13393410.
HSL color Cylindrical-coordinate representation of color #025ECC: hue angle of 212.67º 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 #025ECC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 94 | 204 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.2 |
| HSL | 212.67º | 0.98% | 0.4% | - |
| HSV(B) | 212.67º | 0.99% | 0.8% | - |
| XYZ | 14.93 | 12.38 | 58.73 | - |
| YUV | 79.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 204 | 0.99 | 0.54 | 0 | 0.2 | 212.67 | 0.98 | 0.4 |
| Hex | 2 | 5E | CC | 63 | 36 | 0 | 14 | D5 | 62 | 28 |
| Octal | 2 | 136 | 314 | 143 | 66 | 0 | 24 | 325 | 142 | 50 |
| Binary | 10 | 1011110 | 11001100 | 1100011 | 110110 | 0 | 10100 | 11010101 | 1100010 | 101000 |
Color Harmonies of #025ECC
Complementary color
Monochromatic Colors of #025ECC
Black with #025ECC
Text Example
Text Example
White with #025ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025ECC; }
p { color: rgb(2,94,204); }
H1.HeaderClassName
{
color: #025ECC;
}
.AnyTagClassName
{
color: #025ECC;
}
</style>
background-color css
<style>
a { background-color: #025ECC; }
a { background-color: rgb(2,94,204); }
div.DivClassName
{
background-color: #025ECC;
}
.BgClassName
{
background-color: #025ECC;
}
</style>
border-color css
<style>
span { border-color: #025ECC; }
span { border-color: rgb(2,94,204); }
td.TdClassName
{
border-color: #025ECC;
}
.TagClassName
{
border-color: #025ECC;
}
</style>