Color Hex Logo

#113aba Color Hex

#113ABA
(17,58,186)
0 Favorites   0 Comments

Color spaces of #113aba

RGB 1758186
HSL0.630.830.40
HSV225°91°73°
CMYK 0.910.690.00   0.27
XYZ10.60716.690547.1867
Yxy6.69050.16450.1038
Hunter Lab25.866027.9336-90.0551
CIE-Lab31.091737.7445-70.1577

#113aba color RGB value is (17,58,186).

#113aba hex color red value is 17, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #113aba hue: 0.63 , saturation: 0.83 and the lightness value of 113aba is 0.40.

The process color (four color CMYK) of #113aba color hex is 0.91, 0.69, 0.00, 0.27. Web safe color of #113aba is #0033cc. Color #113aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 10111010
Octal 21 72 272
Decimal 17 58 186
Hex 11 3A BA

RGB Percentages of Color #113aba

%6.51
%22.22
%71.26

CMYK Percentages of Color #113aba

%91
%69
%0
%27

Triadic Colors of #113aba

#113aba #ba113a #3aba11

Analogous Colors of #113aba

#113aba #3d11ba #118fba

Monochromatic Colors of #113aba

#113aba

Complementary Color

#113aba #ba9111

#113aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#113aba Color CSS Codes

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

#113aba Text Font Color

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

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


#113aba Background Color

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

This div background color is #113aba


#113aba Border Color

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

This div border color is #113aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113aba


Comments

No comments written yet.

Please login to write comment.