Shades of Navy Blue #025BDE
Tints of Navy Blue #025BDE
RGB
CMYK
RGB Variations
Color information
#025BDE (or 0x025BDE) is known color: Navy Blue. HEX triplet: 02, 5B and DE. RGB value is (2,91,222). Sum of RGB (Red+Green+Blue) = 2+91+222=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #025BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BDE is #FDA421. Grayscale: #4E4E4E. Windows color (decimal): -16622626 or 14572290. OLE color: 14572290.
HSL color Cylindrical-coordinate representation of color #025BDE: hue angle of 215.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BDE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 91 | 222 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.13 |
| HSL | 215.73º | 0.98% | 0.44% | - |
| HSV(B) | 215.73º | 0.99% | 0.87% | - |
| XYZ | 16.95 | 12.77 | 70.68 | - |
| YUV | 79.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 222 | 0.99 | 0.59 | 0 | 0.13 | 215.73 | 0.98 | 0.44 |
| Hex | 2 | 5B | DE | 63 | 3B | 0 | D | D8 | 62 | 2C |
| Octal | 2 | 133 | 336 | 143 | 73 | 0 | 15 | 330 | 142 | 54 |
| Binary | 10 | 1011011 | 11011110 | 1100011 | 111011 | 0 | 1101 | 11011000 | 1100010 | 101100 |
Color Harmonies of #025BDE
Complementary color
Monochromatic Colors of #025BDE
Black with #025BDE
Text Example
Text Example
White with #025BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BDE; }
p { color: rgb(2,91,222); }
H1.HeaderClassName
{
color: #025BDE;
}
.AnyTagClassName
{
color: #025BDE;
}
</style>
background-color css
<style>
a { background-color: #025BDE; }
a { background-color: rgb(2,91,222); }
div.DivClassName
{
background-color: #025BDE;
}
.BgClassName
{
background-color: #025BDE;
}
</style>
border-color css
<style>
span { border-color: #025BDE; }
span { border-color: rgb(2,91,222); }
td.TdClassName
{
border-color: #025BDE;
}
.TagClassName
{
border-color: #025BDE;
}
</style>