#026670

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

Shades of Blue Lagoon #026670

Tints of Blue Lagoon #026670

Color information

#026670 (or 0x026670) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 70. RGB value is (2,102,112). Sum of RGB (Red+Green+Blue) = 2+102+112=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #026670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026670 is #FD998F. Grayscale: #494949. Windows color (decimal): -16619920 or 7366146. OLE color: 7366146.

HSL color Cylindrical-coordinate representation of color #026670: hue angle of 185.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026670 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2102112-
CMYK0.980.0900.56
HSL185.45º96.49%22.35%-
HSV(B)185.45º98.21%43.92%-
XYZ7.710.6916.99-
YUV73.24149.8777.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=0.93%
G=47.22%
B=51.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21021120.980.0900.56185.4596.4922.35
Hex26670629038b96016
Octal21461601421107027114026
Binary101100110111000011000101001011100010111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026670; }

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

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

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

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

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

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

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

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