Html Css Color HEX #02697E Blue Lagoon

📋 copy color: '#02697E'

red 2 ◦ green 105 ◦ blue 126

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

Shades of Blue Lagoon #02697E

Tints of Blue Lagoon #02697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.08%

R = 0.86%
G = 45.06%
B = 54.08%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02697E (or 0x02697E) is known color: Blue Lagoon. HEX triplet: 02, 69 and 7E. RGB value is (2,105,126). Sum of RGB (Red+Green+Blue) = 2+105+126=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #02697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02697E is #FD9681. Grayscale: #4C4C4C. Windows color (decimal): -16619138 or 8284418. OLE color: 8284418.

HSL color Cylindrical-coordinate representation of color #02697E: hue angle of 190.16º 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 #02697E is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 105 126 -
CMYK 0.98 0.17 0 0.51
HSL 190.16º 0.97% 0.25% -
HSV(B) 190.16º 0.98% 0.49% -
XYZ 8.84 11.62 21.52 -
YUV 76.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 2 105 126 0.98 0.17 0 0.51 190.16 0.97 0.25
Hex 2 69 7E 62 11 0 33 BE 61 19
Octal 2 151 176 142 21 0 63 276 141 31
Binary 10 1101001 1111110 1100010 10001 0 110011 10111110 1100001 11001

Color Harmonies of #02697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02697E

Black with #02697E

Text Example


Text Example

White with #02697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02697E;
 }
 .AnyTagClassName
 {
   color: #02697E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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