Html Css Color HEX #026A72 Blue Lagoon

📋 copy color: '#026A72'

red 2 ◦ green 106 ◦ blue 114

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

Shades of Blue Lagoon #026A72

Tints of Blue Lagoon #026A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 0.9%
G = 47.75%
B = 51.35%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#026A72 (or 0x026A72) is known color: Blue Lagoon. HEX triplet: 02, 6A and 72. RGB value is (2,106,114). Sum of RGB (Red+Green+Blue) = 2+106+114=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #026A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A72 is #FD958D. Grayscale: #4B4B4B. Windows color (decimal): -16618894 or 7498242. OLE color: 7498242.

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

Color convert

RGB 2 106 114 -
CMYK 0.98 0.07 0 0.55
HSL 184.29º 0.97% 0.23% -
HSV(B) 184.29º 0.98% 0.45% -
XYZ 8.22 11.54 17.71 -
YUV 75.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 2 106 114 0.98 0.07 0 0.55 184.29 0.97 0.23
Hex 2 6A 72 62 7 0 37 B8 61 17
Octal 2 152 162 142 7 0 67 270 141 27
Binary 10 1101010 1110010 1100010 111 0 110111 10111000 1100001 10111

Color Harmonies of #026A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A72

Black with #026A72

Text Example


Text Example

White with #026A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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