Color Hex Logo

#01636d Color Hex

#01636D
(1,99,109)
0 Favorites   0 Comments

Color spaces of #01636d

RGB 199109
HSL0.520.980.22
HSV186°99°43°
CMYK 0.990.090.00   0.57
XYZ7.234710.034316.0235
Yxy10.03430.21730.3014
Hunter Lab31.6770-14.6671-7.8174
CIE-Lab37.9039-20.4446-12.6537

#01636d color RGB value is (1,99,109).

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

The process color (four color CMYK) of #01636d color hex is 0.99, 0.09, 0.00, 0.57. Web safe color of #01636d is #006666. Color #01636d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100011 01101101
Octal 1 143 155
Decimal 1 99 109
Hex 1 63 6D

RGB Percentages of Color #01636d

%0.48
%47.37
%52.15

CMYK Percentages of Color #01636d

%99
%9
%0
%57

Triadic Colors of #01636d

#01636d #6d0163 #636d01

Analogous Colors of #01636d

#01636d #012d6d #016d41

Monochromatic Colors of #01636d

#01636d

Complementary Color

#01636d #6d0b01

#01636d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01636d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01636d Color CSS Codes

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

#01636d Text Font Color

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

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


#01636d Background Color

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

This div background color is #01636d


#01636d Border Color

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

This div border color is #01636d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01636d


Comments

No comments written yet.

Please login to write comment.