Color Hex Logo

#199ebb Color Hex

#199EBB
(25,158,187)
0 Favorites   0 Comments

Color spaces of #199ebb

RGB 25158187
HSL0.530.760.42
HSV191°87°73°
CMYK 0.870.160.00   0.27
XYZ21.597428.248251.3279
Yxy28.24820.21350.2792
Hunter Lab53.1490-20.4764-20.0541
CIE-Lab60.1123-22.9594-24.4262

#199ebb color RGB value is (25,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011110 10111011
Octal 31 236 273
Decimal 25 158 187
Hex 19 9E BB

RGB Percentages of Color #199ebb

%6.76
%42.70
%50.54

CMYK Percentages of Color #199ebb

%87
%16
%0
%27

Triadic Colors of #199ebb

#199ebb #bb199e #9ebb19

Analogous Colors of #199ebb

#199ebb #194dbb #19bb87

Monochromatic Colors of #199ebb

#199ebb

Complementary Color

#199ebb #bb3619

#199ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ebb Color CSS Codes

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

#199ebb Text Font Color

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

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


#199ebb Background Color

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

This div background color is #199ebb


#199ebb Border Color

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

This div border color is #199ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ebb


Comments

No comments written yet.

Please login to write comment.