Color Hex Logo

#19507f Color Hex

#19507F
(25,80,127)
0 Favorites   0 Comments

Color spaces of #19507f

RGB 2580127
HSL0.580.670.30
HSV208°80°50°
CMYK 0.800.370.00   0.50
XYZ7.10037.476321.1475
Yxy7.47630.19880.2093
Hunter Lab27.3428-1.4976-26.7161
CIE-Lab32.8675-0.0563-31.5691

#19507f color RGB value is (25,80,127).

#19507f hex color red value is 25, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #19507f hue: 0.58 , saturation: 0.67 and the lightness value of 19507f is 0.30.

The process color (four color CMYK) of #19507f color hex is 0.80, 0.37, 0.00, 0.50. Web safe color of #19507f is #006666. Color #19507f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 01111111
Octal 31 120 177
Decimal 25 80 127
Hex 19 50 7F

RGB Percentages of Color #19507f

%10.78
%34.48
%54.74

CMYK Percentages of Color #19507f

%80
%37
%0
%50

Triadic Colors of #19507f

#19507f #7f1950 #507f19

Analogous Colors of #19507f

#19507f #191d7f #197f7b

Monochromatic Colors of #19507f

#19507f

Complementary Color

#19507f #7f4819

#19507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19507f Color CSS Codes

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

#19507f Text Font Color

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

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


#19507f Background Color

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

This div background color is #19507f


#19507f Border Color

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

This div border color is #19507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19507f


Comments

No comments written yet.

Please login to write comment.