Color Hex Logo

#115368 Color Hex

#115368
(17,83,104)
0 Favorites   0 Comments

Color spaces of #115368

RGB 1783104
HSL0.540.720.24
HSV194°84°41°
CMYK 0.840.200.00   0.59
XYZ5.82317.305214.1998
Yxy7.30520.21310.2673
Hunter Lab27.0281-8.8421-12.2296
CIE-Lab32.4918-11.9066-17.8166

#115368 color RGB value is (17,83,104).

#115368 hex color red value is 17, green value is 83 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #115368 hue: 0.54 , saturation: 0.72 and the lightness value of 115368 is 0.24.

The process color (four color CMYK) of #115368 color hex is 0.84, 0.20, 0.00, 0.59. Web safe color of #115368 is #006666. Color #115368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010011 01101000
Octal 21 123 150
Decimal 17 83 104
Hex 11 53 68

RGB Percentages of Color #115368

%8.33
%40.69
%50.98

CMYK Percentages of Color #115368

%84
%20
%0
%59

Triadic Colors of #115368

#115368 #681153 #536811

Analogous Colors of #115368

#115368 #112868 #116852

Monochromatic Colors of #115368

#115368

Complementary Color

#115368 #682611

#115368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115368 Color CSS Codes

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

#115368 Text Font Color

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

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


#115368 Background Color

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

This div background color is #115368


#115368 Border Color

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

This div border color is #115368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115368


Comments

No comments written yet.

Please login to write comment.