#026177

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

Shades of Blue Lagoon #026177

Tints of Blue Lagoon #026177

Color information

#026177 (or 0x026177) is unknown color: approx Blue Lagoon. HEX triplet: 02, 61 and 77. RGB value is (2,97,119). Sum of RGB (Red+Green+Blue) = 2+97+119=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #026177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026177 is #FD9E88. Grayscale: #464646. Windows color (decimal): -16621193 or 7823618. OLE color: 7823618.

HSL color Cylindrical-coordinate representation of color #026177: hue angle of 191.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026177 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB297119-
CMYK0.980.1800.53
HSL191.28º96.69%23.73%-
HSV(B)191.28º98.32%46.67%-
XYZ7.639.8918.96-
YUV71.1155.0378.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=0.92%
G=44.50%
B=54.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2971190.980.1800.53191.2896.6923.73
Hex261776212035bf6118
Octal21411671422206527714130
Binary1011000011110111110001010010011010110111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026177; }

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

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

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

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

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

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

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

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