Color Hex Logo

#13236f Color Hex

#13236F
(19,35,111)
0 Favorites   0 Comments

Color spaces of #13236f

RGB 1935111
HSL0.640.710.25
HSV230°83°44°
CMYK 0.830.680.00   0.56
XYZ3.73882.488215.3221
Yxy2.48820.17350.1155
Hunter Lab15.774014.7040-46.5495
CIE-Lab17.865224.0761-45.6396

#13236f color RGB value is (19,35,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100011 01101111
Octal 23 43 157
Decimal 19 35 111
Hex 13 23 6F

RGB Percentages of Color #13236f

%11.52
%21.21
%67.27

CMYK Percentages of Color #13236f

%83
%68
%0
%56

Triadic Colors of #13236f

#13236f #6f1323 #236f13

Analogous Colors of #13236f

#13236f #31136f #13516f

Monochromatic Colors of #13236f

#13236f

Complementary Color

#13236f #6f5f13

#13236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13236f Color CSS Codes

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

#13236f Text Font Color

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

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


#13236f Background Color

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

This div background color is #13236f


#13236f Border Color

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

This div border color is #13236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13236f


Comments

No comments written yet.

Please login to write comment.