#025FD2

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

Shades of Navy Blue #025FD2

Tints of Navy Blue #025FD2

Color information

#025FD2 (or 0x025FD2) is unknown color: approx Navy Blue. HEX triplet: 02, 5F and D2. RGB value is (2,95,210). Sum of RGB (Red+Green+Blue) = 2+95+210=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 210 (82.42% from 255 or 68.40% from 307); Max value from RGB is 210 - color contains mainly: blue. Hex color #025FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FD2 is #FDA02D. Grayscale: #4F4F4F. Windows color (decimal): -16621614 or 13786882. OLE color: 13786882.

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

Color convert

RGB295210-
CMYK0.990.5500.18
HSL213.17º98.11%41.57%-
HSV(B)213.17º99.05%82.35%-
XYZ15.7512.8562.62-
YUV80.3201.1972.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 210 (82.42% from 255) = 68.40%
R=0.65%
G=30.94%
B=68.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2952100.990.5500.18213.1798.1141.57
Hex25FD26337012d5622a
Octal21373221436702232514252
Binary101011111110100101100011110111010010110101011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,95,210); }

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

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

 a { background-color: rgb(2,95,210); }

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

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

 span { border-color: rgb(2,95,210); }

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