Html Css Color HEX #02696D Blue Lagoon

📋 copy color: '#02696D'

red 2 ◦ green 105 ◦ blue 109

#02696D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #02696D

Tints of Blue Lagoon #02696D

RGB

 RED value IS 2 (1.17% from 255) = 0.93%

 GREEN value IS 105 (41.41% from 255) = 48.61%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 0.93%
G = 48.61%
B = 50.46%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02696D (or 0x02696D) is known color: Blue Lagoon. HEX triplet: 02, 69 and 6D. RGB value is (2,105,109). Sum of RGB (Red+Green+Blue) = 2+105+109=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #02696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696D is #FD9692. Grayscale: #4A4A4A. Windows color (decimal): -16619155 or 7170306. OLE color: 7170306.

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

Color convert

RGB 2 105 109 -
CMYK 0.98 0.04 0 0.57
HSL 182.24º 0.96% 0.22% -
HSV(B) 182.24º 0.98% 0.43% -
XYZ 7.84 11.22 16.22 -
YUV 74.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 2 105 109 0.98 0.04 0 0.57 182.24 0.96 0.22
Hex 2 69 6D 62 4 0 39 B6 60 16
Octal 2 151 155 142 4 0 71 266 140 26
Binary 10 1101001 1101101 1100010 100 0 111001 10110110 1100000 10110

Color Harmonies of #02696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02696D

Black with #02696D

Text Example


Text Example

White with #02696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02696D;
 }
 .AnyTagClassName
 {
   color: #02696D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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