Color Hex Logo

#13267f Color Hex

#13267F
(19,38,127)
0 Favorites   0 Comments

Color spaces of #13267f

RGB 1938127
HSL0.640.740.29
HSV229°85°50°
CMYK 0.850.700.00   0.50
XYZ4.79243.057020.4161
Yxy3.05700.16950.1082
Hunter Lab17.484318.3289-56.9929
CIE-Lab20.270728.3782-51.9367

#13267f color RGB value is (19,38,127).

#13267f hex color red value is 19, green value is 38 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #13267f hue: 0.64 , saturation: 0.74 and the lightness value of 13267f is 0.29.

The process color (four color CMYK) of #13267f color hex is 0.85, 0.70, 0.00, 0.50. Web safe color of #13267f is #003366. Color #13267f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100110 01111111
Octal 23 46 177
Decimal 19 38 127
Hex 13 26 7F

RGB Percentages of Color #13267f

%10.33
%20.65
%69.02

CMYK Percentages of Color #13267f

%85
%70
%0
%50

Triadic Colors of #13267f

#13267f #7f1326 #267f13

Analogous Colors of #13267f

#13267f #36137f #135c7f

Monochromatic Colors of #13267f

#13267f

Complementary Color

#13267f #7f6c13

#13267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13267f Color CSS Codes

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

#13267f Text Font Color

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

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


#13267f Background Color

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

This div background color is #13267f


#13267f Border Color

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

This div border color is #13267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13267f


Comments

No comments written yet.

Please login to write comment.