Color Hex Logo

#199bbc Color Hex

#199BBC
(25,155,188)
0 Favorites   0 Comments

Color spaces of #199bbc

RGB 25155188
HSL0.530.770.42
HSV192°87°74°
CMYK 0.870.180.00   0.26
XYZ21.199327.280251.7252
Yxy27.28020.21160.2722
Hunter Lab52.2305-18.9537-22.1551
CIE-Lab59.2328-21.0547-26.3432

#199bbc color RGB value is (25,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011011 10111100
Octal 31 233 274
Decimal 25 155 188
Hex 19 9B BC

RGB Percentages of Color #199bbc

%6.79
%42.12
%51.09

CMYK Percentages of Color #199bbc

%87
%18
%0
%26

Triadic Colors of #199bbc

#199bbc #bc199b #9bbc19

Analogous Colors of #199bbc

#199bbc #194abc #19bc8c

Monochromatic Colors of #199bbc

#199bbc

Complementary Color

#199bbc #bc3a19

#199bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#199bbc Color CSS Codes

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

#199bbc Text Font Color

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

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


#199bbc Background Color

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

This div background color is #199bbc


#199bbc Border Color

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

This div border color is #199bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199bbc


Comments

No comments written yet.

Please login to write comment.