Color Hex Logo

#11092b Color Hex

#11092B
(17,9,43)
0 Favorites   0 Comments

Color spaces of #11092b

RGB 17943
HSL0.710.650.10
HSV254°79°17°
CMYK 0.600.790.00   0.83
XYZ0.76490.48902.3396
Yxy0.48900.21290.1361
Hunter Lab6.99297.2874-14.9417
CIE-Lab4.417112.2941-20.4001

#11092b color RGB value is (17,9,43).

#11092b hex color red value is 17, green value is 9 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #11092b hue: 0.71 , saturation: 0.65 and the lightness value of 11092b is 0.10.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001001 00101011
Octal 21 11 53
Decimal 17 9 43
Hex 11 9 2B

RGB Percentages of Color #11092b

%24.64
%13.04
%62.32

CMYK Percentages of Color #11092b

%60
%79
%0
%83

Triadic Colors of #11092b

#11092b #2b1109 #092b11

Analogous Colors of #11092b

#11092b #22092b #09122b

Monochromatic Colors of #11092b

#11092b

Complementary Color

#11092b #232b09

#11092b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11092b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11092b Color CSS Codes

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

#11092b Text Font Color

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

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


#11092b Background Color

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

This div background color is #11092b


#11092b Border Color

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

This div border color is #11092b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,9,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 #11092b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11092b


Comments

No comments written yet.

Please login to write comment.