Color Hex Logo

#11293e Color Hex

#11293E
(17,41,62)
0 Favorites   0 Comments

Color spaces of #11293e

RGB 174162
HSL0.580.570.15
HSV208°73°24°
CMYK 0.730.340.00   0.76
XYZ1.89362.05284.8539
Yxy2.05280.21520.2333
Hunter Lab14.3276-1.4819-10.0569
CIE-Lab15.7619-1.3589-16.1534

#11293e color RGB value is (17,41,62).

#11293e hex color red value is 17, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #11293e hue: 0.58 , saturation: 0.57 and the lightness value of 11293e is 0.15.

The process color (four color CMYK) of #11293e color hex is 0.73, 0.34, 0.00, 0.76. Web safe color of #11293e is #003333. Color #11293e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 00111110
Octal 21 51 76
Decimal 17 41 62
Hex 11 29 3E

RGB Percentages of Color #11293e

%14.17
%34.17
%51.67

CMYK Percentages of Color #11293e

%73
%34
%0
%76

Triadic Colors of #11293e

#11293e #3e1129 #293e11

Analogous Colors of #11293e

#11293e #11133e #113e3d

Monochromatic Colors of #11293e

#11293e

Complementary Color

#11293e #3e2611

#11293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11293e Color CSS Codes

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

#11293e Text Font Color

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

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


#11293e Background Color

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

This div background color is #11293e


#11293e Border Color

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

This div border color is #11293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11293e


Comments

No comments written yet.

Please login to write comment.