Html Css Color HEX #025E78 Blue Lagoon

📋 copy color: '#025E78'

red 2 ◦ green 94 ◦ blue 120

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

Shades of Blue Lagoon #025E78

Tints of Blue Lagoon #025E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 0.93%
G = 43.52%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#025E78 (or 0x025E78) is known color: Blue Lagoon. HEX triplet: 02, 5E and 78. RGB value is (2,94,120). Sum of RGB (Red+Green+Blue) = 2+94+120=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #025E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E78 is #FDA187. Grayscale: #454545. Windows color (decimal): -16621960 or 7888386. OLE color: 7888386.

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

Color convert

RGB 2 94 120 -
CMYK 0.98 0.22 0 0.53
HSL 193.22º 0.97% 0.24% -
HSV(B) 193.22º 0.98% 0.47% -
XYZ 7.42 9.37 19.19 -
YUV 69.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 2 94 120 0.98 0.22 0 0.53 193.22 0.97 0.24
Hex 2 5E 78 62 16 0 35 C1 61 18
Octal 2 136 170 142 26 0 65 301 141 30
Binary 10 1011110 1111000 1100010 10110 0 110101 11000001 1100001 11000

Color Harmonies of #025E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E78

Black with #025E78

Text Example


Text Example

White with #025E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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