Color Hex Logo

#01995b Color Hex

#01995B
(1,153,91)
0 Favorites   0 Comments

Color spaces of #01995b

RGB 115391
HSL0.430.990.30
HSV156°99°60°
CMYK 0.990.000.41   0.40
XYZ13.292123.544213.7415
Yxy23.54420.26280.4655
Hunter Lab48.5224-36.016317.1748
CIE-Lab55.6285-49.213123.1773

#01995b color RGB value is (1,153,91).

#01995b hex color red value is 1, green value is 153 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #01995b hue: 0.43 , saturation: 0.99 and the lightness value of 01995b is 0.30.

The process color (four color CMYK) of #01995b color hex is 0.99, 0.00, 0.41, 0.40. Web safe color of #01995b is #009966. Color #01995b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 01011011
Octal 1 231 133
Decimal 1 153 91
Hex 1 99 5B

RGB Percentages of Color #01995b

%0.41
%62.45
%37.14

CMYK Percentages of Color #01995b

%99
%0
%41
%40

Triadic Colors of #01995b

#01995b #5b0199 #995b01

Analogous Colors of #01995b

#01995b #018b99 #01990f

Monochromatic Colors of #01995b

#01995b

Complementary Color

#01995b #99013f

#01995b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01995b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01995b Color CSS Codes

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

#01995b Text Font Color

<p style="color:#01995b">Text here</p>

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


#01995b Background Color

<div style="background-color:#01995b">
Div content here</div>

This div background color is #01995b


#01995b Border Color

<div style="border:3px solid #01995b">
Div here</div>

This div border color is #01995b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,153,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01995b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01995b;
  -webkit-box-shadow: 1px 1px 3px 2px #01995b;
  box-shadow:         1px 1px 3px 2px #01995b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01995b


Comments

No comments written yet.

Please login to write comment.