Color Hex Logo

#13236e Color Hex

#13236E
(19,35,110)
0 Favorites   0 Comments

Color spaces of #13236e

RGB 1935110
HSL0.640.710.25
HSV229°83°43°
CMYK 0.830.680.00   0.57
XYZ3.68412.466315.0337
Yxy2.46630.17390.1164
Hunter Lab15.704514.3914-45.7645
CIE-Lab17.765523.6723-45.1546

#13236e color RGB value is (19,35,110).

#13236e hex color red value is 19, green value is 35 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #13236e hue: 0.64 , saturation: 0.71 and the lightness value of 13236e is 0.25.

The process color (four color CMYK) of #13236e color hex is 0.83, 0.68, 0.00, 0.57. Web safe color of #13236e is #003366. Color #13236e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100011 01101110
Octal 23 43 156
Decimal 19 35 110
Hex 13 23 6E

RGB Percentages of Color #13236e

%11.59
%21.34
%67.07

CMYK Percentages of Color #13236e

%83
%68
%0
%57

Triadic Colors of #13236e

#13236e #6e1323 #236e13

Analogous Colors of #13236e

#13236e #30136e #13516e

Monochromatic Colors of #13236e

#13236e

Complementary Color

#13236e #6e5e13

#13236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13236e Color CSS Codes

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

#13236e Text Font Color

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

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


#13236e Background Color

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

This div background color is #13236e


#13236e Border Color

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

This div border color is #13236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13236e


Comments

No comments written yet.

Please login to write comment.