Color Hex Logo

#13042b Color Hex

#13042B
(19,4,43)
0 Favorites   0 Comments

Color spaces of #13042b

RGB 19443
HSL0.730.830.09
HSV263°91°17°
CMYK 0.560.910.00   0.83
XYZ0.74800.39972.3232
Yxy0.39970.21550.1152
Hunter Lab6.322210.0551-17.3616
CIE-Lab3.610515.0787-21.6607

#13042b color RGB value is (19,4,43).

#13042b hex color red value is 19, green value is 4 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #13042b hue: 0.73 , saturation: 0.83 and the lightness value of 13042b is 0.09.

The process color (four color CMYK) of #13042b color hex is 0.56, 0.91, 0.00, 0.83. Web safe color of #13042b is #000033. Color #13042b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000100 00101011
Octal 23 4 53
Decimal 19 4 43
Hex 13 4 2B

RGB Percentages of Color #13042b

%28.79
%6.06
%65.15

CMYK Percentages of Color #13042b

%56
%91
%0
%83

Triadic Colors of #13042b

#13042b #2b1304 #042b13

Analogous Colors of #13042b

#13042b #27042b #04082b

Monochromatic Colors of #13042b

#13042b

Complementary Color

#13042b #1c2b04

#13042b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13042b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13042b Color CSS Codes

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

#13042b Text Font Color

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

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


#13042b Background Color

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

This div background color is #13042b


#13042b Border Color

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

This div border color is #13042b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13042b


Comments

No comments written yet.

Please login to write comment.