Color Hex Logo

#113458 Color Hex

#113458
(17,52,88)
0 Favorites   0 Comments

Color spaces of #113458

RGB 175288
HSL0.580.680.21
HSV210°81°35°
CMYK 0.810.410.00   0.65
XYZ3.22063.27979.6958
Yxy3.27970.19890.2025
Hunter Lab18.10990.0513-19.0660
CIE-Lab21.13091.7494-25.2920

#113458 color RGB value is (17,52,88).

#113458 hex color red value is 17, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #113458 hue: 0.58 , saturation: 0.68 and the lightness value of 113458 is 0.21.

The process color (four color CMYK) of #113458 color hex is 0.81, 0.41, 0.00, 0.65. Web safe color of #113458 is #003366. Color #113458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 01011000
Octal 21 64 130
Decimal 17 52 88
Hex 11 34 58

RGB Percentages of Color #113458

%10.83
%33.12
%56.05

CMYK Percentages of Color #113458

%81
%41
%0
%65

Triadic Colors of #113458

#113458 #581134 #345811

Analogous Colors of #113458

#113458 #121158 #115758

Monochromatic Colors of #113458

#113458

Complementary Color

#113458 #583511

#113458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113458 Color CSS Codes

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

#113458 Text Font Color

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

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


#113458 Background Color

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

This div background color is #113458


#113458 Border Color

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

This div border color is #113458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113458


Comments

No comments written yet.

Please login to write comment.