Html Css Color HEX #02687D Blue Lagoon

📋 copy color: '#02687D'

red 2 ◦ green 104 ◦ blue 125

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

Shades of Blue Lagoon #02687D

Tints of Blue Lagoon #02687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 0.87%
G = 45.02%
B = 54.11%

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

#02687D (or 0x02687D) is known color: Blue Lagoon. HEX triplet: 02, 68 and 7D. RGB value is (2,104,125). Sum of RGB (Red+Green+Blue) = 2+104+125=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #02687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02687D is #FD9782. Grayscale: #4B4B4B. Windows color (decimal): -16619395 or 8218626. OLE color: 8218626.

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

Color convert

RGB 2 104 125 -
CMYK 0.98 0.17 0 0.51
HSL 190.24º 0.97% 0.25% -
HSV(B) 190.24º 0.98% 0.49% -
XYZ 8.68 11.39 21.14 -
YUV 75.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 2 104 125 0.98 0.17 0 0.51 190.24 0.97 0.25
Hex 2 68 7D 62 11 0 33 BE 61 19
Octal 2 150 175 142 21 0 63 276 141 31
Binary 10 1101000 1111101 1100010 10001 0 110011 10111110 1100001 11001

Color Harmonies of #02687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02687D

Black with #02687D

Text Example


Text Example

White with #02687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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