#025B75

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

Shades of Blue Lagoon #025B75

Tints of Blue Lagoon #025B75

Color information

#025B75 (or 0x025B75) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5B and 75. RGB value is (2,91,117). Sum of RGB (Red+Green+Blue) = 2+91+117=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #025B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B75 is #FDA48A. Grayscale: #434343. Windows color (decimal): -16622731 or 7691010. OLE color: 7691010.

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

Color convert

RGB291117-
CMYK0.980.2200.54
HSL193.57º96.64%23.33%-
HSV(B)193.57º98.29%45.88%-
XYZ6.988.7818.16-
YUV67.35156.0181.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=0.95%
G=43.33%
B=55.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2911170.980.2200.54193.5796.6423.33
Hex25B756216036c26117
Octal21331651422606630214127
Binary1010110111110101110001010110011011011000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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