Color Hex Logo

#13808a Color Hex

#13808A
(19,128,138)
0 Favorites   0 Comments

Color spaces of #13808a

RGB 19128138
HSL0.510.760.31
HSV185°86°54°
CMYK 0.860.070.00   0.46
XYZ12.575217.411826.7428
Yxy17.41180.22170.3069
Hunter Lab41.7274-19.2294-8.7893
CIE-Lab48.7748-24.4235-13.5697

#13808a color RGB value is (19,128,138).

#13808a hex color red value is 19, green value is 128 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #13808a hue: 0.51 , saturation: 0.76 and the lightness value of 13808a is 0.31.

The process color (four color CMYK) of #13808a color hex is 0.86, 0.07, 0.00, 0.46. Web safe color of #13808a is #009999. Color #13808a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 10001010
Octal 23 200 212
Decimal 19 128 138
Hex 13 80 8A

RGB Percentages of Color #13808a

%6.67
%44.91
%48.42

CMYK Percentages of Color #13808a

%86
%7
%0
%46

Triadic Colors of #13808a

#13808a #8a1380 #808a13

Analogous Colors of #13808a

#13808a #13458a #138a59

Monochromatic Colors of #13808a

#13808a

Complementary Color

#13808a #8a1d13

#13808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13808a Color CSS Codes

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

#13808a Text Font Color

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

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


#13808a Background Color

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

This div background color is #13808a


#13808a Border Color

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

This div border color is #13808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13808a


Comments

No comments written yet.

Please login to write comment.