Color Hex Logo

#19507b Color Hex

#19507B
(25,80,123)
1 Favorites   0 Comments

Color spaces of #19507b

RGB 2580123
HSL0.570.660.29
HSV206°80°48°
CMYK 0.800.350.00   0.52
XYZ6.84477.374119.8015
Yxy7.37410.20120.2168
Hunter Lab27.1553-2.5295-24.2253
CIE-Lab32.6438-1.6499-29.4434

#19507b color RGB value is (25,80,123).

#19507b hex color red value is 25, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #19507b hue: 0.57 , saturation: 0.66 and the lightness value of 19507b is 0.29.

The process color (four color CMYK) of #19507b color hex is 0.80, 0.35, 0.00, 0.52. Web safe color of #19507b is #006666. Color #19507b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 01111011
Octal 31 120 173
Decimal 25 80 123
Hex 19 50 7B

RGB Percentages of Color #19507b

%10.96
%35.09
%53.95

CMYK Percentages of Color #19507b

%80
%35
%0
%52

Triadic Colors of #19507b

#19507b #7b1950 #507b19

Analogous Colors of #19507b

#19507b #191f7b #197b75

Monochromatic Colors of #19507b

#19507b

Complementary Color

#19507b #7b4419

#19507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#19507b Color CSS Codes

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

#19507b Text Font Color

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

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


#19507b Background Color

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

This div background color is #19507b


#19507b Border Color

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

This div border color is #19507b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19507b

#19507b Color Palettes


Comments

No comments written yet.

Please login to write comment.