Color Hex Logo

#19498f Color Hex

#19498F
(25,73,143)
0 Favorites   0 Comments

Color spaces of #19498f

RGB 2573143
HSL0.600.700.33
HSV216°83°56°
CMYK 0.830.490.00   0.44
XYZ7.74146.954926.9210
Yxy6.95490.18600.1671
Hunter Lab26.37216.2465-42.0634
CIE-Lab31.704011.1149-43.2796

#19498f color RGB value is (25,73,143).

#19498f hex color red value is 25, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #19498f hue: 0.60 , saturation: 0.70 and the lightness value of 19498f is 0.33.

The process color (four color CMYK) of #19498f color hex is 0.83, 0.49, 0.00, 0.44. Web safe color of #19498f is #003399. Color #19498f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001001 10001111
Octal 31 111 217
Decimal 25 73 143
Hex 19 49 8F

RGB Percentages of Color #19498f

%10.37
%30.29
%59.34

CMYK Percentages of Color #19498f

%83
%49
%0
%44

Triadic Colors of #19498f

#19498f #8f1949 #498f19

Analogous Colors of #19498f

#19498f #24198f #19848f

Monochromatic Colors of #19498f

#19498f

Complementary Color

#19498f #8f5f19

#19498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19498f Color CSS Codes

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

#19498f Text Font Color

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

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


#19498f Background Color

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

This div background color is #19498f


#19498f Border Color

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

This div border color is #19498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19498f


Comments

No comments written yet.

Please login to write comment.