#02656A

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

Shades of Blue Lagoon #02656A

Tints of Blue Lagoon #02656A

Color information

#02656A (or 0x02656A) is unknown color: approx Blue Lagoon. HEX triplet: 02, 65 and 6A. RGB value is (2,101,106). Sum of RGB (Red+Green+Blue) = 2+101+106=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #02656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02656A is #FD9A95. Grayscale: #474747. Windows color (decimal): -16620182 or 6972674. OLE color: 6972674.

HSL color Cylindrical-coordinate representation of color #02656A: hue angle of 182.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02656A is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2101106-
CMYK0.980.0500.58
HSL182.88º96.3%21.18%-
HSV(B)182.88º98.11%41.57%-
XYZ7.2810.3615.25-
YUV71.97147.278.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 101 (39.84% from 255) = 48.33%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=0.96%
G=48.33%
B=50.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21011060.980.0500.58182.8896.321.18
Hex2656A62503Ab76015
Octal2145152142507226714025
Binary10110010111010101100010101011101010110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02656A; }

 p { color: rgb(2,101,106); }

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

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

 a { background-color: rgb(2,101,106); }

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

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

 span { border-color: rgb(2,101,106); }

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