Html Css Color HEX #025E75 Blue Lagoon

📋 copy color: '#025E75'

red 2 ◦ green 94 ◦ blue 117

#025E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #025E75

Tints of Blue Lagoon #025E75

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

 GREEN value IS 94 (37.11% from 255) = 44.13%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 0.94%
G = 44.13%
B = 54.93%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#025E75 (or 0x025E75) is known color: Blue Lagoon. HEX triplet: 02, 5E and 75. RGB value is (2,94,117). Sum of RGB (Red+Green+Blue) = 2+94+117=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #025E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E75 is #FDA18A. Grayscale: #444444. Windows color (decimal): -16621963 or 7691778. OLE color: 7691778.

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

Color convert

RGB 2 94 117 -
CMYK 0.98 0.20 0 0.54
HSL 192º 0.97% 0.23% -
HSV(B) 192º 0.98% 0.46% -
XYZ 7.24 9.3 18.24 -
YUV 69.11 155.02 80.13 -
System Red Green Blue C M Y K H S L
Decimal 2 94 117 0.98 0.20 0 0.54 192 0.97 0.23
Hex 2 5E 75 62 14 0 36 C0 61 17
Octal 2 136 165 142 24 0 66 300 141 27
Binary 10 1011110 1110101 1100010 10100 0 110110 11000000 1100001 10111

Color Harmonies of #025E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E75

Black with #025E75

Text Example


Text Example

White with #025E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #025E75;
 }
 .AnyTagClassName
 {
   color: #025E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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