Color Hex Logo

#199fbc Color Hex

#199FBC
(25,159,188)
0 Favorites   0 Comments

Color spaces of #199fbc

RGB 25159188
HSL0.530.770.42
HSV191°87°74°
CMYK 0.870.150.00   0.26
XYZ21.876128.633851.9508
Yxy28.63380.21350.2795
Hunter Lab53.5106-20.6694-20.1044
CIE-Lab60.4571-23.1386-24.4589

#199fbc color RGB value is (25,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011111 10111100
Octal 31 237 274
Decimal 25 159 188
Hex 19 9F BC

RGB Percentages of Color #199fbc

%6.72
%42.74
%50.54

CMYK Percentages of Color #199fbc

%87
%15
%0
%26

Triadic Colors of #199fbc

#199fbc #bc199f #9fbc19

Analogous Colors of #199fbc

#199fbc #194dbc #19bc88

Monochromatic Colors of #199fbc

#199fbc

Complementary Color

#199fbc #bc3619

#199fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#199fbc Color CSS Codes

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

#199fbc Text Font Color

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

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


#199fbc Background Color

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

This div background color is #199fbc


#199fbc Border Color

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

This div border color is #199fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199fbc


Comments

No comments written yet.

Please login to write comment.