#026077

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

Shades of Blue Lagoon #026077

Tints of Blue Lagoon #026077

Color information

#026077 (or 0x026077) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 77. RGB value is (2,96,119). Sum of RGB (Red+Green+Blue) = 2+96+119=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #026077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026077 is #FD9F88. Grayscale: #464646. Windows color (decimal): -16621449 or 7823362. OLE color: 7823362.

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

Color convert

RGB296119-
CMYK0.980.1900.53
HSL191.79º96.69%23.73%-
HSV(B)191.79º98.32%46.67%-
XYZ7.549.7118.93-
YUV70.52155.3679.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=0.92%
G=44.24%
B=54.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2961190.980.1900.53191.7996.6923.73
Hex260776213035c06118
Octal21401671422306530014130
Binary1011000001110111110001010011011010111000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026077; }

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

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

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

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

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

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

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

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