Color Hex Logo

#13071b Color Hex

#13071B
(19,7,27)
0 Favorites   0 Comments

Color spaces of #13071b

RGB 19727
HSL0.770.590.07
HSV276°74°11°
CMYK 0.300.740.00   0.89
XYZ0.54240.36951.0797
Yxy0.36950.27230.1855
Hunter Lab6.07875.2900-6.2761
CIE-Lab3.33777.8324-9.6271

#13071b color RGB value is (19,7,27).

#13071b hex color red value is 19, green value is 7 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #13071b hue: 0.77 , saturation: 0.59 and the lightness value of 13071b is 0.07.

The process color (four color CMYK) of #13071b color hex is 0.30, 0.74, 0.00, 0.89. Web safe color of #13071b is #000033. Color #13071b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000111 00011011
Octal 23 7 33
Decimal 19 7 27
Hex 13 7 1B

RGB Percentages of Color #13071b

%35.85
%13.21
%50.94

CMYK Percentages of Color #13071b

%30
%74
%0
%89

Triadic Colors of #13071b

#13071b #1b1307 #071b13

Analogous Colors of #13071b

#13071b #1b0719 #09071b

Monochromatic Colors of #13071b

#13071b

Complementary Color

#13071b #0f1b07

#13071b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13071b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13071b Color CSS Codes

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

#13071b Text Font Color

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

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


#13071b Background Color

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

This div background color is #13071b


#13071b Border Color

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

This div border color is #13071b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13071b


Comments

No comments written yet.

Please login to write comment.