Html Css Color HEX #025A73 Blue Lagoon

📋 copy color: '#025A73'

red 2 ◦ green 90 ◦ blue 115

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

Shades of Blue Lagoon #025A73

Tints of Blue Lagoon #025A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 0.97%
G = 43.48%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#025A73 (or 0x025A73) is known color: Blue Lagoon. HEX triplet: 02, 5A and 73. RGB value is (2,90,115). Sum of RGB (Red+Green+Blue) = 2+90+115=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #025A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A73 is #FDA58C. Grayscale: #424242. Windows color (decimal): -16622989 or 7559682. OLE color: 7559682.

HSL color Cylindrical-coordinate representation of color #025A73: hue angle of 193.27º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A73 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 90 115 -
CMYK 0.98 0.22 0 0.55
HSL 193.27º 0.97% 0.23% -
HSV(B) 193.27º 0.98% 0.45% -
XYZ 6.78 8.56 17.52 -
YUV 66.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 2 90 115 0.98 0.22 0 0.55 193.27 0.97 0.23
Hex 2 5A 73 62 16 0 37 C1 61 17
Octal 2 132 163 142 26 0 67 301 141 27
Binary 10 1011010 1110011 1100010 10110 0 110111 11000001 1100001 10111

Color Harmonies of #025A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A73

Black with #025A73

Text Example


Text Example

White with #025A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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