Color Hex Logo

#112a58 Color Hex

#112A58
(17,42,88)
0 Favorites   0 Comments

Color spaces of #112a58

RGB 174288
HSL0.610.680.21
HSV219°81°35°
CMYK 0.810.520.00   0.65
XYZ2.82062.47979.5625
Yxy2.47970.18980.1668
Hunter Lab15.74714.4154-24.9813
CIE-Lab17.82658.9959-30.5781

#112a58 color RGB value is (17,42,88).

#112a58 hex color red value is 17, green value is 42 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #112a58 hue: 0.61 , saturation: 0.68 and the lightness value of 112a58 is 0.21.

The process color (four color CMYK) of #112a58 color hex is 0.81, 0.52, 0.00, 0.65. Web safe color of #112a58 is #003366. Color #112a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101010 01011000
Octal 21 52 130
Decimal 17 42 88
Hex 11 2A 58

RGB Percentages of Color #112a58

%11.56
%28.57
%59.86

CMYK Percentages of Color #112a58

%81
%52
%0
%65

Triadic Colors of #112a58

#112a58 #58112a #2a5811

Analogous Colors of #112a58

#112a58 #1b1158 #114e58

Monochromatic Colors of #112a58

#112a58

Complementary Color

#112a58 #583f11

#112a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112a58 Color CSS Codes

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

#112a58 Text Font Color

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

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


#112a58 Background Color

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

This div background color is #112a58


#112a58 Border Color

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

This div border color is #112a58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,42,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112a58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112a58;
  -webkit-box-shadow: 1px 1px 3px 2px #112a58;
  box-shadow:         1px 1px 3px 2px #112a58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112a58


Comments

No comments written yet.

Please login to write comment.