Color Hex Logo

#13156b Color Hex

#13156B
(19,21,107)
0 Favorites   0 Comments

Color spaces of #13156b

RGB 1921107
HSL0.660.700.25
HSV239°82°42°
CMYK 0.820.800.00   0.58
XYZ3.19061.736314.0769
Yxy1.73630.16790.0914
Hunter Lab13.176920.1618-54.1159
CIE-Lab14.037731.8200-49.3407

#13156b color RGB value is (19,21,107).

#13156b hex color red value is 19, green value is 21 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #13156b hue: 0.66 , saturation: 0.70 and the lightness value of 13156b is 0.25.

The process color (four color CMYK) of #13156b color hex is 0.82, 0.80, 0.00, 0.58. Web safe color of #13156b is #000066. Color #13156b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 01101011
Octal 23 25 153
Decimal 19 21 107
Hex 13 15 6B

RGB Percentages of Color #13156b

%12.93
%14.29
%72.79

CMYK Percentages of Color #13156b

%82
%80
%0
%58

Triadic Colors of #13156b

#13156b #6b1315 #156b13

Analogous Colors of #13156b

#13156b #3d136b #13416b

Monochromatic Colors of #13156b

#13156b

Complementary Color

#13156b #6b6913

#13156b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13156b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13156b Color CSS Codes

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

#13156b Text Font Color

<p style="color:#13156b">Text here</p>

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


#13156b Background Color

<div style="background-color:#13156b">
Div content here</div>

This div background color is #13156b


#13156b Border Color

<div style="border:3px solid #13156b">
Div here</div>

This div border color is #13156b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13156b


Comments

No comments written yet.

Please login to write comment.