#025E82

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

Shades of Blue Lagoon #025E82

Tints of Blue Lagoon #025E82

Color information

#025E82 (or 0x025E82) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5E and 82. RGB value is (2,94,130). Sum of RGB (Red+Green+Blue) = 2+94+130=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #025E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E82 is #FDA17D. Grayscale: #464646. Windows color (decimal): -16621950 or 8543746. OLE color: 8543746.

HSL color Cylindrical-coordinate representation of color #025E82: hue angle of 196.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E82 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB294130-
CMYK0.980.2800.49
HSL196.88º96.97%25.88%-
HSV(B)196.88º98.46%50.98%-
XYZ8.069.6322.55-
YUV70.6161.5279.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 94 (37.11% from 255) = 41.59%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=0.88%
G=41.59%
B=57.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2941300.980.2800.49196.8896.9725.88
Hex25E82621C031c5611a
Octal21362021423406130514132
Binary10101111010000010110001011100011000111000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,130); }

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

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

 a { background-color: rgb(2,94,130); }

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

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

 span { border-color: rgb(2,94,130); }

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