Color Hex Logo

#13114b Color Hex

#13114B
(19,17,75)
0 Favorites   0 Comments

Color spaces of #13114b

RGB 191775
HSL0.670.630.18
HSV242°77°29°
CMYK 0.750.770.00   0.71
XYZ1.73901.04736.7671
Yxy1.04730.18200.1096
Hunter Lab10.233812.4230-32.0420
CIE-Lab9.379422.3579-35.4641

#13114b color RGB value is (19,17,75).

#13114b hex color red value is 19, green value is 17 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13114b hue: 0.67 , saturation: 0.63 and the lightness value of 13114b is 0.18.

The process color (four color CMYK) of #13114b color hex is 0.75, 0.77, 0.00, 0.71. Web safe color of #13114b is #000033. Color #13114b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010001 01001011
Octal 23 21 113
Decimal 19 17 75
Hex 13 11 4B

RGB Percentages of Color #13114b

%17.12
%15.32
%67.57

CMYK Percentages of Color #13114b

%75
%77
%0
%71

Triadic Colors of #13114b

#13114b #4b1311 #114b13

Analogous Colors of #13114b

#13114b #30114b #112c4b

Monochromatic Colors of #13114b

#13114b

Complementary Color

#13114b #494b11

#13114b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13114b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13114b Color CSS Codes

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

#13114b Text Font Color

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

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


#13114b Background Color

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

This div background color is #13114b


#13114b Border Color

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

This div border color is #13114b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13114b


Comments

No comments written yet.

Please login to write comment.