Color Hex Logo

#13435e Color Hex

#13435E
(19,67,94)
0 Favorites   0 Comments

Color spaces of #13435e

RGB 196794
HSL0.560.660.22
HSV202°80°37°
CMYK 0.800.290.00   0.63
XYZ4.29614.960911.3208
Yxy4.96090.20880.2411
Hunter Lab22.2731-4.5483-14.5443
CIE-Lab26.6231-5.6128-20.5569

#13435e color RGB value is (19,67,94).

#13435e hex color red value is 19, green value is 67 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13435e hue: 0.56 , saturation: 0.66 and the lightness value of 13435e is 0.22.

The process color (four color CMYK) of #13435e color hex is 0.80, 0.29, 0.00, 0.63. Web safe color of #13435e is #003366. Color #13435e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000011 01011110
Octal 23 103 136
Decimal 19 67 94
Hex 13 43 5E

RGB Percentages of Color #13435e

%10.56
%37.22
%52.22

CMYK Percentages of Color #13435e

%80
%29
%0
%63

Triadic Colors of #13435e

#13435e #5e1343 #435e13

Analogous Colors of #13435e

#13435e #131e5e #135e54

Monochromatic Colors of #13435e

#13435e

Complementary Color

#13435e #5e2e13

#13435e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13435e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13435e Color CSS Codes

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

#13435e Text Font Color

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

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


#13435e Background Color

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

This div background color is #13435e


#13435e Border Color

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

This div border color is #13435e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13435e


Comments

No comments written yet.

Please login to write comment.