Color Hex Logo

#01658e Color Hex

#01658E
(1,101,142)
0 Favorites   0 Comments

Color spaces of #01658e

RGB 1101142
HSL0.550.990.28
HSV197°99°56°
CMYK 0.990.290.00   0.44
XYZ9.548711.266827.2626
Yxy11.26680.19860.2343
Hunter Lab33.5661-7.9618-24.6595
CIE-Lab40.0262-9.0554-29.4597

#01658e color RGB value is (1,101,142).

#01658e hex color red value is 1, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #01658e hue: 0.55 , saturation: 0.99 and the lightness value of 01658e is 0.28.

The process color (four color CMYK) of #01658e color hex is 0.99, 0.29, 0.00, 0.44. Web safe color of #01658e is #006699. Color #01658e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100101 10001110
Octal 1 145 216
Decimal 1 101 142
Hex 1 65 8E

RGB Percentages of Color #01658e

%0.41
%41.39
%58.20

CMYK Percentages of Color #01658e

%99
%29
%0
%44

Triadic Colors of #01658e

#01658e #8e0165 #658e01

Analogous Colors of #01658e

#01658e #011e8e #018e71

Monochromatic Colors of #01658e

#01658e

Complementary Color

#01658e #8e2a01

#01658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01658e Color CSS Codes

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

#01658e Text Font Color

<p style="color:#01658e">Text here</p>

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


#01658e Background Color

<div style="background-color:#01658e">
Div content here</div>

This div background color is #01658e


#01658e Border Color

<div style="border:3px solid #01658e">
Div here</div>

This div border color is #01658e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,101,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01658e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01658e;
  -webkit-box-shadow: 1px 1px 3px 2px #01658e;
  box-shadow:         1px 1px 3px 2px #01658e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01658e


Comments

No comments written yet.

Please login to write comment.