Html Css Color HEX #00687D Blue Lagoon

📋 copy color: '#00687D'

red 0 ◦ green 104 ◦ blue 125

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

Shades of Blue Lagoon #00687D

Tints of Blue Lagoon #00687D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.41%
B = 54.59%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00687D (or 0x00687D) is known color: Blue Lagoon. HEX triplet: 00, 68 and 7D. RGB value is (0,104,125). Sum of RGB (Red+Green+Blue) = 0+104+125=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #00687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00687D is #FF9782. Grayscale: #4B4B4B. Windows color (decimal): -16750467 or 8218624. OLE color: 8218624.

HSL color Cylindrical-coordinate representation of color #00687D: hue angle of 190.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00687D is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 104 125 -
CMYK 1 0.17 0 0.51
HSL 190.08º 1% 0.25% -
HSV(B) 190.08º 1% 0.49% -
XYZ 8.65 11.38 21.14 -
YUV 75.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 0 104 125 1 0.17 0 0.51 190.08 1 0.25
Hex 0 68 7D 64 11 0 33 BE 64 19
Octal 0 150 175 144 21 0 63 276 144 31
Binary 0 1101000 1111101 1100100 10001 0 110011 10111110 1100100 11001

Color Harmonies of #00687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00687D

Black with #00687D

Text Example


Text Example

White with #00687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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