Color Hex Logo

#199db1 Color Hex

#199DB1
(25,157,177)
0 Favorites   0 Comments

Color spaces of #199db1

RGB 25157177
HSL0.520.750.40
HSV188°86°69°
CMYK 0.860.110.00   0.31
XYZ20.393727.494945.8272
Yxy27.49490.21760.2934
Hunter Lab52.4356-22.3385-15.1129
CIE-Lab59.4296-25.7939-19.8314

#199db1 color RGB value is (25,157,177).

#199db1 hex color red value is 25, green value is 157 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #199db1 hue: 0.52 , saturation: 0.75 and the lightness value of 199db1 is 0.40.

The process color (four color CMYK) of #199db1 color hex is 0.86, 0.11, 0.00, 0.31. Web safe color of #199db1 is #009999. Color #199db1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 10110001
Octal 31 235 261
Decimal 25 157 177
Hex 19 9D B1

RGB Percentages of Color #199db1

%6.96
%43.73
%49.30

CMYK Percentages of Color #199db1

%86
%11
%0
%31

Triadic Colors of #199db1

#199db1 #b1199d #9db119

Analogous Colors of #199db1

#199db1 #1951b1 #19b179

Monochromatic Colors of #199db1

#199db1

Complementary Color

#199db1 #b12d19

#199db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199db1 Color CSS Codes

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

#199db1 Text Font Color

<p style="color:#199db1">Text here</p>

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


#199db1 Background Color

<div style="background-color:#199db1">
Div content here</div>

This div background color is #199db1


#199db1 Border Color

<div style="border:3px solid #199db1">
Div here</div>

This div border color is #199db1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,157,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199db1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199db1;
  -webkit-box-shadow: 1px 1px 3px 2px #199db1;
  box-shadow:         1px 1px 3px 2px #199db1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199db1


Comments

No comments written yet.

Please login to write comment.