Color Hex Logo

#01966c Color Hex

#01966C
(1,150,108)
0 Favorites   0 Comments

Color spaces of #01966c

RGB 1150108
HSL0.450.990.30
HSV163°99°59°
CMYK 0.990.000.28   0.41
XYZ13.625622.901917.8897
Yxy22.90190.25040.4209
Hunter Lab47.8559-32.925111.3351
CIE-Lab54.9711-44.227012.8228

#01966c color RGB value is (1,150,108).

#01966c hex color red value is 1, green value is 150 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01966c hue: 0.45 , saturation: 0.99 and the lightness value of 01966c is 0.30.

The process color (four color CMYK) of #01966c color hex is 0.99, 0.00, 0.28, 0.41. Web safe color of #01966c is #009966. Color #01966c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010110 01101100
Octal 1 226 154
Decimal 1 150 108
Hex 1 96 6C

RGB Percentages of Color #01966c

%0.39
%57.92
%41.70

CMYK Percentages of Color #01966c

%99
%0
%28
%41

Triadic Colors of #01966c

#01966c #6c0196 #966c01

Analogous Colors of #01966c

#01966c #017696 #019622

Monochromatic Colors of #01966c

#01966c

Complementary Color

#01966c #96012b

#01966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01966c Color CSS Codes

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

#01966c Text Font Color

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

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


#01966c Background Color

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

This div background color is #01966c


#01966c Border Color

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

This div border color is #01966c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01966c


Comments

No comments written yet.

Please login to write comment.