Html Css Color HEX #025C74 Blue Lagoon

📋 copy color: '#025C74'

red 2 ◦ green 92 ◦ blue 116

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

Shades of Blue Lagoon #025C74

Tints of Blue Lagoon #025C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 0.95%
G = 43.81%
B = 55.24%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#025C74 (or 0x025C74) is known color: Blue Lagoon. HEX triplet: 02, 5C and 74. RGB value is (2,92,116). Sum of RGB (Red+Green+Blue) = 2+92+116=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #025C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C74 is #FDA38B. Grayscale: #434343. Windows color (decimal): -16622476 or 7625730. OLE color: 7625730.

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

Color convert

RGB 2 92 116 -
CMYK 0.98 0.21 0 0.55
HSL 192.63º 0.97% 0.23% -
HSV(B) 192.63º 0.98% 0.45% -
XYZ 7 8.93 17.88 -
YUV 67.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 2 92 116 0.98 0.21 0 0.55 192.63 0.97 0.23
Hex 2 5C 74 62 15 0 37 C1 61 17
Octal 2 134 164 142 25 0 67 301 141 27
Binary 10 1011100 1110100 1100010 10101 0 110111 11000001 1100001 10111

Color Harmonies of #025C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C74

Black with #025C74

Text Example


Text Example

White with #025C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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