Color Hex Logo

#01736f Color Hex

#01736F
(1,115,111)
0 Favorites   0 Comments

Color spaces of #01736f

RGB 1115111
HSL0.490.980.23
HSV178°99°45°
CMYK 0.990.000.03   0.55
XYZ9.012513.415617.1534
Yxy13.41560.22770.3389
Hunter Lab36.6273-20.1762-2.1277
CIE-Lab43.3829-27.9586-5.6330

#01736f color RGB value is (1,115,111).

#01736f hex color red value is 1, green value is 115 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #01736f hue: 0.49 , saturation: 0.98 and the lightness value of 01736f is 0.23.

The process color (four color CMYK) of #01736f color hex is 0.99, 0.00, 0.03, 0.55. Web safe color of #01736f is #006666. Color #01736f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 01101111
Octal 1 163 157
Decimal 1 115 111
Hex 1 73 6F

RGB Percentages of Color #01736f

%0.44
%50.66
%48.90

CMYK Percentages of Color #01736f

%99
%0
%3
%55

Triadic Colors of #01736f

#01736f #6f0173 #736f01

Analogous Colors of #01736f

#01736f #013e73 #017336

Monochromatic Colors of #01736f

#01736f

Complementary Color

#01736f #730105

#01736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01736f Color CSS Codes

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

#01736f Text Font Color

<p style="color:#01736f">Text here</p>

This sample text font color is #01736f
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.


#01736f Background Color

<div style="background-color:#01736f">
Div content here</div>

This div background color is #01736f


#01736f Border Color

<div style="border:3px solid #01736f">
Div here</div>

This div border color is #01736f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,115,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01736f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01736f;
  -webkit-box-shadow: 1px 1px 3px 2px #01736f;
  box-shadow:         1px 1px 3px 2px #01736f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01736f

#01736f Color Palettes


Comments

No comments written yet.

Please login to write comment.