#025C75

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

Shades of Blue Lagoon #025C75

Tints of Blue Lagoon #025C75

Color information

#025C75 (or 0x025C75) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5C and 75. RGB value is (2,92,117). Sum of RGB (Red+Green+Blue) = 2+92+117=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #025C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C75 is #FDA38A. Grayscale: #434343. Windows color (decimal): -16622475 or 7691266. OLE color: 7691266.

HSL color Cylindrical-coordinate representation of color #025C75: hue angle of 193.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C75 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB292117-
CMYK0.980.2100.54
HSL193.04º96.64%23.33%-
HSV(B)193.04º98.29%45.88%-
XYZ7.068.9518.19-
YUV67.94155.6880.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=0.95%
G=43.60%
B=55.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2921170.980.2100.54193.0496.6423.33
Hex25C756215036c16117
Octal21341651422506630114127
Binary1010111001110101110001010101011011011000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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