Color Hex Logo

#13307e Color Hex

#13307E
(19,48,126)
0 Favorites   0 Comments

Color spaces of #13307e

RGB 1948126
HSL0.620.740.28
HSV224°85°49°
CMYK 0.850.620.00   0.51
XYZ5.09143.758720.1958
Yxy3.75870.17530.1294
Hunter Lab19.387412.9488-48.1912
CIE-Lab22.857120.9943-47.0642

#13307e color RGB value is (19,48,126).

#13307e hex color red value is 19, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #13307e hue: 0.62 , saturation: 0.74 and the lightness value of 13307e is 0.28.

The process color (four color CMYK) of #13307e color hex is 0.85, 0.62, 0.00, 0.51. Web safe color of #13307e is #003366. Color #13307e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 01111110
Octal 23 60 176
Decimal 19 48 126
Hex 13 30 7E

RGB Percentages of Color #13307e

%9.84
%24.87
%65.28

CMYK Percentages of Color #13307e

%85
%62
%0
%51

Triadic Colors of #13307e

#13307e #7e1330 #307e13

Analogous Colors of #13307e

#13307e #2c137e #13667e

Monochromatic Colors of #13307e

#13307e

Complementary Color

#13307e #7e6113

#13307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13307e Color CSS Codes

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

#13307e Text Font Color

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

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


#13307e Background Color

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

This div background color is #13307e


#13307e Border Color

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

This div border color is #13307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13307e


Comments

No comments written yet.

Please login to write comment.