Shades of Navy Blue #025BCD
Tints of Navy Blue #025BCD
RGB
CMYK
RGB Variations
Color information
#025BCD (or 0x025BCD) is known color: Navy Blue. HEX triplet: 02, 5B and CD. RGB value is (2,91,205). Sum of RGB (Red+Green+Blue) = 2+91+205=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #025BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BCD is #FDA432. Grayscale: #4C4C4C. Windows color (decimal): -16622643 or 13458178. OLE color: 13458178.
HSL color Cylindrical-coordinate representation of color #025BCD: hue angle of 213.69º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BCD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 91 | 205 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.20 |
| HSL | 213.69º | 0.98% | 0.41% | - |
| HSV(B) | 213.69º | 0.99% | 0.8% | - |
| XYZ | 14.79 | 11.9 | 59.28 | - |
| YUV | 77.39 | 200.01 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 205 | 0.99 | 0.56 | 0 | 0.20 | 213.69 | 0.98 | 0.41 |
| Hex | 2 | 5B | CD | 63 | 38 | 0 | 14 | D6 | 62 | 29 |
| Octal | 2 | 133 | 315 | 143 | 70 | 0 | 24 | 326 | 142 | 51 |
| Binary | 10 | 1011011 | 11001101 | 1100011 | 111000 | 0 | 10100 | 11010110 | 1100010 | 101001 |
Color Harmonies of #025BCD
Complementary color
Monochromatic Colors of #025BCD
Black with #025BCD
Text Example
Text Example
White with #025BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BCD; }
p { color: rgb(2,91,205); }
H1.HeaderClassName
{
color: #025BCD;
}
.AnyTagClassName
{
color: #025BCD;
}
</style>
background-color css
<style>
a { background-color: #025BCD; }
a { background-color: rgb(2,91,205); }
div.DivClassName
{
background-color: #025BCD;
}
.BgClassName
{
background-color: #025BCD;
}
</style>
border-color css
<style>
span { border-color: #025BCD; }
span { border-color: rgb(2,91,205); }
td.TdClassName
{
border-color: #025BCD;
}
.TagClassName
{
border-color: #025BCD;
}
</style>