Color Hex Logo

#19509a Color Hex

#19509A
(25,80,154)
0 Favorites   0 Comments

Color spaces of #19509a

RGB 2580154
HSL0.600.720.35
HSV214°84°60°
CMYK 0.840.480.00   0.40
XYZ9.10238.277131.6897
Yxy8.27710.18550.1687
Hunter Lab28.76996.1268-45.1681
CIE-Lab34.553410.8542-45.3796

#19509a color RGB value is (25,80,154).

#19509a hex color red value is 25, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #19509a hue: 0.60 , saturation: 0.72 and the lightness value of 19509a is 0.35.

The process color (four color CMYK) of #19509a color hex is 0.84, 0.48, 0.00, 0.40. Web safe color of #19509a is #006699. Color #19509a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 10011010
Octal 31 120 232
Decimal 25 80 154
Hex 19 50 9A

RGB Percentages of Color #19509a

%9.65
%30.89
%59.46

CMYK Percentages of Color #19509a

%84
%48
%0
%40

Triadic Colors of #19509a

#19509a #9a1950 #509a19

Analogous Colors of #19509a

#19509a #22199a #19919a

Monochromatic Colors of #19509a

#19509a

Complementary Color

#19509a #9a6319

#19509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#19509a Color CSS Codes

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

#19509a Text Font Color

<p style="color:#19509a">Text here</p>

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


#19509a Background Color

<div style="background-color:#19509a">
Div content here</div>

This div background color is #19509a


#19509a Border Color

<div style="border:3px solid #19509a">
Div here</div>

This div border color is #19509a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,80,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19509a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19509a;
  -webkit-box-shadow: 1px 1px 3px 2px #19509a;
  box-shadow:         1px 1px 3px 2px #19509a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,80,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19509a


Comments

No comments written yet.

Please login to write comment.