Color Hex Logo

#113642 Color Hex

#113642
(17,54,66)
0 Favorites   0 Comments

Color spaces of #113642

RGB 175466
HSL0.540.590.16
HSV195°74°26°
CMYK 0.740.180.00   0.74
XYZ2.53373.15095.6289
Yxy3.15090.22400.2785
Hunter Lab17.7508-5.5852-6.3757
CIE-Lab20.6384-8.5613-11.3352

#113642 color RGB value is (17,54,66).

#113642 hex color red value is 17, green value is 54 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #113642 hue: 0.54 , saturation: 0.59 and the lightness value of 113642 is 0.16.

The process color (four color CMYK) of #113642 color hex is 0.74, 0.18, 0.00, 0.74. Web safe color of #113642 is #003333. Color #113642 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 01000010
Octal 21 66 102
Decimal 17 54 66
Hex 11 36 42

RGB Percentages of Color #113642

%12.41
%39.42
%48.18

CMYK Percentages of Color #113642

%74
%18
%0
%74

Triadic Colors of #113642

#113642 #421136 #364211

Analogous Colors of #113642

#113642 #111e42 #114236

Monochromatic Colors of #113642

#113642

Complementary Color

#113642 #421d11

#113642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113642 Color CSS Codes

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

#113642 Text Font Color

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

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


#113642 Background Color

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

This div background color is #113642


#113642 Border Color

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

This div border color is #113642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113642


Comments

No comments written yet.

Please login to write comment.