#025978

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

Shades of Blue Lagoon #025978

Tints of Blue Lagoon #025978

Color information

#025978 (or 0x025978) is unknown color: approx Blue Lagoon. HEX triplet: 02, 59 and 78. RGB value is (2,89,120). Sum of RGB (Red+Green+Blue) = 2+89+120=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #025978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025978 is #FDA687. Grayscale: #424242. Windows color (decimal): -16623240 or 7887106. OLE color: 7887106.

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

Color convert

RGB289120-
CMYK0.980.2600.53
HSL195.76º96.72%23.92%-
HSV(B)195.76º98.33%47.06%-
XYZ6.998.5119.04-
YUV66.52158.1881.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=0.95%
G=42.18%
B=56.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2891200.980.2600.53195.7696.7223.92
Hex25978621A035c46118
Octal21311701423206530414130
Binary1010110011111000110001011010011010111000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025978; }

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

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

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

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

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

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

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

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