Color Hex Logo

#13148d Color Hex

#13148D
(19,20,141)
0 Favorites   0 Comments

Color spaces of #13148d

RGB 1920141
HSL0.670.760.31
HSV240°87°55°
CMYK 0.870.860.00   0.45
XYZ5.32642.561825.4131
Yxy2.56180.15990.0769
Hunter Lab16.005631.3919-82.9344
CIE-Lab18.195843.9425-64.1807

#13148d color RGB value is (19,20,141).

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

The process color (four color CMYK) of #13148d color hex is 0.87, 0.86, 0.00, 0.45. Web safe color of #13148d is #000099. Color #13148d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010100 10001101
Octal 23 24 215
Decimal 19 20 141
Hex 13 14 8D

RGB Percentages of Color #13148d

%10.56
%11.11
%78.33

CMYK Percentages of Color #13148d

%87
%86
%0
%45

Triadic Colors of #13148d

#13148d #8d1314 #148d13

Analogous Colors of #13148d

#13148d #4f138d #13518d

Monochromatic Colors of #13148d

#13148d

Complementary Color

#13148d #8d8c13

#13148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13148d Color CSS Codes

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

#13148d Text Font Color

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

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


#13148d Background Color

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

This div background color is #13148d


#13148d Border Color

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

This div border color is #13148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13148d


Comments

No comments written yet.

Please login to write comment.