Color Hex Logo

#19437d Color Hex

#19437D
(25,67,125)
0 Favorites   0 Comments

Color spaces of #19437d

RGB 2567125
HSL0.600.670.29
HSV215°80°49°
CMYK 0.800.460.00   0.51
XYZ6.10975.701720.1805
Yxy5.70170.19100.1782
Hunter Lab23.87823.8857-33.3937
CIE-Lab28.64717.8479-37.0527

#19437d color RGB value is (25,67,125).

#19437d hex color red value is 25, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #19437d hue: 0.60 , saturation: 0.67 and the lightness value of 19437d is 0.29.

The process color (four color CMYK) of #19437d color hex is 0.80, 0.46, 0.00, 0.51. Web safe color of #19437d is #003366. Color #19437d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000011 01111101
Octal 31 103 175
Decimal 25 67 125
Hex 19 43 7D

RGB Percentages of Color #19437d

%11.52
%30.88
%57.60

CMYK Percentages of Color #19437d

%80
%46
%0
%51

Triadic Colors of #19437d

#19437d #7d1943 #437d19

Analogous Colors of #19437d

#19437d #21197d #19757d

Monochromatic Colors of #19437d

#19437d

Complementary Color

#19437d #7d5319

#19437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19437d Color CSS Codes

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

#19437d Text Font Color

<p style="color:#19437d">Text here</p>

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


#19437d Background Color

<div style="background-color:#19437d">
Div content here</div>

This div background color is #19437d


#19437d Border Color

<div style="border:3px solid #19437d">
Div here</div>

This div border color is #19437d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,67,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19437d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19437d;
  -webkit-box-shadow: 1px 1px 3px 2px #19437d;
  box-shadow:         1px 1px 3px 2px #19437d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19437d


Comments

No comments written yet.

Please login to write comment.