Html Css Color HEX #026A76 Blue Lagoon

📋 copy color: '#026A76'

red 2 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #026A76

Tints of Blue Lagoon #026A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.9%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 0.88%
G = 46.9%
B = 52.21%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#026A76 (or 0x026A76) is known color: Blue Lagoon. HEX triplet: 02, 6A and 76. RGB value is (2,106,118). Sum of RGB (Red+Green+Blue) = 2+106+118=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #026A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A76 is #FD9589. Grayscale: #4C4C4C. Windows color (decimal): -16618890 or 7760386. OLE color: 7760386.

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

Color convert

RGB 2 106 118 -
CMYK 0.98 0.10 0 0.54
HSL 186.21º 0.97% 0.24% -
HSV(B) 186.21º 0.98% 0.46% -
XYZ 8.45 11.63 18.94 -
YUV 76.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 2 106 118 0.98 0.10 0 0.54 186.21 0.97 0.24
Hex 2 6A 76 62 A 0 36 BA 61 18
Octal 2 152 166 142 12 0 66 272 141 30
Binary 10 1101010 1110110 1100010 1010 0 110110 10111010 1100001 11000

Color Harmonies of #026A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A76

Black with #026A76

Text Example


Text Example

White with #026A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026A76; }

 p { color: rgb(2,106,118); }

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

background-color css

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

 a { background-color: rgb(2,106,118); }

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

border-color css

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

 span { border-color: rgb(2,106,118); }

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