#02697C

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

Shades of Blue Lagoon #02697C

Tints of Blue Lagoon #02697C

Color information

#02697C (or 0x02697C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 7C. RGB value is (2,105,124). Sum of RGB (Red+Green+Blue) = 2+105+124=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #02697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02697C is #FD9683. Grayscale: #4C4C4C. Windows color (decimal): -16619140 or 8153346. OLE color: 8153346.

HSL color Cylindrical-coordinate representation of color #02697C: hue angle of 189.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02697C is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2105124-
CMYK0.980.1500.51
HSL189.34º96.83%24.71%-
HSV(B)189.34º98.39%48.63%-
XYZ8.7111.5720.84-
YUV76.37154.8874.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=0.87%
G=45.45%
B=53.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21051240.980.1500.51189.3496.8324.71
Hex2697C62F033bd6119
Octal21511741421706327514131
Binary101101001111110011000101111011001110111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02697C; }

 p { color: rgb(2,105,124); }

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

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

 a { background-color: rgb(2,105,124); }

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

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

 span { border-color: rgb(2,105,124); }

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