Color Hex Logo

#13465e Color Hex

#13465E
(19,70,94)
0 Favorites   0 Comments

Color spaces of #13465e

RGB 197094
HSL0.550.660.22
HSV199°80°37°
CMYK 0.800.260.00   0.63
XYZ4.47915.326911.3818
Yxy5.32690.21140.2514
Hunter Lab23.0801-5.7490-13.0824
CIE-Lab27.6465-7.5302-18.9610

#13465e color RGB value is (19,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 01011110
Octal 23 106 136
Decimal 19 70 94
Hex 13 46 5E

RGB Percentages of Color #13465e

%10.38
%38.25
%51.37

CMYK Percentages of Color #13465e

%80
%26
%0
%63

Triadic Colors of #13465e

#13465e #5e1346 #465e13

Analogous Colors of #13465e

#13465e #13215e #135e51

Monochromatic Colors of #13465e

#13465e

Complementary Color

#13465e #5e2b13

#13465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13465e Color CSS Codes

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

#13465e Text Font Color

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

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


#13465e Background Color

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

This div background color is #13465e


#13465e Border Color

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

This div border color is #13465e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,70,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 #13465e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13465e


Comments

No comments written yet.

Please login to write comment.