Shades of Navy Blue #025DD2
Tints of Navy Blue #025DD2
RGB
CMYK
RGB Variations
Color information
#025DD2 (or 0x025DD2) is known color: Navy Blue. HEX triplet: 02, 5D and D2. RGB value is (2,93,210). Sum of RGB (Red+Green+Blue) = 2+93+210=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #025DD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DD2 is #FDA22D. Grayscale: #4E4E4E. Windows color (decimal): -16622126 or 13786370. OLE color: 13786370.
HSL color Cylindrical-coordinate representation of color #025DD2: hue angle of 213.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DD2 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 93 | 210 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.18 |
| HSL | 213.75º | 0.98% | 0.42% | - |
| HSV(B) | 213.75º | 0.99% | 0.82% | - |
| XYZ | 15.57 | 12.49 | 62.56 | - |
| YUV | 79.13 | 201.85 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 210 | 0.99 | 0.56 | 0 | 0.18 | 213.75 | 0.98 | 0.42 |
| Hex | 2 | 5D | D2 | 63 | 38 | 0 | 12 | D6 | 62 | 2A |
| Octal | 2 | 135 | 322 | 143 | 70 | 0 | 22 | 326 | 142 | 52 |
| Binary | 10 | 1011101 | 11010010 | 1100011 | 111000 | 0 | 10010 | 11010110 | 1100010 | 101010 |
Color Harmonies of #025DD2
Complementary color
Monochromatic Colors of #025DD2
Black with #025DD2
Text Example
Text Example
White with #025DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025DD2; }
p { color: rgb(2,93,210); }
H1.HeaderClassName
{
color: #025DD2;
}
.AnyTagClassName
{
color: #025DD2;
}
</style>
background-color css
<style>
a { background-color: #025DD2; }
a { background-color: rgb(2,93,210); }
div.DivClassName
{
background-color: #025DD2;
}
.BgClassName
{
background-color: #025DD2;
}
</style>
border-color css
<style>
span { border-color: #025DD2; }
span { border-color: rgb(2,93,210); }
td.TdClassName
{
border-color: #025DD2;
}
.TagClassName
{
border-color: #025DD2;
}
</style>