Color Hex Logo

#1380ab Color Hex

#1380AB
(19,128,171)
0 Favorites   0 Comments

Color spaces of #1380ab

RGB 19128171
HSL0.550.800.37
HSV197°89°67°
CMYK 0.890.250.00   0.33
XYZ15.338418.517141.2938
Yxy18.51710.20410.2464
Hunter Lab43.0315-11.6795-26.7737
CIE-Lab50.1174-12.7705-30.7722

#1380ab color RGB value is (19,128,171).

#1380ab hex color red value is 19, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1380ab hue: 0.55 , saturation: 0.80 and the lightness value of 1380ab is 0.37.

The process color (four color CMYK) of #1380ab color hex is 0.89, 0.25, 0.00, 0.33. Web safe color of #1380ab is #009999. Color #1380ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 10101011
Octal 23 200 253
Decimal 19 128 171
Hex 13 80 AB

RGB Percentages of Color #1380ab

%5.97
%40.25
%53.77

CMYK Percentages of Color #1380ab

%89
%25
%0
%33

Triadic Colors of #1380ab

#1380ab #ab1380 #80ab13

Analogous Colors of #1380ab

#1380ab #1334ab #13ab8a

Monochromatic Colors of #1380ab

#1380ab

Complementary Color

#1380ab #ab3e13

#1380ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1380ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1380ab Color CSS Codes

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

#1380ab Text Font Color

<p style="color:#1380ab">Text here</p>

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


#1380ab Background Color

<div style="background-color:#1380ab">
Div content here</div>

This div background color is #1380ab


#1380ab Border Color

<div style="border:3px solid #1380ab">
Div here</div>

This div border color is #1380ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,128,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1380ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1380ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1380ab;
  box-shadow:         1px 1px 3px 2px #1380ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1380ab


Comments

No comments written yet.

Please login to write comment.