#026672

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

Shades of Blue Lagoon #026672

Tints of Blue Lagoon #026672

Color information

#026672 (or 0x026672) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 72. RGB value is (2,102,114). Sum of RGB (Red+Green+Blue) = 2+102+114=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #026672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026672 is #FD998D. Grayscale: #494949. Windows color (decimal): -16619918 or 7497218. OLE color: 7497218.

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

Color convert

RGB2102114-
CMYK0.980.1100.55
HSL186.43º96.55%22.75%-
HSV(B)186.43º98.25%44.71%-
XYZ7.8110.7317.58-
YUV73.47150.8777.02-

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) = 46.79%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=0.92%
G=46.79%
B=52.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21021140.980.1100.55186.4396.5522.75
Hex2667262B037ba6117
Octal21461621421306727214127
Binary101100110111001011000101011011011110111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026672; }

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

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

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

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

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

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

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

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