Color Hex Logo

#13256f Color Hex

#13256F
(19,37,111)
0 Favorites   0 Comments

Color spaces of #13256f

RGB 1937111
HSL0.630.710.25
HSV228°83°44°
CMYK 0.830.670.00   0.56
XYZ3.79942.609315.3423
Yxy2.60930.17470.1200
Hunter Lab16.153313.7164-45.0058
CIE-Lab18.405922.6592-44.7530

#13256f color RGB value is (19,37,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 01101111
Octal 23 45 157
Decimal 19 37 111
Hex 13 25 6F

RGB Percentages of Color #13256f

%11.38
%22.16
%66.47

CMYK Percentages of Color #13256f

%83
%67
%0
%56

Triadic Colors of #13256f

#13256f #6f1325 #256f13

Analogous Colors of #13256f

#13256f #2f136f #13536f

Monochromatic Colors of #13256f

#13256f

Complementary Color

#13256f #6f5d13

#13256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13256f Color CSS Codes

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

#13256f Text Font Color

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

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


#13256f Background Color

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

This div background color is #13256f


#13256f Border Color

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

This div border color is #13256f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,37,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 #13256f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13256f


Comments

No comments written yet.

Please login to write comment.