Html Css Color HEX #025978 Blue Lagoon

📋 copy color: '#025978'

red 2 ◦ green 89 ◦ blue 120

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

Shades of Blue Lagoon #025978

Tints of Blue Lagoon #025978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 0.95%
G = 42.18%
B = 56.87%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#025978 (or 0x025978) is known color: Blue Lagoon. HEX triplet: 02, 59 and 78. RGB value is (2,89,120). Sum of RGB (Red+Green+Blue) = 2+89+120=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #025978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025978 is #FDA687. Grayscale: #424242. Windows color (decimal): -16623240 or 7887106. OLE color: 7887106.

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

Color convert

RGB 2 89 120 -
CMYK 0.98 0.26 0 0.53
HSL 195.76º 0.97% 0.24% -
HSV(B) 195.76º 0.98% 0.47% -
XYZ 6.99 8.51 19.04 -
YUV 66.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 2 89 120 0.98 0.26 0 0.53 195.76 0.97 0.24
Hex 2 59 78 62 1A 0 35 C4 61 18
Octal 2 131 170 142 32 0 65 304 141 30
Binary 10 1011001 1111000 1100010 11010 0 110101 11000100 1100001 11000

Color Harmonies of #025978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025978

Black with #025978

Text Example


Text Example

White with #025978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025978; }

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

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

background-color css

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

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

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

border-color css

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

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

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