Html Css Color HEX #01687D Blue Lagoon

📋 copy color: '#01687D'

red 1 ◦ green 104 ◦ blue 125

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

Shades of Blue Lagoon #01687D

Tints of Blue Lagoon #01687D

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

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

R = 0.43%
G = 45.22%
B = 54.35%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01687D (or 0x01687D) is known color: Blue Lagoon. HEX triplet: 01, 68 and 7D. RGB value is (1,104,125). Sum of RGB (Red+Green+Blue) = 1+104+125=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #01687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01687D is #FE9782. Grayscale: #4B4B4B. Windows color (decimal): -16684931 or 8218625. OLE color: 8218625.

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

Color convert

RGB 1 104 125 -
CMYK 0.99 0.17 0 0.51
HSL 190.16º 0.98% 0.25% -
HSV(B) 190.16º 0.99% 0.49% -
XYZ 8.66 11.39 21.14 -
YUV 75.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 1 104 125 0.99 0.17 0 0.51 190.16 0.98 0.25
Hex 1 68 7D 63 11 0 33 BE 62 19
Octal 1 150 175 143 21 0 63 276 142 31
Binary 1 1101000 1111101 1100011 10001 0 110011 10111110 1100010 11001

Color Harmonies of #01687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01687D

Black with #01687D

Text Example


Text Example

White with #01687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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