Color Hex Logo

#01970b Color Hex

#01970B
(1,151,11)
0 Favorites   0 Comments

Color spaces of #01970b

RGB 115111
HSL0.340.990.30
HSV124°99°59°
CMYK 0.990.000.93   0.41
XYZ11.139522.16384.0075
Yxy22.16380.29860.5940
Hunter Lab47.0784-40.151427.9079
CIE-Lab54.2004-57.899954.5076

#01970b color RGB value is (1,151,11).

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

The process color (four color CMYK) of #01970b color hex is 0.99, 0.00, 0.93, 0.41. Web safe color of #01970b is #009900. Color #01970b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010111 00001011
Octal 1 227 13
Decimal 1 151 11
Hex 1 97 B

RGB Percentages of Color #01970b

%0.61
%92.64
%6.75

CMYK Percentages of Color #01970b

%99
%0
%93
%41

Triadic Colors of #01970b

#01970b #0b0197 #970b01

Analogous Colors of #01970b

#01970b #019756 #429701

Monochromatic Colors of #01970b

#01970b

Complementary Color

#01970b #97018d

#01970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01970b Color CSS Codes

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

#01970b Text Font Color

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

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


#01970b Background Color

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

This div background color is #01970b


#01970b Border Color

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

This div border color is #01970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01970b


Comments

No comments written yet.

Please login to write comment.