Color Hex Logo

#13464d Color Hex

#13464D
(19,70,77)
0 Favorites   0 Comments

Color spaces of #13464d

RGB 197077
HSL0.520.600.19
HSV187°75°30°
CMYK 0.750.090.00   0.70
XYZ3.79835.05467.7966
Yxy5.05460.22810.3036
Hunter Lab22.4824-9.1875-4.8232
CIE-Lab26.8898-13.9257-9.1032

#13464d color RGB value is (19,70,77).

#13464d hex color red value is 19, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #13464d hue: 0.52 , saturation: 0.60 and the lightness value of 13464d is 0.19.

The process color (four color CMYK) of #13464d color hex is 0.75, 0.09, 0.00, 0.70. Web safe color of #13464d is #003366. Color #13464d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 01001101
Octal 23 106 115
Decimal 19 70 77
Hex 13 46 4D

RGB Percentages of Color #13464d

%11.45
%42.17
%46.39

CMYK Percentages of Color #13464d

%75
%9
%0
%70

Triadic Colors of #13464d

#13464d #4d1346 #464d13

Analogous Colors of #13464d

#13464d #13294d #134d37

Monochromatic Colors of #13464d

#13464d

Complementary Color

#13464d #4d1a13

#13464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13464d Color CSS Codes

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

#13464d Text Font Color

<p style="color:#13464d">Text here</p>

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


#13464d Background Color

<div style="background-color:#13464d">
Div content here</div>

This div background color is #13464d


#13464d Border Color

<div style="border:3px solid #13464d">
Div here</div>

This div border color is #13464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13464d


Comments

No comments written yet.

Please login to write comment.