Color Hex Logo

#01658a Color Hex

#01658A
(1,101,138)
0 Favorites   0 Comments

Color spaces of #01658a

RGB 1101138
HSL0.550.990.27
HSV196°99°54°
CMYK 0.990.270.00   0.46
XYZ9.253611.148825.7090
Yxy11.14880.20070.2418
Hunter Lab33.3898-8.9630-22.2784
CIE-Lab39.8300-10.6290-27.3566

#01658a color RGB value is (1,101,138).

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

The process color (four color CMYK) of #01658a color hex is 0.99, 0.27, 0.00, 0.46. Web safe color of #01658a is #006699. Color #01658a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100101 10001010
Octal 1 145 212
Decimal 1 101 138
Hex 1 65 8A

RGB Percentages of Color #01658a

%0.42
%42.08
%57.50

CMYK Percentages of Color #01658a

%99
%27
%0
%46

Triadic Colors of #01658a

#01658a #8a0165 #658a01

Analogous Colors of #01658a

#01658a #01218a #018a6b

Monochromatic Colors of #01658a

#01658a

Complementary Color

#01658a #8a2601

#01658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01658a Color CSS Codes

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

#01658a Text Font Color

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

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


#01658a Background Color

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

This div background color is #01658a


#01658a Border Color

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

This div border color is #01658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01658a


Comments

No comments written yet.

Please login to write comment.