Color Hex Logo

#13113a Color Hex

#13113A
(19,17,58)
0 Favorites   0 Comments

Color spaces of #13113a

RGB 191758
HSL0.670.550.15
HSV243°71°23°
CMYK 0.670.710.00   0.77
XYZ1.23270.84484.1011
Yxy0.84480.19950.1367
Hunter Lab9.19137.8549-20.0209
CIE-Lab7.631015.6165-26.2983

#13113a color RGB value is (19,17,58).

#13113a hex color red value is 19, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #13113a hue: 0.67 , saturation: 0.55 and the lightness value of 13113a is 0.15.

The process color (four color CMYK) of #13113a color hex is 0.67, 0.71, 0.00, 0.77. Web safe color of #13113a is #000033. Color #13113a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010001 00111010
Octal 23 21 72
Decimal 19 17 58
Hex 13 11 3A

RGB Percentages of Color #13113a

%20.21
%18.09
%61.70

CMYK Percentages of Color #13113a

%67
%71
%0
%77

Triadic Colors of #13113a

#13113a #3a1311 #113a13

Analogous Colors of #13113a

#13113a #28113a #11243a

Monochromatic Colors of #13113a

#13113a

Complementary Color

#13113a #383a11

#13113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13113a Color CSS Codes

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

#13113a Text Font Color

<p style="color:#13113a">Text here</p>

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


#13113a Background Color

<div style="background-color:#13113a">
Div content here</div>

This div background color is #13113a


#13113a Border Color

<div style="border:3px solid #13113a">
Div here</div>

This div border color is #13113a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,17,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13113a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13113a;
  -webkit-box-shadow: 1px 1px 3px 2px #13113a;
  box-shadow:         1px 1px 3px 2px #13113a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13113a


Comments

No comments written yet.

Please login to write comment.