Color Hex Logo

#19677d Color Hex

#19677D
(25,103,125)
0 Favorites   0 Comments

Color spaces of #19677d

RGB 25103125
HSL0.540.670.29
HSV193°80°49°
CMYK 0.800.180.00   0.51
XYZ8.952811.387821.1282
Yxy11.38780.21590.2746
Hunter Lab33.7458-11.6989-13.4993
CIE-Lab40.2261-14.8563-18.8466

#19677d color RGB value is (25,103,125).

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

The process color (four color CMYK) of #19677d color hex is 0.80, 0.18, 0.00, 0.51. Web safe color of #19677d is #006666. Color #19677d contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #19677d

%9.88
%40.71
%49.41

CMYK Percentages of Color #19677d

%80
%18
%0
%51

Triadic Colors of #19677d

#19677d #7d1967 #677d19

Analogous Colors of #19677d

#19677d #19357d #197d61

Monochromatic Colors of #19677d

#19677d

Complementary Color

#19677d #7d2f19

#19677d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19677d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19677d Color CSS Codes

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

#19677d Text Font Color

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

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


#19677d Background Color

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

This div background color is #19677d


#19677d Border Color

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

This div border color is #19677d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19677d


Comments

No comments written yet.

Please login to write comment.