#026671

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

Shades of Blue Lagoon #026671

Tints of Blue Lagoon #026671

Color information

#026671 (or 0x026671) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 71. RGB value is (2,102,113). Sum of RGB (Red+Green+Blue) = 2+102+113=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #026671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026671 is #FD998E. Grayscale: #494949. Windows color (decimal): -16619919 or 7431682. OLE color: 7431682.

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

Color convert

RGB2102113-
CMYK0.980.1000.56
HSL185.95º96.52%22.55%-
HSV(B)185.95º98.23%44.31%-
XYZ7.7610.7117.28-
YUV73.35150.3777.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=0.92%
G=47.00%
B=52.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21021130.980.1000.56185.9596.5222.55
Hex2667162A038ba6117
Octal21461611421207027214127
Binary101100110111000111000101010011100010111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026671; }

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

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

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

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

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

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

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

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