Color Hex Logo

#01649f Color Hex

#01649F
(1,100,159)
0 Favorites   0 Comments

Color spaces of #01649f

RGB 1100159
HSL0.560.990.31
HSV202°99°62°
CMYK 0.990.370.00   0.38
XYZ10.827711.624034.4739
Yxy11.62400.19020.2042
Hunter Lab34.0940-2.9758-36.0849
CIE-Lab40.6122-1.6348-38.7067

#01649f color RGB value is (1,100,159).

#01649f hex color red value is 1, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #01649f hue: 0.56 , saturation: 0.99 and the lightness value of 01649f is 0.31.

The process color (four color CMYK) of #01649f color hex is 0.99, 0.37, 0.00, 0.38. Web safe color of #01649f is #006699. Color #01649f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100100 10011111
Octal 1 144 237
Decimal 1 100 159
Hex 1 64 9F

RGB Percentages of Color #01649f

%0.38
%38.46
%61.15

CMYK Percentages of Color #01649f

%99
%37
%0
%38

Triadic Colors of #01649f

#01649f #9f0164 #649f01

Analogous Colors of #01649f

#01649f #01159f #019f8b

Monochromatic Colors of #01649f

#01649f

Complementary Color

#01649f #9f3c01

#01649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01649f Color CSS Codes

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

#01649f Text Font Color

<p style="color:#01649f">Text here</p>

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


#01649f Background Color

<div style="background-color:#01649f">
Div content here</div>

This div background color is #01649f


#01649f Border Color

<div style="border:3px solid #01649f">
Div here</div>

This div border color is #01649f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,100,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01649f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01649f;
  -webkit-box-shadow: 1px 1px 3px 2px #01649f;
  box-shadow:         1px 1px 3px 2px #01649f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01649f


Comments

No comments written yet.

Please login to write comment.