Color Hex Logo

#13304e Color Hex

#13304E
(19,48,78)
0 Favorites   0 Comments

Color spaces of #13304e

RGB 194878
HSL0.580.610.19
HSV211°76°31°
CMYK 0.760.380.00   0.69
XYZ2.70072.80247.6063
Yxy2.80240.20600.2138
Hunter Lab16.7404-0.4985-15.2213
CIE-Lab19.23450.7019-21.6206

#13304e color RGB value is (19,48,78).

#13304e hex color red value is 19, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #13304e hue: 0.58 , saturation: 0.61 and the lightness value of 13304e is 0.19.

The process color (four color CMYK) of #13304e color hex is 0.76, 0.38, 0.00, 0.69. Web safe color of #13304e is #003366. Color #13304e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 01001110
Octal 23 60 116
Decimal 19 48 78
Hex 13 30 4E

RGB Percentages of Color #13304e

%13.10
%33.10
%53.79

CMYK Percentages of Color #13304e

%76
%38
%0
%69

Triadic Colors of #13304e

#13304e #4e1330 #304e13

Analogous Colors of #13304e

#13304e #14134e #134e4e

Monochromatic Colors of #13304e

#13304e

Complementary Color

#13304e #4e3113

#13304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13304e Color CSS Codes

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

#13304e Text Font Color

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

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


#13304e Background Color

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

This div background color is #13304e


#13304e Border Color

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

This div border color is #13304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13304e


Comments

No comments written yet.

Please login to write comment.