#026165

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

Shades of Blue Lagoon #026165

Tints of Blue Lagoon #026165

Color information

#026165 (or 0x026165) is unknown color: approx Blue Lagoon. HEX triplet: 02, 61 and 65. RGB value is (2,97,101). Sum of RGB (Red+Green+Blue) = 2+97+101=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #026165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026165 is #FD9E9A. Grayscale: #444444. Windows color (decimal): -16621211 or 6643970. OLE color: 6643970.

HSL color Cylindrical-coordinate representation of color #026165: hue angle of 182.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026165 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB297101-
CMYK0.980.0400.60
HSL182.42º96.12%20.2%-
HSV(B)182.42º98.02%39.61%-
XYZ6.659.513.8-
YUV69.05146.0380.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=1%
G=48.5%
B=50.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2971010.980.0400.60182.4296.1220.2
Hex2616562403Cb66014
Octal2141145142407426614024
Binary10110000111001011100010100011110010110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026165; }

 p { color: rgb(2,97,101); }

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

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

 a { background-color: rgb(2,97,101); }

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

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

 span { border-color: rgb(2,97,101); }

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