Html Css Color HEX #02696B Blue Lagoon

📋 copy color: '#02696B'

red 2 ◦ green 105 ◦ blue 107

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

Shades of Blue Lagoon #02696B

Tints of Blue Lagoon #02696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50%

R = 0.93%
G = 49.07%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02696B (or 0x02696B) is known color: Blue Lagoon. HEX triplet: 02, 69 and 6B. RGB value is (2,105,107). Sum of RGB (Red+Green+Blue) = 2+105+107=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #02696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02696B is #FD9694. Grayscale: #4A4A4A. Windows color (decimal): -16619157 or 7039234. OLE color: 7039234.

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

Color convert

RGB 2 105 107 -
CMYK 0.98 0.02 0 0.58
HSL 181.14º 0.96% 0.21% -
HSV(B) 181.14º 0.98% 0.42% -
XYZ 7.73 11.18 15.66 -
YUV 74.43 146.38 76.34 -
System Red Green Blue C M Y K H S L
Decimal 2 105 107 0.98 0.02 0 0.58 181.14 0.96 0.21
Hex 2 69 6B 62 2 0 3A B5 60 15
Octal 2 151 153 142 2 0 72 265 140 25
Binary 10 1101001 1101011 1100010 10 0 111010 10110101 1100000 10101

Color Harmonies of #02696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02696B

Black with #02696B

Text Example


Text Example

White with #02696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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