Color Hex Logo

#13404d Color Hex

#13404D
(19,64,77)
1 Favorites   0 Comments

Color spaces of #13404d

RGB 196477
HSL0.540.600.19
HSV193°75°30°
CMYK 0.750.170.00   0.70
XYZ3.44154.34117.6777
Yxy4.34110.22260.2808
Hunter Lab20.8353-6.9778-7.2633
CIE-Lab24.7685-10.3119-12.3362

#13404d color RGB value is (19,64,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 01001101
Octal 23 100 115
Decimal 19 64 77
Hex 13 40 4D

RGB Percentages of Color #13404d

%11.88
%40.00
%48.13

CMYK Percentages of Color #13404d

%75
%17
%0
%70

Triadic Colors of #13404d

#13404d #4d1340 #404d13

Analogous Colors of #13404d

#13404d #13234d #134d3d

Monochromatic Colors of #13404d

#13404d

Complementary Color

#13404d #4d2013

#13404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13404d Color CSS Codes

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

#13404d Text Font Color

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

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


#13404d Background Color

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

This div background color is #13404d


#13404d Border Color

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

This div border color is #13404d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13404d

#13404d Color Palettes


Comments

No comments written yet.

Please login to write comment.