#025A71

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

Shades of Blue Lagoon #025A71

Tints of Blue Lagoon #025A71

Color information

#025A71 (or 0x025A71) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5A and 71. RGB value is (2,90,113). Sum of RGB (Red+Green+Blue) = 2+90+113=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #025A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A71 is #FDA58E. Grayscale: #424242. Windows color (decimal): -16622991 or 7428610. OLE color: 7428610.

HSL color Cylindrical-coordinate representation of color #025A71: hue angle of 192.43º 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 #025A71 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB290113-
CMYK0.980.2000.56
HSL192.43º96.52%22.55%-
HSV(B)192.43º98.23%44.31%-
XYZ6.668.5216.92-
YUV66.31154.3582.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=0.98%
G=43.90%
B=55.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2901130.980.2000.56192.4396.5222.55
Hex25A716214038c06117
Octal21321611422407030014127
Binary1010110101110001110001010100011100011000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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