Color Hex Logo

#11748d Color Hex

#11748D
(17,116,141)
0 Favorites   0 Comments

Color spaces of #11748d

RGB 17116141
HSL0.530.780.31
HSV192°88°55°
CMYK 0.880.180.00   0.45
XYZ11.284314.533027.4097
Yxy14.53300.21200.2730
Hunter Lab38.1222-13.8772-15.9438
CIE-Lab44.9878-17.1350-21.1315

#11748d color RGB value is (17,116,141).

#11748d hex color red value is 17, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #11748d hue: 0.53 , saturation: 0.78 and the lightness value of 11748d is 0.31.

The process color (four color CMYK) of #11748d color hex is 0.88, 0.18, 0.00, 0.45. Web safe color of #11748d is #006699. Color #11748d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110100 10001101
Octal 21 164 215
Decimal 17 116 141
Hex 11 74 8D

RGB Percentages of Color #11748d

%6.20
%42.34
%51.46

CMYK Percentages of Color #11748d

%88
%18
%0
%45

Triadic Colors of #11748d

#11748d #8d1174 #748d11

Analogous Colors of #11748d

#11748d #11368d #118d68

Monochromatic Colors of #11748d

#11748d

Complementary Color

#11748d #8d2a11

#11748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11748d Color CSS Codes

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

#11748d Text Font Color

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

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


#11748d Background Color

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

This div background color is #11748d


#11748d Border Color

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

This div border color is #11748d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,116,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11748d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11748d;
  -webkit-box-shadow: 1px 1px 3px 2px #11748d;
  box-shadow:         1px 1px 3px 2px #11748d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11748d


Comments

No comments written yet.

Please login to write comment.