#025A75

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

Shades of Blue Lagoon #025A75

Tints of Blue Lagoon #025A75

Color information

#025A75 (or 0x025A75) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5A and 75. RGB value is (2,90,117). Sum of RGB (Red+Green+Blue) = 2+90+117=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #025A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A75 is #FDA58A. Grayscale: #424242. Windows color (decimal): -16622987 or 7690754. OLE color: 7690754.

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

Color convert

RGB290117-
CMYK0.980.2300.54
HSL194.09º96.64%23.33%-
HSV(B)194.09º98.29%45.88%-
XYZ6.898.6118.13-
YUV66.77156.3581.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=0.96%
G=43.06%
B=55.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2901170.980.2300.54194.0996.6423.33
Hex25A756217036c26117
Octal21321651422706630214127
Binary1010110101110101110001010111011011011000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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