Color Hex Logo

#01636a Color Hex

#01636A
(1,99,106)
0 Favorites   0 Comments

Color spaces of #01636a

RGB 199106
HSL0.510.980.21
HSV184°99°42°
CMYK 0.990.070.00   0.58
XYZ7.07599.970715.1873
Yxy9.97070.21950.3093
Hunter Lab31.5764-15.2590-6.4132
CIE-Lab37.7898-21.5145-10.9808

#01636a color RGB value is (1,99,106).

#01636a hex color red value is 1, green value is 99 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #01636a hue: 0.51 , saturation: 0.98 and the lightness value of 01636a is 0.21.

The process color (four color CMYK) of #01636a color hex is 0.99, 0.07, 0.00, 0.58. Web safe color of #01636a is #006666. Color #01636a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100011 01101010
Octal 1 143 152
Decimal 1 99 106
Hex 1 63 6A

RGB Percentages of Color #01636a

%0.49
%48.06
%51.46

CMYK Percentages of Color #01636a

%99
%7
%0
%58

Triadic Colors of #01636a

#01636a #6a0163 #636a01

Analogous Colors of #01636a

#01636a #012e6a #016a3d

Monochromatic Colors of #01636a

#01636a

Complementary Color

#01636a #6a0801

#01636a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01636a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01636a Color CSS Codes

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

#01636a Text Font Color

<p style="color:#01636a">Text here</p>

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


#01636a Background Color

<div style="background-color:#01636a">
Div content here</div>

This div background color is #01636a


#01636a Border Color

<div style="border:3px solid #01636a">
Div here</div>

This div border color is #01636a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,99,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01636a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01636a;
  -webkit-box-shadow: 1px 1px 3px 2px #01636a;
  box-shadow:         1px 1px 3px 2px #01636a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01636a


Comments

No comments written yet.

Please login to write comment.