Color Hex Logo

#01735c Color Hex

#01735C
(1,115,92)
2 Favorites   0 Comments

Color spaces of #01735c

RGB 111592
HSL0.470.980.23
HSV168°99°45°
CMYK 0.990.000.20   0.55
XYZ8.075013.040612.2167
Yxy13.04060.24230.3912
Hunter Lab36.1118-23.28105.2203
CIE-Lab42.8244-33.74804.9582

#01735c color RGB value is (1,115,92).

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

The process color (four color CMYK) of #01735c color hex is 0.99, 0.00, 0.20, 0.55. Web safe color of #01735c is #006666. Color #01735c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 01011100
Octal 1 163 134
Decimal 1 115 92
Hex 1 73 5C

RGB Percentages of Color #01735c

%0.48
%55.29
%44.23

CMYK Percentages of Color #01735c

%99
%0
%20
%55

Triadic Colors of #01735c

#01735c #5c0173 #735c01

Analogous Colors of #01735c

#01735c #015173 #017323

Monochromatic Colors of #01735c

#01735c

Complementary Color

#01735c #730118

#01735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01735c Color CSS Codes

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

#01735c Text Font Color

<p style="color:#01735c">Text here</p>

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


#01735c Background Color

<div style="background-color:#01735c">
Div content here</div>

This div background color is #01735c


#01735c Border Color

<div style="border:3px solid #01735c">
Div here</div>

This div border color is #01735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01735c

#01735c Color Palettes


Comments

No comments written yet.

Please login to write comment.