Html Css Color HEX #025C6C Blue Lagoon

📋 copy color: '#025C6C'

red 2 ◦ green 92 ◦ blue 108

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

Shades of Blue Lagoon #025C6C

Tints of Blue Lagoon #025C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 0.99%
G = 45.54%
B = 53.47%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#025C6C (or 0x025C6C) is known color: Blue Lagoon. HEX triplet: 02, 5C and 6C. RGB value is (2,92,108). Sum of RGB (Red+Green+Blue) = 2+92+108=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #025C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C6C is #FDA393. Grayscale: #424242. Windows color (decimal): -16622484 or 7101442. OLE color: 7101442.

HSL color Cylindrical-coordinate representation of color #025C6C: hue angle of 189.06º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C6C is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 92 108 -
CMYK 0.98 0.15 0 0.58
HSL 189.06º 0.96% 0.22% -
HSV(B) 189.06º 0.98% 0.42% -
XYZ 6.56 8.75 15.53 -
YUV 66.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 2 92 108 0.98 0.15 0 0.58 189.06 0.96 0.22
Hex 2 5C 6C 62 F 0 3A BD 60 16
Octal 2 134 154 142 17 0 72 275 140 26
Binary 10 1011100 1101100 1100010 1111 0 111010 10111101 1100000 10110

Color Harmonies of #025C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C6C

Black with #025C6C

Text Example


Text Example

White with #025C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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