color codes Logo

#1383ab color codes

#1383AB
(19,131,171)
0 Favorites   0 Comments

Color spaces of #1383ab

RGB 19131171
HSL0.540.800.37
HSV196°89°67°
CMYK 0.890.230.00   0.33
XYZ15.735519.311341.4262
Yxy19.31130.20580.2525
Hunter Lab43.9446-12.9866-25.1309
CIE-Lab51.0494-14.4588-29.3197

#1383ab color RGB value is (19,131,171).

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

The process color (four color CMYK) of #1383ab color code is 0.89, 0.23, 0.00, 0.33. Web safe color of #1383ab is #009999. Color #1383ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 10101011
Octal 23 203 253
Decimal 19 131 171
Hex 13 83 AB

RGB Percentages of Color #1383ab

%5.92
%40.81
%53.27

CMYK Percentages of Color #1383ab

%89
%23
%0
%33

Triadic Colors of #1383ab

#1383ab #ab1383 #83ab13

Analogous Colors of #1383ab

#1383ab #1337ab #13ab87

Monochromatic Colors of #1383ab

#1383ab

Complementary Color

#1383ab #ab3b13

#1383ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1383ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1383ab Color CSS Codes

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

#1383ab Text Font Color

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

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


#1383ab Background Color

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

This div background color is #1383ab


#1383ab Border Color

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

This div border color is #1383ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,131,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 #1383ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1383ab


Comments

No comments written yet.

Please login to write comment.