Html Css Color HEX #025C73 Blue Lagoon

📋 copy color: '#025C73'

red 2 ◦ green 92 ◦ blue 115

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

Shades of Blue Lagoon #025C73

Tints of Blue Lagoon #025C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 0.96%
G = 44.02%
B = 55.02%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#025C73 (or 0x025C73) is known color: Blue Lagoon. HEX triplet: 02, 5C and 73. RGB value is (2,92,115). Sum of RGB (Red+Green+Blue) = 2+92+115=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #025C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C73 is #FDA38C. Grayscale: #434343. Windows color (decimal): -16622477 or 7560194. OLE color: 7560194.

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

Color convert

RGB 2 92 115 -
CMYK 0.98 0.20 0 0.55
HSL 192.21º 0.97% 0.23% -
HSV(B) 192.21º 0.98% 0.45% -
XYZ 6.95 8.91 17.57 -
YUV 67.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 2 92 115 0.98 0.20 0 0.55 192.21 0.97 0.23
Hex 2 5C 73 62 14 0 37 C0 61 17
Octal 2 134 163 142 24 0 67 300 141 27
Binary 10 1011100 1110011 1100010 10100 0 110111 11000000 1100001 10111

Color Harmonies of #025C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C73

Black with #025C73

Text Example


Text Example

White with #025C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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