#025ECD

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

Shades of Navy Blue #025ECD

Tints of Navy Blue #025ECD

Color information

#025ECD (or 0x025ECD) is unknown color: approx Navy Blue. HEX triplet: 02, 5E and CD. RGB value is (2,94,205). Sum of RGB (Red+Green+Blue) = 2+94+205=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #025ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ECD is #FDA132. Grayscale: #4E4E4E. Windows color (decimal): -16621875 or 13458946. OLE color: 13458946.

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

Color convert

RGB294205-
CMYK0.990.5400.20
HSL212.81º98.07%40.59%-
HSV(B)212.81º99.02%80.39%-
XYZ15.0512.4359.36-
YUV79.15199.0272.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=0.66%
G=31.23%
B=68.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2942050.990.5400.20212.8198.0740.59
Hex25ECD6336014d56229
Octal21363151436602432514251
Binary101011110110011011100011110110010100110101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,205); }

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

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

 a { background-color: rgb(2,94,205); }

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

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

 span { border-color: rgb(2,94,205); }

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