Color Hex Logo

#11192b Color Hex

#11192B
(17,25,43)
0 Favorites   0 Comments

Color spaces of #11192b

RGB 172543
HSL0.620.430.12
HSV222°60°17°
CMYK 0.600.420.00   0.83
XYZ1.01480.98892.4229
Yxy0.98890.22930.2234
Hunter Lab9.94430.8130-7.4847
CIE-Lab8.89862.7775-13.3256

#11192b color RGB value is (17,25,43).

#11192b hex color red value is 17, green value is 25 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #11192b hue: 0.62 , saturation: 0.43 and the lightness value of 11192b is 0.12.

The process color (four color CMYK) of #11192b color hex is 0.60, 0.42, 0.00, 0.83. Web safe color of #11192b is #000033. Color #11192b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 00101011
Octal 21 31 53
Decimal 17 25 43
Hex 11 19 2B

RGB Percentages of Color #11192b

%20.00
%29.41
%50.59

CMYK Percentages of Color #11192b

%60
%42
%0
%83

Triadic Colors of #11192b

#11192b #2b1119 #192b11

Analogous Colors of #11192b

#11192b #16112b #11262b

Monochromatic Colors of #11192b

#11192b

Complementary Color

#11192b #2b2311

#11192b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11192b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11192b Color CSS Codes

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

#11192b Text Font Color

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

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


#11192b Background Color

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

This div background color is #11192b


#11192b Border Color

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

This div border color is #11192b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,25,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11192b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11192b;
  -webkit-box-shadow: 1px 1px 3px 2px #11192b;
  box-shadow:         1px 1px 3px 2px #11192b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11192b


Comments

No comments written yet.

Please login to write comment.