Color Hex Logo

#13225e Color Hex

#13225E
(19,34,94)
0 Favorites   0 Comments

Color spaces of #13225e

RGB 193494
HSL0.630.660.22
HSV228°80°37°
CMYK 0.800.640.00   0.63
XYZ2.86102.090710.8424
Yxy2.09070.18110.1324
Hunter Lab14.459310.0155-34.3377
CIE-Lab15.956217.7933-37.6042

#13225e color RGB value is (19,34,94).

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

The process color (four color CMYK) of #13225e color hex is 0.80, 0.64, 0.00, 0.63. Web safe color of #13225e is #003366. Color #13225e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100010 01011110
Octal 23 42 136
Decimal 19 34 94
Hex 13 22 5E

RGB Percentages of Color #13225e

%12.93
%23.13
%63.95

CMYK Percentages of Color #13225e

%80
%64
%0
%63

Triadic Colors of #13225e

#13225e #5e1322 #225e13

Analogous Colors of #13225e

#13225e #29135e #13485e

Monochromatic Colors of #13225e

#13225e

Complementary Color

#13225e #5e4f13

#13225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13225e Color CSS Codes

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

#13225e Text Font Color

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

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


#13225e Background Color

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

This div background color is #13225e


#13225e Border Color

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

This div border color is #13225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13225e


Comments

No comments written yet.

Please login to write comment.