#025F72

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

Shades of Blue Lagoon #025F72

Tints of Blue Lagoon #025F72

Color information

#025F72 (or 0x025F72) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5F and 72. RGB value is (2,95,114). Sum of RGB (Red+Green+Blue) = 2+95+114=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #025F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F72 is #FDA08D. Grayscale: #454545. Windows color (decimal): -16621710 or 7495426. OLE color: 7495426.

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

Color convert

RGB295114-
CMYK0.980.1700.55
HSL190.18º96.55%22.75%-
HSV(B)190.18º98.25%44.71%-
XYZ7.159.4117.36-
YUV69.36153.1979.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=0.95%
G=45.02%
B=54.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2951140.980.1700.55190.1896.5522.75
Hex25F726211037be6117
Octal21371621422106727614127
Binary1010111111110010110001010001011011110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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