Color Hex Logo

#13245d Color Hex

#13245D
(19,36,93)
0 Favorites   0 Comments

Color spaces of #13245d

RGB 193693
HSL0.630.660.22
HSV226°80°36°
CMYK 0.800.610.00   0.64
XYZ2.87522.190510.6272
Yxy2.19050.18320.1396
Hunter Lab14.80038.7759-32.2122
CIE-Lab16.456815.8925-36.1237

#13245d color RGB value is (19,36,93).

#13245d hex color red value is 19, green value is 36 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #13245d hue: 0.63 , saturation: 0.66 and the lightness value of 13245d is 0.22.

The process color (four color CMYK) of #13245d color hex is 0.80, 0.61, 0.00, 0.64. Web safe color of #13245d is #003366. Color #13245d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100100 01011101
Octal 23 44 135
Decimal 19 36 93
Hex 13 24 5D

RGB Percentages of Color #13245d

%12.84
%24.32
%62.84

CMYK Percentages of Color #13245d

%80
%61
%0
%64

Triadic Colors of #13245d

#13245d #5d1324 #245d13

Analogous Colors of #13245d

#13245d #27135d #13495d

Monochromatic Colors of #13245d

#13245d

Complementary Color

#13245d #5d4c13

#13245d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13245d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13245d Color CSS Codes

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

#13245d Text Font Color

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

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


#13245d Background Color

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

This div background color is #13245d


#13245d Border Color

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

This div border color is #13245d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13245d


Comments

No comments written yet.

Please login to write comment.