Shades of Navy Blue #025BDD
Tints of Navy Blue #025BDD
RGB
CMYK
RGB Variations
Color information
#025BDD (or 0x025BDD) is known color: Navy Blue. HEX triplet: 02, 5B and DD. RGB value is (2,91,221). Sum of RGB (Red+Green+Blue) = 2+91+221=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #025BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BDD is #FDA422. Grayscale: #4E4E4E. Windows color (decimal): -16622627 or 14506754. OLE color: 14506754.
HSL color Cylindrical-coordinate representation of color #025BDD: hue angle of 215.62º 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 #025BDD is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 91 | 221 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.13 |
| HSL | 215.62º | 0.98% | 0.44% | - |
| HSV(B) | 215.62º | 0.99% | 0.87% | - |
| XYZ | 16.82 | 12.72 | 69.97 | - |
| YUV | 79.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 91 | 221 | 0.99 | 0.59 | 0 | 0.13 | 215.62 | 0.98 | 0.44 |
| Hex | 2 | 5B | DD | 63 | 3B | 0 | D | D8 | 62 | 2C |
| Octal | 2 | 133 | 335 | 143 | 73 | 0 | 15 | 330 | 142 | 54 |
| Binary | 10 | 1011011 | 11011101 | 1100011 | 111011 | 0 | 1101 | 11011000 | 1100010 | 101100 |
Color Harmonies of #025BDD
Complementary color
Monochromatic Colors of #025BDD
Black with #025BDD
Text Example
Text Example
White with #025BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025BDD; }
p { color: rgb(2,91,221); }
H1.HeaderClassName
{
color: #025BDD;
}
.AnyTagClassName
{
color: #025BDD;
}
</style>
background-color css
<style>
a { background-color: #025BDD; }
a { background-color: rgb(2,91,221); }
div.DivClassName
{
background-color: #025BDD;
}
.BgClassName
{
background-color: #025BDD;
}
</style>
border-color css
<style>
span { border-color: #025BDD; }
span { border-color: rgb(2,91,221); }
td.TdClassName
{
border-color: #025BDD;
}
.TagClassName
{
border-color: #025BDD;
}
</style>