Color Hex Logo

#113aab Color Hex

#113AAB
(17,58,171)
0 Favorites   0 Comments

Color spaces of #113aab

RGB 1758171
HSL0.620.820.37
HSV224°90°67°
CMYK 0.900.660.00   0.33
XYZ9.09496.085639.2234
Yxy6.08560.16720.1119
Hunter Lab24.669022.6381-77.0020
CIE-Lab29.627432.0251-63.6387

#113aab color RGB value is (17,58,171).

#113aab hex color red value is 17, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #113aab hue: 0.62 , saturation: 0.82 and the lightness value of 113aab is 0.37.

The process color (four color CMYK) of #113aab color hex is 0.90, 0.66, 0.00, 0.33. Web safe color of #113aab is #003399. Color #113aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 10101011
Octal 21 72 253
Decimal 17 58 171
Hex 11 3A AB

RGB Percentages of Color #113aab

%6.91
%23.58
%69.51

CMYK Percentages of Color #113aab

%90
%66
%0
%33

Triadic Colors of #113aab

#113aab #ab113a #3aab11

Analogous Colors of #113aab

#113aab #3511ab #1187ab

Monochromatic Colors of #113aab

#113aab

Complementary Color

#113aab #ab8211

#113aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#113aab Color CSS Codes

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

#113aab Text Font Color

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

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


#113aab Background Color

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

This div background color is #113aab


#113aab Border Color

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

This div border color is #113aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,58,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113aab;
  -webkit-box-shadow: 1px 1px 3px 2px #113aab;
  box-shadow:         1px 1px 3px 2px #113aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113aab


Comments

No comments written yet.

Please login to write comment.