Color Hex Logo

#112581 Color Hex

#112581
(17,37,129)
0 Favorites   0 Comments

Color spaces of #112581

RGB 1737129
HSL0.640.770.29
HSV229°87°51°
CMYK 0.870.710.00   0.49
XYZ4.85523.027321.0973
Yxy3.02730.16750.1045
Hunter Lab17.399119.3616-59.7126
CIE-Lab20.152929.6895-53.3991

#112581 color RGB value is (17,37,129).

#112581 hex color red value is 17, green value is 37 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #112581 hue: 0.64 , saturation: 0.77 and the lightness value of 112581 is 0.29.

The process color (four color CMYK) of #112581 color hex is 0.87, 0.71, 0.00, 0.49. Web safe color of #112581 is #003399. Color #112581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 10000001
Octal 21 45 201
Decimal 17 37 129
Hex 11 25 81

RGB Percentages of Color #112581

%9.29
%20.22
%70.49

CMYK Percentages of Color #112581

%87
%71
%0
%49

Triadic Colors of #112581

#112581 #811125 #258111

Analogous Colors of #112581

#112581 #351181 #115d81

Monochromatic Colors of #112581

#112581

Complementary Color

#112581 #816d11

#112581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112581 Color CSS Codes

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

#112581 Text Font Color

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

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


#112581 Background Color

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

This div background color is #112581


#112581 Border Color

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

This div border color is #112581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112581

#112581 Color Palettes


Comments

No comments written yet.

Please login to write comment.