Color Hex Logo

#13136d Color Hex

#13136D
(19,19,109)
0 Favorites   0 Comments

Color spaces of #13136d

RGB 1919109
HSL0.670.700.25
HSV240°83°43°
CMYK 0.830.830.00   0.57
XYZ3.26171.708314.6258
Yxy1.70830.16640.0872
Hunter Lab13.070221.6723-57.1975
CIE-Lab13.875333.7090-50.9183

#13136d color RGB value is (19,19,109).

#13136d hex color red value is 19, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13136d hue: 0.67 , saturation: 0.70 and the lightness value of 13136d is 0.25.

The process color (four color CMYK) of #13136d color hex is 0.83, 0.83, 0.00, 0.57. Web safe color of #13136d is #000066. Color #13136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010011 01101101
Octal 23 23 155
Decimal 19 19 109
Hex 13 13 6D

RGB Percentages of Color #13136d

%12.93
%12.93
%74.15

CMYK Percentages of Color #13136d

%83
%83
%0
%57

Triadic Colors of #13136d

#13136d #6d1313 #136d13

Analogous Colors of #13136d

#13136d #40136d #13406d

Monochromatic Colors of #13136d

#13136d

Complementary Color

#13136d #6d6d13

#13136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13136d Color CSS Codes

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

#13136d Text Font Color

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

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


#13136d Background Color

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

This div background color is #13136d


#13136d Border Color

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

This div border color is #13136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13136d

#13136d Color Palettes


Comments

No comments written yet.

Please login to write comment.