Color Hex Logo

#199bbb Color Hex

#199BBB
(25,155,187)
0 Favorites   0 Comments

Color spaces of #199bbb

RGB 25155187
HSL0.530.760.42
HSV192°87°73°
CMYK 0.870.170.00   0.27
XYZ21.091927.237251.1594
Yxy27.23720.21200.2738
Hunter Lab52.1893-19.1918-21.5875
CIE-Lab59.1932-21.3972-25.8403

#199bbb color RGB value is (25,155,187).

#199bbb hex color red value is 25, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #199bbb hue: 0.53 , saturation: 0.76 and the lightness value of 199bbb is 0.42.

The process color (four color CMYK) of #199bbb color hex is 0.87, 0.17, 0.00, 0.27. Web safe color of #199bbb is #0099cc. Color #199bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011011 10111011
Octal 31 233 273
Decimal 25 155 187
Hex 19 9B BB

RGB Percentages of Color #199bbb

%6.81
%42.23
%50.95

CMYK Percentages of Color #199bbb

%87
%17
%0
%27

Triadic Colors of #199bbb

#199bbb #bb199b #9bbb19

Analogous Colors of #199bbb

#199bbb #194abb #19bb8a

Monochromatic Colors of #199bbb

#199bbb

Complementary Color

#199bbb #bb3919

#199bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#199bbb Color CSS Codes

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

#199bbb Text Font Color

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

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


#199bbb Background Color

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

This div background color is #199bbb


#199bbb Border Color

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

This div border color is #199bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199bbb


Comments

No comments written yet.

Please login to write comment.