Color Hex Logo

#01809a Color Hex

#01809A
(1,128,154)
0 Favorites   0 Comments

Color spaces of #01809a

RGB 1128154
HSL0.530.990.30
HSV190°99°60°
CMYK 0.990.170.00   0.40
XYZ13.564417.777933.2884
Yxy17.77790.20990.2751
Hunter Lab42.1638-16.3621-17.2948
CIE-Lab49.2256-19.8541-22.2751

#01809a color RGB value is (1,128,154).

#01809a hex color red value is 1, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #01809a hue: 0.53 , saturation: 0.99 and the lightness value of 01809a is 0.30.

The process color (four color CMYK) of #01809a color hex is 0.99, 0.17, 0.00, 0.40. Web safe color of #01809a is #009999. Color #01809a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000000 10011010
Octal 1 200 232
Decimal 1 128 154
Hex 1 80 9A

RGB Percentages of Color #01809a

%0.35
%45.23
%54.42

CMYK Percentages of Color #01809a

%99
%17
%0
%40

Triadic Colors of #01809a

#01809a #9a0180 #809a01

Analogous Colors of #01809a

#01809a #01349a #019a68

Monochromatic Colors of #01809a

#01809a

Complementary Color

#01809a #9a1b01

#01809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01809a Color CSS Codes

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

#01809a Text Font Color

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

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


#01809a Background Color

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

This div background color is #01809a


#01809a Border Color

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

This div border color is #01809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01809a


Comments

No comments written yet.

Please login to write comment.