Html Css Color HEX #025970 Blue Lagoon

📋 copy color: '#025970'

red 2 ◦ green 89 ◦ blue 112

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

Shades of Blue Lagoon #025970

Tints of Blue Lagoon #025970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 0.99%
G = 43.84%
B = 55.17%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#025970 (or 0x025970) is known color: Blue Lagoon. HEX triplet: 02, 59 and 70. RGB value is (2,89,112). Sum of RGB (Red+Green+Blue) = 2+89+112=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #025970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025970 is #FDA68F. Grayscale: #414141. Windows color (decimal): -16623248 or 7362818. OLE color: 7362818.

HSL color Cylindrical-coordinate representation of color #025970: hue angle of 192.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025970 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 89 112 -
CMYK 0.98 0.21 0 0.56
HSL 192.55º 0.96% 0.22% -
HSV(B) 192.55º 0.98% 0.44% -
XYZ 6.52 8.33 16.59 -
YUV 65.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 2 89 112 0.98 0.21 0 0.56 192.55 0.96 0.22
Hex 2 59 70 62 15 0 38 C1 60 16
Octal 2 131 160 142 25 0 70 301 140 26
Binary 10 1011001 1110000 1100010 10101 0 111000 11000001 1100000 10110

Color Harmonies of #025970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025970

Black with #025970

Text Example


Text Example

White with #025970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025970; }

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

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

background-color css

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

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

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

border-color css

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

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

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