Color Hex Logo

#1168bc Color Hex

#1168BC
(17,104,188)
0 Favorites   0 Comments

Color spaces of #1168bc

RGB 17104188
HSL0.580.830.40
HSV209°91°74°
CMYK 0.910.450.00   0.26
XYZ14.258613.650649.4603
Yxy13.65060.18430.1764
Hunter Lab36.94674.2306-53.5084
CIE-Lab43.72768.2276-50.7644

#1168bc color RGB value is (17,104,188).

#1168bc hex color red value is 17, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1168bc hue: 0.58 , saturation: 0.83 and the lightness value of 1168bc is 0.40.

The process color (four color CMYK) of #1168bc color hex is 0.91, 0.45, 0.00, 0.26. Web safe color of #1168bc is #0066cc. Color #1168bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101000 10111100
Octal 21 150 274
Decimal 17 104 188
Hex 11 68 BC

RGB Percentages of Color #1168bc

%5.50
%33.66
%60.84

CMYK Percentages of Color #1168bc

%91
%45
%0
%26

Triadic Colors of #1168bc

#1168bc #bc1168 #68bc11

Analogous Colors of #1168bc

#1168bc #1113bc #11bcbb

Monochromatic Colors of #1168bc

#1168bc

Complementary Color

#1168bc #bc6511

#1168bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1168bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1168bc Color CSS Codes

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

#1168bc Text Font Color

<p style="color:#1168bc">Text here</p>

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


#1168bc Background Color

<div style="background-color:#1168bc">
Div content here</div>

This div background color is #1168bc


#1168bc Border Color

<div style="border:3px solid #1168bc">
Div here</div>

This div border color is #1168bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,104,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1168bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1168bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1168bc;
  box-shadow:         1px 1px 3px 2px #1168bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,104,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 #1168bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1168bc


Comments

No comments written yet.

Please login to write comment.