Color Hex Logo

#113166 Color Hex

#113166
(17,49,102)
0 Favorites   0 Comments

Color spaces of #113166

RGB 1749102
HSL0.600.710.23
HSV217°83°40°
CMYK 0.830.520.00   0.60
XYZ3.72783.275113.0061
Yxy3.27510.18630.1637
Hunter Lab18.09725.0986-29.9424
CIE-Lab21.11369.9073-34.5087

#113166 color RGB value is (17,49,102).

#113166 hex color red value is 17, green value is 49 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #113166 hue: 0.60 , saturation: 0.71 and the lightness value of 113166 is 0.23.

The process color (four color CMYK) of #113166 color hex is 0.83, 0.52, 0.00, 0.60. Web safe color of #113166 is #003366. Color #113166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01100110
Octal 21 61 146
Decimal 17 49 102
Hex 11 31 66

RGB Percentages of Color #113166

%10.12
%29.17
%60.71

CMYK Percentages of Color #113166

%83
%52
%0
%60

Triadic Colors of #113166

#113166 #661131 #316611

Analogous Colors of #113166

#113166 #1c1166 #115c66

Monochromatic Colors of #113166

#113166

Complementary Color

#113166 #664611

#113166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113166 Color CSS Codes

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

#113166 Text Font Color

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

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


#113166 Background Color

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

This div background color is #113166


#113166 Border Color

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

This div border color is #113166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,49,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113166;
  -webkit-box-shadow: 1px 1px 3px 2px #113166;
  box-shadow:         1px 1px 3px 2px #113166; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113166


Comments

No comments written yet.

Please login to write comment.