Html Css Color HEX #02687F Blue Lagoon

📋 copy color: '#02687F'

red 2 ◦ green 104 ◦ blue 127

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

Shades of Blue Lagoon #02687F

Tints of Blue Lagoon #02687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.64%

 BLUE value IS 127 (50% from 255) = 54.51%

R = 0.86%
G = 44.64%
B = 54.51%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02687F (or 0x02687F) is known color: Blue Lagoon. HEX triplet: 02, 68 and 7F. RGB value is (2,104,127). Sum of RGB (Red+Green+Blue) = 2+104+127=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #02687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02687F is #FD9780. Grayscale: #4B4B4B. Windows color (decimal): -16619393 or 8349698. OLE color: 8349698.

HSL color Cylindrical-coordinate representation of color #02687F: hue angle of 191.04º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02687F is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 104 127 -
CMYK 0.98 0.18 0 0.50
HSL 191.04º 0.97% 0.25% -
HSV(B) 191.04º 0.98% 0.5% -
XYZ 8.81 11.45 21.82 -
YUV 76.12 156.71 75.13 -
System Red Green Blue C M Y K H S L
Decimal 2 104 127 0.98 0.18 0 0.50 191.04 0.97 0.25
Hex 2 68 7F 62 12 0 32 BF 61 19
Octal 2 150 177 142 22 0 62 277 141 31
Binary 10 1101000 1111111 1100010 10010 0 110010 10111111 1100001 11001

Color Harmonies of #02687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02687F

Black with #02687F

Text Example


Text Example

White with #02687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02687F; }

 p { color: rgb(2,104,127); }

 H1.HeaderClassName
 {
   color: #02687F;
 }
 .AnyTagClassName
 {
   color: #02687F;
 }
</style>

background-color css

<style>
 a { background-color: #02687F; }

 a { background-color: rgb(2,104,127); }

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

border-color css

<style>
 span { border-color: #02687F; }

 span { border-color: rgb(2,104,127); }

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