Html Css Color HEX #026575 Blue Lagoon

📋 copy color: '#026575'

red 2 ◦ green 101 ◦ blue 117

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

Shades of Blue Lagoon #026575

Tints of Blue Lagoon #026575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 0.91%
G = 45.91%
B = 53.18%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#026575 (or 0x026575) is known color: Blue Lagoon. HEX triplet: 02, 65 and 75. RGB value is (2,101,117). Sum of RGB (Red+Green+Blue) = 2+101+117=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #026575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026575 is #FD9A8A. Grayscale: #494949. Windows color (decimal): -16620171 or 7693570. OLE color: 7693570.

HSL color Cylindrical-coordinate representation of color #026575: hue angle of 188.35º 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 #026575 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 101 117 -
CMYK 0.98 0.14 0 0.54
HSL 188.35º 0.97% 0.23% -
HSV(B) 188.35º 0.98% 0.46% -
XYZ 7.89 10.6 18.46 -
YUV 73.22 152.7 77.2 -
System Red Green Blue C M Y K H S L
Decimal 2 101 117 0.98 0.14 0 0.54 188.35 0.97 0.23
Hex 2 65 75 62 E 0 36 BC 61 17
Octal 2 145 165 142 16 0 66 274 141 27
Binary 10 1100101 1110101 1100010 1110 0 110110 10111100 1100001 10111

Color Harmonies of #026575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026575

Black with #026575

Text Example


Text Example

White with #026575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026575; }

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

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

background-color css

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

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

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

border-color css

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

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

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