Color Hex Logo

#19699c Color Hex

#19699C
(25,105,156)
0 Favorites   0 Comments

Color spaces of #19699c

RGB 25105156
HSL0.560.720.35
HSV203°84°61°
CMYK 0.840.330.00   0.39
XYZ11.453212.710133.3021
Yxy12.71010.19930.2212
Hunter Lab35.6512-5.0453-30.4274
CIE-Lab42.3232-4.4294-34.1944

#19699c color RGB value is (25,105,156).

#19699c hex color red value is 25, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #19699c hue: 0.56 , saturation: 0.72 and the lightness value of 19699c is 0.35.

The process color (four color CMYK) of #19699c color hex is 0.84, 0.33, 0.00, 0.39. Web safe color of #19699c is #006699. Color #19699c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101001 10011100
Octal 31 151 234
Decimal 25 105 156
Hex 19 69 9C

RGB Percentages of Color #19699c

%8.74
%36.71
%54.55

CMYK Percentages of Color #19699c

%84
%33
%0
%39

Triadic Colors of #19699c

#19699c #9c1969 #699c19

Analogous Colors of #19699c

#19699c #19289c #199c8e

Monochromatic Colors of #19699c

#19699c

Complementary Color

#19699c #9c4c19

#19699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#19699c Color CSS Codes

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

#19699c Text Font Color

<p style="color:#19699c">Text here</p>

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


#19699c Background Color

<div style="background-color:#19699c">
Div content here</div>

This div background color is #19699c


#19699c Border Color

<div style="border:3px solid #19699c">
Div here</div>

This div border color is #19699c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,105,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19699c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19699c;
  -webkit-box-shadow: 1px 1px 3px 2px #19699c;
  box-shadow:         1px 1px 3px 2px #19699c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19699c


Comments

No comments written yet.

Please login to write comment.