Color Hex Logo

#13212e Color Hex

#13212E
(19,33,46)
0 Favorites   0 Comments

Color spaces of #13212e

RGB 193346
HSL0.580.420.13
HSV209°59°18°
CMYK 0.590.280.00   0.82
XYZ1.30561.42342.7907
Yxy1.42340.23650.2579
Hunter Lab11.9306-1.3449-5.5171
CIE-Lab12.1126-1.4289-10.4978

#13212e color RGB value is (19,33,46).

#13212e hex color red value is 19, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #13212e hue: 0.58 , saturation: 0.42 and the lightness value of 13212e is 0.13.

The process color (four color CMYK) of #13212e color hex is 0.59, 0.28, 0.00, 0.82. Web safe color of #13212e is #003333. Color #13212e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100001 00101110
Octal 23 41 56
Decimal 19 33 46
Hex 13 21 2E

RGB Percentages of Color #13212e

%19.39
%33.67
%46.94

CMYK Percentages of Color #13212e

%59
%28
%0
%82

Triadic Colors of #13212e

#13212e #2e1321 #212e13

Analogous Colors of #13212e

#13212e #13142e #132e2e

Monochromatic Colors of #13212e

#13212e

Complementary Color

#13212e #2e2013

#13212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13212e Color CSS Codes

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

#13212e Text Font Color

<p style="color:#13212e">Text here</p>

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


#13212e Background Color

<div style="background-color:#13212e">
Div content here</div>

This div background color is #13212e


#13212e Border Color

<div style="border:3px solid #13212e">
Div here</div>

This div border color is #13212e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,33,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13212e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13212e;
  -webkit-box-shadow: 1px 1px 3px 2px #13212e;
  box-shadow:         1px 1px 3px 2px #13212e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13212e


Comments

No comments written yet.

Please login to write comment.