#02606F

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

Shades of Blue Lagoon #02606F

Tints of Blue Lagoon #02606F

Color information

#02606F (or 0x02606F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 60 and 6F. RGB value is (2,96,111). Sum of RGB (Red+Green+Blue) = 2+96+111=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #02606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02606F is #FD9F90. Grayscale: #454545. Windows color (decimal): -16621457 or 7299074. OLE color: 7299074.

HSL color Cylindrical-coordinate representation of color #02606F: hue angle of 188.26º 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 #02606F is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB296111-
CMYK0.980.1400.56
HSL188.26º96.46%22.16%-
HSV(B)188.26º98.2%43.53%-
XYZ7.089.5316.5-
YUV69.6151.3679.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=0.96%
G=45.93%
B=53.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2961110.980.1400.56188.2696.4622.16
Hex2606F62E038bc6016
Octal21401571421607027414026
Binary101100000110111111000101110011100010111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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