#025AD1

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

Shades of Navy Blue #025AD1

Tints of Navy Blue #025AD1

Color information

#025AD1 (or 0x025AD1) is unknown color: approx Navy Blue. HEX triplet: 02, 5A and D1. RGB value is (2,90,209). Sum of RGB (Red+Green+Blue) = 2+90+209=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #025AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025AD1 is #FDA52E. Grayscale: #4C4C4C. Windows color (decimal): -16622895 or 13720066. OLE color: 13720066.

HSL color Cylindrical-coordinate representation of color #025AD1: hue angle of 214.49º 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 #025AD1 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB290209-
CMYK0.990.5700.18
HSL214.49º98.1%41.37%-
HSV(B)214.49º99.04%81.96%-
XYZ15.1911.9361.82-
YUV77.25202.3574.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 209 (82.03% from 255) = 69.44%
R=0.66%
G=29.90%
B=69.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2902090.990.5700.18214.4998.141.37
Hex25AD16339012d66229
Octal21323211437102232614251
Binary101011010110100011100011111001010010110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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