#026A71

Color #026A71 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #026A71

Tints of Blue Lagoon #026A71

Color information

#026A71 (or 0x026A71) is unknown color: approx Blue Lagoon. HEX triplet: 02, 6A and 71. RGB value is (2,106,113). Sum of RGB (Red+Green+Blue) = 2+106+113=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #026A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A71 is #FD958E. Grayscale: #4B4B4B. Windows color (decimal): -16618895 or 7432706. OLE color: 7432706.

HSL color Cylindrical-coordinate representation of color #026A71: hue angle of 183.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A71 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2106113-
CMYK0.980.0600.56
HSL183.78º96.52%22.55%-
HSV(B)183.78º98.23%44.31%-
XYZ8.1611.5117.41-
YUV75.7149.0475.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 106 (41.80% from 255) = 47.96%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=0.90%
G=47.96%
B=51.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21061130.980.0600.56183.7896.5222.55
Hex26A71626038b86117
Octal2152161142607027014127
Binary10110101011100011100010110011100010111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #026A71;
 }
 .AnyTagClassName
 {
   color: #026A71;
 }
</style>
background-color css

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

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

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

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

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

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