Shades of Navy Blue #025DC0
Tints of Navy Blue #025DC0
RGB
CMYK
RGB Variations
Color information
#025DC0 (or 0x025DC0) is known color: Navy Blue. HEX triplet: 02, 5D and C0. RGB value is (2,93,192). Sum of RGB (Red+Green+Blue) = 2+93+192=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #025DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DC0 is #FDA23F. Grayscale: #4C4C4C. Windows color (decimal): -16622144 or 12606722. OLE color: 12606722.
HSL color Cylindrical-coordinate representation of color #025DC0: hue angle of 211.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DC0 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 93 | 192 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.25 |
| HSL | 211.26º | 0.98% | 0.38% | - |
| HSV(B) | 211.26º | 0.99% | 0.75% | - |
| XYZ | 13.45 | 11.65 | 51.41 | - |
| YUV | 77.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 192 | 0.99 | 0.52 | 0 | 0.25 | 211.26 | 0.98 | 0.38 |
| Hex | 2 | 5D | C0 | 63 | 34 | 0 | 19 | D3 | 62 | 26 |
| Octal | 2 | 135 | 300 | 143 | 64 | 0 | 31 | 323 | 142 | 46 |
| Binary | 10 | 1011101 | 11000000 | 1100011 | 110100 | 0 | 11001 | 11010011 | 1100010 | 100110 |
Color Harmonies of #025DC0
Complementary color
Monochromatic Colors of #025DC0
Black with #025DC0
Text Example
Text Example
White with #025DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025DC0; }
p { color: rgb(2,93,192); }
H1.HeaderClassName
{
color: #025DC0;
}
.AnyTagClassName
{
color: #025DC0;
}
</style>
background-color css
<style>
a { background-color: #025DC0; }
a { background-color: rgb(2,93,192); }
div.DivClassName
{
background-color: #025DC0;
}
.BgClassName
{
background-color: #025DC0;
}
</style>
border-color css
<style>
span { border-color: #025DC0; }
span { border-color: rgb(2,93,192); }
td.TdClassName
{
border-color: #025DC0;
}
.TagClassName
{
border-color: #025DC0;
}
</style>