#02646D

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

Shades of Blue Lagoon #02646D

Tints of Blue Lagoon #02646D

Color information

#02646D (or 0x02646D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 64 and 6D. RGB value is (2,100,109). Sum of RGB (Red+Green+Blue) = 2+100+109=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #02646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02646D is #FD9B92. Grayscale: #474747. Windows color (decimal): -16620435 or 7169026. OLE color: 7169026.

HSL color Cylindrical-coordinate representation of color #02646D: hue angle of 185.05º 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 #02646D is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2100109-
CMYK0.980.0800.57
HSL185.05º96.4%21.76%-
HSV(B)185.05º98.17%42.75%-
XYZ7.3410.2316.06-
YUV71.72149.0378.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=0.95%
G=47.39%
B=51.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21001090.980.0800.57185.0596.421.76
Hex2646D628039b96016
Octal21441551421007127114026
Binary101100100110110111000101000011100110111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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