Color Hex Logo

#13818d Color Hex

#13818D
(19,129,141)
0 Favorites   0 Comments

Color spaces of #13818d

RGB 19129141
HSL0.520.760.31
HSV186°87°55°
CMYK 0.870.090.00   0.45
XYZ12.926517.762027.9464
Yxy17.76200.22050.3029
Hunter Lab42.1450-19.0051-9.8138
CIE-Lab49.2062-23.9322-14.6775

#13818d color RGB value is (19,129,141).

#13818d hex color red value is 19, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #13818d hue: 0.52 , saturation: 0.76 and the lightness value of 13818d is 0.31.

The process color (four color CMYK) of #13818d color hex is 0.87, 0.09, 0.00, 0.45. Web safe color of #13818d is #009999. Color #13818d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000001 10001101
Octal 23 201 215
Decimal 19 129 141
Hex 13 81 8D

RGB Percentages of Color #13818d

%6.57
%44.64
%48.79

CMYK Percentages of Color #13818d

%87
%9
%0
%45

Triadic Colors of #13818d

#13818d #8d1381 #818d13

Analogous Colors of #13818d

#13818d #13448d #138d5c

Monochromatic Colors of #13818d

#13818d

Complementary Color

#13818d #8d1f13

#13818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13818d Color CSS Codes

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

#13818d Text Font Color

<p style="color:#13818d">Text here</p>

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


#13818d Background Color

<div style="background-color:#13818d">
Div content here</div>

This div background color is #13818d


#13818d Border Color

<div style="border:3px solid #13818d">
Div here</div>

This div border color is #13818d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,129,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13818d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13818d;
  -webkit-box-shadow: 1px 1px 3px 2px #13818d;
  box-shadow:         1px 1px 3px 2px #13818d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13818d


Comments

No comments written yet.

Please login to write comment.