COLOR #11092A

HEX: #11092A
RGB: (17,9,42)

Color info

#11092A contains red, green and blue colors in about the same proportion. Web safe color of #11092A is #000033 (or #003).

RGB color model

#11092A color RGB value is (17,9,42).

  • red value is 17;
  • green value is 9;
  • blue value is 42.
RGB:
(17,9,42)
(7%,4%,16%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 42 of 255 = 16%

17
9
42

R + G + B ~ 9%. #11092A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 9 + 42 = 68 (100%)
R 17 of 68 ~ 25%
G 9 of 68 ~ 13.24%
B 42 of 68 ~ 61.76%

%25
%13.24
%61.76

CMYK color model

#11092A color CMYK value is (60,79,0,84).

  • cyan value is 59.52%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(60,79,0,84)
C60M79Y0K84 
(60%,79%,0%,84%)
(0.60/0.79/0.00/0.84)	

CMYK percentages

%59.52
%78.57
%0
%83.53

Codes

Color #11092A in popluar color models

11092A
RGB17942
HSL255°64.71%10.00%
HSB/HSV255°78.57%16.47%
CMYK59.52%78.57%0.00%
83.53%

Color #11092A in popluar number systems.

HEX11092A
Decimal17942
Binary100011001101010
Octal211152

Shades and tints

Shades of #11092A

#11092A
(17,9,42)
#100927
(16,9,39)
#0F0924
(15,9,36)
#0E0921
(14,9,33)
#0D091E
(13,9,30)
#0C091B
(12,9,27)
#0B0918
(11,9,24)
#0A0915
(10,9,21)
#090912
(9,9,18)
#08090F
(8,9,15)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #11092A

#11092A
(17,9,42)
#261F3D
(38,31,61)
#3B3550
(59,53,80)
#504B63
(80,75,99)
#656176
(101,97,118)
#7A7789
(122,119,137)
#8F8D9C
(143,141,156)
#A4A3AF
(164,163,175)
#B9B9C2
(185,185,194)
#CECFD5
(206,207,213)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11092A color. Also use rgb(17,9,42) instead hex code.

Text Font Color

.myTextColor { color: #11092A; }

<p style="color:#11092A">This sample text font color is #11092A.</p>

This text font color is #11092A.


Background Color

.myBgColor { background-color: #11092A; }

<div style="background-color:#11092A">Inner text</div>

This div background color is #11092A.


Border color

.myBorderColor { border: 1px solid #11092A; }

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

This div border color is #11092A.


Opacity

.myOpacity80 { color: #11092A; opacity: 0.8; }

<p style="color:#11092A;opacity:0.8;">80%</p>

Text with #11092A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #11092A;}

<p style="text-shadow: 3px 3px 1px #11092A">Text here.</p>

This text has shadow with #11092A color.

.textShadow {text-shadow: 3px 3px 1px #11092A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #11092A, 5px 5px 20px red">Text here.</p>

This text has shadow with #11092A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#11092A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#11092A, Direction=45, Strength=4)">Text</p>

This text has shadow with #11092A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #11092A;
  -webkit-box-shadow:	1px 1px 3px 2px #11092A;
  box-shadow:		1px 1px 3px 2px #11092A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #11092A;
-webkit-box-shadow: 1px 1px 3px 2px #11092A;
box-shadow:1px 1px 3px 2px #11092A;">
Div content here</div>
This div box has shadow with color #11092A.

Preview

Color preview on black background

This text has color #11092A on black background.


Color preview on white background

This text has color #11092A on white background.



Black color preview on #11092A background

This text has black color on #11092A background.


White color preview on #11092A background

This text has white color on #11092A background.