#025776

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

Shades of Blue Lagoon #025776

Tints of Blue Lagoon #025776

Color information

#025776 (or 0x025776) is unknown color: approx Blue Lagoon. HEX triplet: 02, 57 and 76. RGB value is (2,87,118). Sum of RGB (Red+Green+Blue) = 2+87+118=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #025776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025776 is #FDA889. Grayscale: #404040. Windows color (decimal): -16623754 or 7755522. OLE color: 7755522.

HSL color Cylindrical-coordinate representation of color #025776: hue angle of 196.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025776 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB287118-
CMYK0.980.2600.54
HSL196.03º96.67%23.53%-
HSV(B)196.03º98.31%46.27%-
XYZ6.78.1418.36-
YUV65.12157.8482.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=0.97%
G=42.03%
B=57.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2871180.980.2600.54196.0396.6723.53
Hex25776621A036c46118
Octal21271661423206630414130
Binary1010101111110110110001011010011011011000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025776; }

 p { color: rgb(2,87,118); }

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

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

 a { background-color: rgb(2,87,118); }

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

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

 span { border-color: rgb(2,87,118); }

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