#025E71

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

Shades of Blue Lagoon #025E71

Tints of Blue Lagoon #025E71

Color information

#025E71 (or 0x025E71) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5E and 71. RGB value is (2,94,113). Sum of RGB (Red+Green+Blue) = 2+94+113=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #025E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E71 is #FDA18E. Grayscale: #444444. Windows color (decimal): -16621967 or 7429634. OLE color: 7429634.

HSL color Cylindrical-coordinate representation of color #025E71: hue angle of 190.27º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E71 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB294113-
CMYK0.980.1700.56
HSL190.27º96.52%22.55%-
HSV(B)190.27º98.23%44.31%-
XYZ7.019.2117.03-
YUV68.66153.0280.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=0.96%
G=44.98%
B=54.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2941130.980.1700.56190.2796.5222.55
Hex25E716211038be6117
Octal21361611422107027614127
Binary1010111101110001110001010001011100010111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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