Color Hex Logo

#13155c Color Hex

#13155C
(19,21,92)
0 Favorites   0 Comments

Color spaces of #13155c

RGB 192192
HSL0.660.660.22
HSV238°79°36°
CMYK 0.790.770.00   0.64
XYZ2.46851.447510.2745
Yxy1.44750.17400.1020
Hunter Lab12.031215.5691-42.2111
CIE-Lab12.270326.2155-42.3116

#13155c color RGB value is (19,21,92).

#13155c hex color red value is 19, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #13155c hue: 0.66 , saturation: 0.66 and the lightness value of 13155c is 0.22.

The process color (four color CMYK) of #13155c color hex is 0.79, 0.77, 0.00, 0.64. Web safe color of #13155c is #000066. Color #13155c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 01011100
Octal 23 25 134
Decimal 19 21 92
Hex 13 15 5C

RGB Percentages of Color #13155c

%14.39
%15.91
%69.70

CMYK Percentages of Color #13155c

%79
%77
%0
%64

Triadic Colors of #13155c

#13155c #5c1315 #155c13

Analogous Colors of #13155c

#13155c #36135c #13395c

Monochromatic Colors of #13155c

#13155c

Complementary Color

#13155c #5c5a13

#13155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13155c Color CSS Codes

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

#13155c Text Font Color

<p style="color:#13155c">Text here</p>

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


#13155c Background Color

<div style="background-color:#13155c">
Div content here</div>

This div background color is #13155c


#13155c Border Color

<div style="border:3px solid #13155c">
Div here</div>

This div border color is #13155c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,21,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13155c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13155c;
  -webkit-box-shadow: 1px 1px 3px 2px #13155c;
  box-shadow:         1px 1px 3px 2px #13155c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13155c


Comments

No comments written yet.

Please login to write comment.