Color Hex Logo

#11242e Color Hex

#11242E
(17,36,46)
0 Favorites   0 Comments

Color spaces of #11242e

RGB 173646
HSL0.560.460.12
HSV201°63°18°
CMYK 0.630.220.00   0.82
XYZ1.35521.57822.8180
Yxy1.57820.23560.2744
Hunter Lab12.5626-2.7289-4.5058
CIE-Lab13.0968-4.1738-8.9925

#11242e color RGB value is (17,36,46).

#11242e hex color red value is 17, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #11242e hue: 0.56 , saturation: 0.46 and the lightness value of 11242e is 0.12.

The process color (four color CMYK) of #11242e color hex is 0.63, 0.22, 0.00, 0.82. Web safe color of #11242e is #003333. Color #11242e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 00101110
Octal 21 44 56
Decimal 17 36 46
Hex 11 24 2E

RGB Percentages of Color #11242e

%17.17
%36.36
%46.46

CMYK Percentages of Color #11242e

%63
%22
%0
%82

Triadic Colors of #11242e

#11242e #2e1124 #242e11

Analogous Colors of #11242e

#11242e #11162e #112e2a

Monochromatic Colors of #11242e

#11242e

Complementary Color

#11242e #2e1b11

#11242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11242e Color CSS Codes

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

#11242e Text Font Color

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

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


#11242e Background Color

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

This div background color is #11242e


#11242e Border Color

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

This div border color is #11242e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11242e


Comments

No comments written yet.

Please login to write comment.