Color Hex Logo

#1190bf Color Hex

#1190BF
(17,144,191)
0 Favorites   0 Comments

Color spaces of #1190bf

RGB 17144191
HSL0.550.840.41
HSV196°91°75°
CMYK 0.910.250.00   0.25
XYZ19.608423.827352.8559
Yxy23.82730.20360.2474
Hunter Lab48.8132-13.7192-30.0311
CIE-Lab55.9145-14.5348-33.1933

#1190bf color RGB value is (17,144,191).

#1190bf hex color red value is 17, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1190bf hue: 0.55 , saturation: 0.84 and the lightness value of 1190bf is 0.41.

The process color (four color CMYK) of #1190bf color hex is 0.91, 0.25, 0.00, 0.25. Web safe color of #1190bf is #0099cc. Color #1190bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010000 10111111
Octal 21 220 277
Decimal 17 144 191
Hex 11 90 BF

RGB Percentages of Color #1190bf

%4.83
%40.91
%54.26

CMYK Percentages of Color #1190bf

%91
%25
%0
%25

Triadic Colors of #1190bf

#1190bf #bf1190 #90bf11

Analogous Colors of #1190bf

#1190bf #1139bf #11bf97

Monochromatic Colors of #1190bf

#1190bf

Complementary Color

#1190bf #bf4011

#1190bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1190bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1190bf Color CSS Codes

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

#1190bf Text Font Color

<p style="color:#1190bf">Text here</p>

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


#1190bf Background Color

<div style="background-color:#1190bf">
Div content here</div>

This div background color is #1190bf


#1190bf Border Color

<div style="border:3px solid #1190bf">
Div here</div>

This div border color is #1190bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,144,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1190bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1190bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1190bf;
  box-shadow:         1px 1px 3px 2px #1190bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,144,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1190bf


Comments

No comments written yet.

Please login to write comment.