#02606D

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

Shades of Blue Lagoon #02606D

Tints of Blue Lagoon #02606D

Color information

#02606D (or 0x02606D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 6D. RGB value is (2,96,109). Sum of RGB (Red+Green+Blue) = 2+96+109=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #02606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02606D is #FD9F92. Grayscale: #454545. Windows color (decimal): -16621459 or 7168002. OLE color: 7168002.

HSL color Cylindrical-coordinate representation of color #02606D: hue angle of 187.29º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02606D is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB296109-
CMYK0.980.1200.57
HSL187.29º96.4%21.76%-
HSV(B)187.29º98.17%42.75%-
XYZ6.979.4815.93-
YUV69.38150.3679.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 109 (42.97% from 255) = 52.66%
R=0.97%
G=46.38%
B=52.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2961090.980.1200.57187.2996.421.76
Hex2606D62C039bb6016
Octal21401551421407127314026
Binary101100000110110111000101100011100110111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02606D; }

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

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

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

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

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

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

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

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