#025C79

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

Shades of Blue Lagoon #025C79

Tints of Blue Lagoon #025C79

Color information

#025C79 (or 0x025C79) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5C and 79. RGB value is (2,92,121). Sum of RGB (Red+Green+Blue) = 2+92+121=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #025C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C79 is #FDA386. Grayscale: #444444. Windows color (decimal): -16622471 or 7953410. OLE color: 7953410.

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

Color convert

RGB292121-
CMYK0.980.2400.53
HSL194.62º96.75%24.12%-
HSV(B)194.62º98.35%47.45%-
XYZ7.39.0519.45-
YUV68.4157.6880.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=0.93%
G=42.79%
B=56.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2921210.980.2400.53194.6296.7524.12
Hex25C796218035c36118
Octal21341711423006530314130
Binary1010111001111001110001011000011010111000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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