#02697B

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

Shades of Blue Lagoon #02697B

Tints of Blue Lagoon #02697B

Color information

#02697B (or 0x02697B) is unknown color: approx Blue Lagoon. HEX triplet: 02, 69 and 7B. RGB value is (2,105,123). Sum of RGB (Red+Green+Blue) = 2+105+123=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #02697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02697B is #FD9684. Grayscale: #4C4C4C. Windows color (decimal): -16619141 or 8087810. OLE color: 8087810.

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

Color convert

RGB2105123-
CMYK0.980.1500.52
HSL188.93º96.8%24.51%-
HSV(B)188.93º98.37%48.24%-
XYZ8.6511.5520.51-
YUV76.26154.3875.04-

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.65%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=0.87%
G=45.65%
B=53.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21051230.980.1500.52188.9396.824.51
Hex2697B62F034bd6119
Octal21511731421706427514131
Binary101101001111101111000101111011010010111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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