#025BD1

Color #025BD1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #025BD1

Tints of Navy Blue #025BD1

Color information

#025BD1 (or 0x025BD1) is unknown color: approx Navy Blue. HEX triplet: 02, 5B and D1. RGB value is (2,91,209). Sum of RGB (Red+Green+Blue) = 2+91+209=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #025BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BD1 is #FDA42E. Grayscale: #4D4D4D. Windows color (decimal): -16622639 or 13720322. OLE color: 13720322.

HSL color Cylindrical-coordinate representation of color #025BD1: hue angle of 214.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BD1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB291209-
CMYK0.990.5600.18
HSL214.2º98.1%41.37%-
HSV(B)214.2º99.04%81.96%-
XYZ15.2712.161.85-
YUV77.84202.0173.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 209 (82.03% from 255) = 69.21%
R=0.66%
G=30.13%
B=69.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2912090.990.5600.18214.298.141.37
Hex25BD16338012d66229
Octal21333211437002232614251
Binary101011011110100011100011111000010010110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025BD1; }

 p { color: rgb(2,91,209); }

 H1.HeaderClassName
 {
   color: #025BD1;
 }
 .AnyTagClassName
 {
   color: #025BD1;
 }
</style>
background-color css

<style>
 a { background-color: #025BD1; }

 a { background-color: rgb(2,91,209); }

 div.DivClassName
 {
   background-color: #025BD1;
 }
 .BgClassName
 {
   background-color: #025BD1;
 }
</style>
border-color css

<style>
 span { border-color: #025BD1; }

 span { border-color: rgb(2,91,209); }

 td.TdClassName
 {
   border-color: #025BD1;
 }
 .TagClassName
 {
   border-color: #025BD1;
 }
</style>