Color Hex Logo

#113345 Color Hex

#113345
(17,51,69)
0 Favorites   0 Comments

Color spaces of #113345

RGB 175169
HSL0.560.600.17
HSV201°75°27°
CMYK 0.750.260.00   0.73
XYZ2.48922.91656.0620
Yxy2.91650.21710.2543
Hunter Lab17.0778-3.8685-9.0914
CIE-Lab19.7063-5.4235-14.8060

#113345 color RGB value is (17,51,69).

#113345 hex color red value is 17, green value is 51 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #113345 hue: 0.56 , saturation: 0.60 and the lightness value of 113345 is 0.17.

The process color (four color CMYK) of #113345 color hex is 0.75, 0.26, 0.00, 0.73. Web safe color of #113345 is #003333. Color #113345 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 01000101
Octal 21 63 105
Decimal 17 51 69
Hex 11 33 45

RGB Percentages of Color #113345

%12.41
%37.23
%50.36

CMYK Percentages of Color #113345

%75
%26
%0
%73

Triadic Colors of #113345

#113345 #451133 #334511

Analogous Colors of #113345

#113345 #111945 #11453d

Monochromatic Colors of #113345

#113345

Complementary Color

#113345 #452311

#113345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113345 Color CSS Codes

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

#113345 Text Font Color

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

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


#113345 Background Color

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

This div background color is #113345


#113345 Border Color

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

This div border color is #113345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113345


Comments

No comments written yet.

Please login to write comment.