Color Hex Logo

#01687d Color Hex

#01687D
(1,104,125)
1 Favorites   0 Comments

Color spaces of #01687d

RGB 1104125
HSL0.530.980.25
HSV190°99°49°
CMYK 0.990.170.00   0.51
XYZ8.664511.387821.1434
Yxy11.38780.21030.2764
Hunter Lab33.7458-13.2239-13.5260
CIE-Lab40.2261-17.3249-18.8744

#01687d color RGB value is (1,104,125).

#01687d hex color red value is 1, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #01687d hue: 0.53 , saturation: 0.98 and the lightness value of 01687d is 0.25.

The process color (four color CMYK) of #01687d color hex is 0.99, 0.17, 0.00, 0.51. Web safe color of #01687d is #006666. Color #01687d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101000 01111101
Octal 1 150 175
Decimal 1 104 125
Hex 1 68 7D

RGB Percentages of Color #01687d

%0.43
%45.22
%54.35

CMYK Percentages of Color #01687d

%99
%17
%0
%51

Triadic Colors of #01687d

#01687d #7d0168 #687d01

Analogous Colors of #01687d

#01687d #012a7d #017d54

Monochromatic Colors of #01687d

#01687d

Complementary Color

#01687d #7d1601

#01687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01687d Color CSS Codes

.mybgcolor {background-color:#01687d; } 
.myforecolor {color:#01687d; }
.mybordercolor {border:3px solid #01687d; }

#01687d Text Font Color

<p style="color:#01687d">Text here</p>

This sample text font color is #01687d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01687d Background Color

<div style="background-color:#01687d">
Div content here</div>

This div background color is #01687d


#01687d Border Color

<div style="border:3px solid #01687d">
Div here</div>

This div border color is #01687d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,104,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01687d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01687d;
  -webkit-box-shadow: 1px 1px 3px 2px #01687d;
  box-shadow:         1px 1px 3px 2px #01687d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,104,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01687d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01687d;
  -webkit-box-shadow: 1px 1px 3px 2px #01687d;
  box-shadow:         1px 1px 3px 2px #01687d;">
Div content here</div>

This div box has shadow with color #01687d

#01687d Color Palettes


Comments

No comments written yet.

Please login to write comment.