Color Hex Logo

#1325ba Color Hex

#1325BA
(19,37,186)
0 Favorites   0 Comments

Color spaces of #1325ba

RGB 1937186
HSL0.650.810.40
HSV234°90°73°
CMYK 0.900.800.00   0.27
XYZ9.79315.006846.9046
Yxy5.00680.15870.0811
Hunter Lab22.375938.9651-108.6213
CIE-Lab26.754150.1184-77.3340

#1325ba color RGB value is (19,37,186).

#1325ba hex color red value is 19, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1325ba hue: 0.65 , saturation: 0.81 and the lightness value of 1325ba is 0.40.

The process color (four color CMYK) of #1325ba color hex is 0.90, 0.80, 0.00, 0.27. Web safe color of #1325ba is #0033cc. Color #1325ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 10111010
Octal 23 45 272
Decimal 19 37 186
Hex 13 25 BA

RGB Percentages of Color #1325ba

%7.85
%15.29
%76.86

CMYK Percentages of Color #1325ba

%90
%80
%0
%27

Triadic Colors of #1325ba

#1325ba #ba1325 #25ba13

Analogous Colors of #1325ba

#1325ba #5413ba #1379ba

Monochromatic Colors of #1325ba

#1325ba

Complementary Color

#1325ba #baa813

#1325ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1325ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1325ba Color CSS Codes

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

#1325ba Text Font Color

<p style="color:#1325ba">Text here</p>

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


#1325ba Background Color

<div style="background-color:#1325ba">
Div content here</div>

This div background color is #1325ba


#1325ba Border Color

<div style="border:3px solid #1325ba">
Div here</div>

This div border color is #1325ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1325ba


Comments

No comments written yet.

Please login to write comment.