Html Css Color HEX #025775 Blue Lagoon

📋 copy color: '#025775'

red 2 ◦ green 87 ◦ blue 117

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

Shades of Blue Lagoon #025775

Tints of Blue Lagoon #025775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.23%

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 0.97%
G = 42.23%
B = 56.8%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#025775 (or 0x025775) is known color: Blue Lagoon. HEX triplet: 02, 57 and 75. RGB value is (2,87,117). Sum of RGB (Red+Green+Blue) = 2+87+117=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #025775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025775 is #FDA88A. Grayscale: #404040. Windows color (decimal): -16623755 or 7689986. OLE color: 7689986.

HSL color Cylindrical-coordinate representation of color #025775: hue angle of 195.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025775 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 87 117 -
CMYK 0.98 0.26 0 0.54
HSL 195.65º 0.97% 0.23% -
HSV(B) 195.65º 0.98% 0.46% -
XYZ 6.64 8.11 18.05 -
YUV 65.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 2 87 117 0.98 0.26 0 0.54 195.65 0.97 0.23
Hex 2 57 75 62 1A 0 36 C4 61 17
Octal 2 127 165 142 32 0 66 304 141 27
Binary 10 1010111 1110101 1100010 11010 0 110110 11000100 1100001 10111

Color Harmonies of #025775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025775

Black with #025775

Text Example


Text Example

White with #025775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025775; }

 p { color: rgb(2,87,117); }

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

background-color css

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

 a { background-color: rgb(2,87,117); }

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

border-color css

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

 span { border-color: rgb(2,87,117); }

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