Color Hex Logo

#13298c Color Hex

#13298C
(19,41,140)
0 Favorites   0 Comments

Color spaces of #13298c

RGB 1941140
HSL0.640.760.31
HSV229°86°55°
CMYK 0.860.710.00   0.45
XYZ5.79513.617825.2038
Yxy3.61780.16740.1045
Hunter Lab19.020521.0988-65.2499
CIE-Lab22.365431.4255-56.6529

#13298c color RGB value is (19,41,140).

#13298c hex color red value is 19, green value is 41 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #13298c hue: 0.64 , saturation: 0.76 and the lightness value of 13298c is 0.31.

The process color (four color CMYK) of #13298c color hex is 0.86, 0.71, 0.00, 0.45. Web safe color of #13298c is #003399. Color #13298c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 10001100
Octal 23 51 214
Decimal 19 41 140
Hex 13 29 8C

RGB Percentages of Color #13298c

%9.50
%20.50
%70.00

CMYK Percentages of Color #13298c

%86
%71
%0
%45

Triadic Colors of #13298c

#13298c #8c1329 #298c13

Analogous Colors of #13298c

#13298c #39138c #13668c

Monochromatic Colors of #13298c

#13298c

Complementary Color

#13298c #8c7613

#13298c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13298c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13298c Color CSS Codes

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

#13298c Text Font Color

<p style="color:#13298c">Text here</p>

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


#13298c Background Color

<div style="background-color:#13298c">
Div content here</div>

This div background color is #13298c


#13298c Border Color

<div style="border:3px solid #13298c">
Div here</div>

This div border color is #13298c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,41,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13298c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13298c;
  -webkit-box-shadow: 1px 1px 3px 2px #13298c;
  box-shadow:         1px 1px 3px 2px #13298c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13298c


Comments

No comments written yet.

Please login to write comment.