#025976

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

Shades of Blue Lagoon #025976

Tints of Blue Lagoon #025976

Color information

#025976 (or 0x025976) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 76. RGB value is (2,89,118). Sum of RGB (Red+Green+Blue) = 2+89+118=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #025976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025976 is #FDA689. Grayscale: #424242. Windows color (decimal): -16623242 or 7756034. OLE color: 7756034.

HSL color Cylindrical-coordinate representation of color #025976: hue angle of 195º 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 #025976 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB289118-
CMYK0.980.2500.54
HSL195º96.67%23.53%-
HSV(B)195º98.31%46.27%-
XYZ6.878.4718.41-
YUV66.29157.1882.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=0.96%
G=42.58%
B=56.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2891180.980.2500.5419596.6723.53
Hex259766219036c36118
Octal21311661423106630314130
Binary1010110011110110110001011001011011011000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025976; }

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

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

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

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

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

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

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

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