#025b79

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

Shades of Blue Lagoon #025B79

Tints of Blue Lagoon #025B79

Color information

#025B79 (or 0x025B79) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5B and 79. RGB value is (2,91,121). Sum of RGB (Red+Green+Blue) = 2+91+121=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #025B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B79 is #FDA486. Grayscale: #434343. Windows color (decimal): -16622727 or 7953154. OLE color: 7953154.

HSL color Cylindrical-coordinate representation of color #025B79: hue angle of 195.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B79 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB291121-
CMYK0.980.2500.53
HSL195.13º96.75%24.12%-
HSV(B)195.13º98.35%47.45%-
XYZ7.228.8819.42-
YUV67.81158.0181.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=0.93%
G=42.52%
B=56.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2911210.980.2500.53195.1396.7524.12
Hex25B796219035c36118
Octal21331711423106530314130
Binary1010110111111001110001011001011010111000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,121); }

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

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

 a { background-color: rgb(2,91,121); }

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

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

 span { border-color: rgb(2,91,121); }

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