Color Hex Logo

#11293f Color Hex

#11293F
(17,41,63)
0 Favorites   0 Comments

Color spaces of #11293f

RGB 174163
HSL0.580.580.16
HSV209°73°25°
CMYK 0.730.350.00   0.75
XYZ1.92132.06394.9997
Yxy2.06390.21380.2297
Hunter Lab14.3663-1.2690-10.5775
CIE-Lab15.8191-0.9475-16.7579

#11293f color RGB value is (17,41,63).

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

The process color (four color CMYK) of #11293f color hex is 0.73, 0.35, 0.00, 0.75. Web safe color of #11293f is #003333. Color #11293f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 00111111
Octal 21 51 77
Decimal 17 41 63
Hex 11 29 3F

RGB Percentages of Color #11293f

%14.05
%33.88
%52.07

CMYK Percentages of Color #11293f

%73
%35
%0
%75

Triadic Colors of #11293f

#11293f #3f1129 #293f11

Analogous Colors of #11293f

#11293f #11123f #113f3e

Monochromatic Colors of #11293f

#11293f

Complementary Color

#11293f #3f2711

#11293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11293f Color CSS Codes

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

#11293f Text Font Color

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

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


#11293f Background Color

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

This div background color is #11293f


#11293f Border Color

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

This div border color is #11293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11293f

#11293f Color Palettes


Comments

No comments written yet.

Please login to write comment.