Color Hex Logo

#113bab Color Hex

#113BAB
(17,59,171)
0 Favorites   0 Comments

Color spaces of #113bab

RGB 1759171
HSL0.620.820.37
HSV224°90°67°
CMYK 0.900.650.00   0.33
XYZ9.14586.187439.2403
Yxy6.18740.16760.1134
Hunter Lab24.874522.1002-76.1197
CIE-Lab29.880431.3603-63.2229

#113bab color RGB value is (17,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111011 10101011
Octal 21 73 253
Decimal 17 59 171
Hex 11 3B AB

RGB Percentages of Color #113bab

%6.88
%23.89
%69.23

CMYK Percentages of Color #113bab

%90
%65
%0
%33

Triadic Colors of #113bab

#113bab #ab113b #3bab11

Analogous Colors of #113bab

#113bab #3411ab #1188ab

Monochromatic Colors of #113bab

#113bab

Complementary Color

#113bab #ab8111

#113bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#113bab Color CSS Codes

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

#113bab Text Font Color

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

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


#113bab Background Color

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

This div background color is #113bab


#113bab Border Color

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

This div border color is #113bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,59,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 #113bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113bab


Comments

No comments written yet.

Please login to write comment.