Color Hex Logo

#112950 Color Hex

#112950
(17,41,80)
0 Favorites   0 Comments

Color spaces of #112950

RGB 174180
HSL0.600.650.19
HSV217°79°31°
CMYK 0.790.490.00   0.69
XYZ2.47212.28427.9000
Yxy2.28420.19530.1805
Hunter Lab15.11362.7482-20.4119
CIE-Lab16.91316.2753-26.6698

#112950 color RGB value is (17,41,80).

#112950 hex color red value is 17, green value is 41 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #112950 hue: 0.60 , saturation: 0.65 and the lightness value of 112950 is 0.19.

The process color (four color CMYK) of #112950 color hex is 0.79, 0.49, 0.00, 0.69. Web safe color of #112950 is #003366. Color #112950 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 01010000
Octal 21 51 120
Decimal 17 41 80
Hex 11 29 50

RGB Percentages of Color #112950

%12.32
%29.71
%57.97

CMYK Percentages of Color #112950

%79
%49
%0
%69

Triadic Colors of #112950

#112950 #501129 #295011

Analogous Colors of #112950

#112950 #191150 #114950

Monochromatic Colors of #112950

#112950

Complementary Color

#112950 #503811

#112950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112950 Color CSS Codes

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

#112950 Text Font Color

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

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


#112950 Background Color

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

This div background color is #112950


#112950 Border Color

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

This div border color is #112950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112950


Comments

No comments written yet.

Please login to write comment.