Color Hex Logo

#13466f Color Hex

#13466F
(19,70,111)
0 Favorites   0 Comments

Color spaces of #13466f

RGB 1970111
HSL0.570.710.25
HSV207°83°44°
CMYK 0.830.370.00   0.56
XYZ5.32805.666515.8518
Yxy5.66650.19850.2111
Hunter Lab23.8044-1.7051-22.8192
CIE-Lab28.5550-0.6899-28.3941

#13466f color RGB value is (19,70,111).

#13466f hex color red value is 19, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #13466f hue: 0.57 , saturation: 0.71 and the lightness value of 13466f is 0.25.

The process color (four color CMYK) of #13466f color hex is 0.83, 0.37, 0.00, 0.56. Web safe color of #13466f is #003366. Color #13466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 01101111
Octal 23 106 157
Decimal 19 70 111
Hex 13 46 6F

RGB Percentages of Color #13466f

%9.50
%35.00
%55.50

CMYK Percentages of Color #13466f

%83
%37
%0
%56

Triadic Colors of #13466f

#13466f #6f1346 #466f13

Analogous Colors of #13466f

#13466f #13186f #136f6a

Monochromatic Colors of #13466f

#13466f

Complementary Color

#13466f #6f3c13

#13466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13466f Color CSS Codes

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

#13466f Text Font Color

<p style="color:#13466f">Text here</p>

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


#13466f Background Color

<div style="background-color:#13466f">
Div content here</div>

This div background color is #13466f


#13466f Border Color

<div style="border:3px solid #13466f">
Div here</div>

This div border color is #13466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13466f


Comments

No comments written yet.

Please login to write comment.