Color Hex Logo

#13348b Color Hex

#13348B
(19,52,139)
0 Favorites   0 Comments

Color spaces of #13348b

RGB 1952139
HSL0.620.760.31
HSV224°86°55°
CMYK 0.860.630.00   0.45
XYZ6.15684.458524.9622
Yxy4.45850.17310.1253
Hunter Lab21.115215.0959-55.3116
CIE-Lab25.132723.5092-51.4879

#13348b color RGB value is (19,52,139).

#13348b hex color red value is 19, green value is 52 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #13348b hue: 0.62 , saturation: 0.76 and the lightness value of 13348b is 0.31.

The process color (four color CMYK) of #13348b color hex is 0.86, 0.63, 0.00, 0.45. Web safe color of #13348b is #003399. Color #13348b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110100 10001011
Octal 23 64 213
Decimal 19 52 139
Hex 13 34 8B

RGB Percentages of Color #13348b

%9.05
%24.76
%66.19

CMYK Percentages of Color #13348b

%86
%63
%0
%45

Triadic Colors of #13348b

#13348b #8b1334 #348b13

Analogous Colors of #13348b

#13348b #2e138b #13708b

Monochromatic Colors of #13348b

#13348b

Complementary Color

#13348b #8b6a13

#13348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13348b Color CSS Codes

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

#13348b Text Font Color

<p style="color:#13348b">Text here</p>

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


#13348b Background Color

<div style="background-color:#13348b">
Div content here</div>

This div background color is #13348b


#13348b Border Color

<div style="border:3px solid #13348b">
Div here</div>

This div border color is #13348b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,52,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13348b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13348b;
  -webkit-box-shadow: 1px 1px 3px 2px #13348b;
  box-shadow:         1px 1px 3px 2px #13348b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13348b


Comments

No comments written yet.

Please login to write comment.