COLOR #11294D

HEX: #11294D
RGB: (17,41,77)

Color info

#11294D contains mainly green and blue colors. Web safe color of #11294D is #003333 (or #033).

RGB color model

#11294D color RGB value is (17,41,77).

  • red value is 17;
  • green value is 41;
  • blue value is 77.
RGB:
(17,41,77)
(7%,16%,30%)

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 77 of 255 = 30%

17
41
77

R + G + B ~ 18%. #11294D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 77 = 135 (100%)
R 17 of 135 ~ 12.59%
G 41 of 135 ~ 30.37%
B 77 of 135 ~ 57.04%

%12.59
%30.37
%57.04

CMYK color model

#11294D color CMYK value is (78,47,0,70).

  • cyan value is 77.92%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(78,47,0,70)
C78M47Y0K70 
(78%,47%,0%,70%)
(0.78/0.47/0.00/0.70)	

CMYK percentages

%77.92
%46.75
%0
%69.8

Codes

Color #11294D in popluar color models

11294D
RGB174177
HSL216°63.83%18.43%
HSB/HSV216°77.92%30.20%
CMYK77.92%46.75%0.00%
69.80%

Color #11294D in popluar number systems.

HEX11294D
Decimal174177
Binary100011010011001101
Octal2151115

Shades and tints

Shades of #11294D

#11294D
(17,41,77)
#102646
(16,38,70)
#0F233F
(15,35,63)
#0E2038
(14,32,56)
#0D1D31
(13,29,49)
#0C1A2A
(12,26,42)
#0B1723
(11,23,35)
#0A141C
(10,20,28)
#091115
(9,17,21)
#080E0E
(8,14,14)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #11294D

#11294D
(17,41,77)
#263C5D
(38,60,93)
#3B4F6D
(59,79,109)
#50627D
(80,98,125)
#65758D
(101,117,141)
#7A889D
(122,136,157)
#8F9BAD
(143,155,173)
#A4AEBD
(164,174,189)
#B9C1CD
(185,193,205)
#CED4DD
(206,212,221)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11294D color. Also use rgb(17,41,77) instead hex code.

Text Font Color

.myTextColor { color: #11294D; }

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

This text font color is #11294D.


Background Color

.myBgColor { background-color: #11294D; }

<div style="background-color:#11294D">Inner text</div>

This div background color is #11294D.


Border color

.myBorderColor { border: 1px solid #11294D; }

<div style="border:3px solid #11294D">Div</div>

This div border color is #11294D.


Opacity

.myOpacity80 { color: #11294D; opacity: 0.8; }

<p style="color:#11294D;opacity:0.8;">80%</p>

Text with #11294D 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 #11294D;}

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

This text has shadow with #11294D color.

.textShadow {text-shadow: 3px 3px 1px #11294D, 3px 3px 1px red;}

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

This text has shadow with #11294D primary color and red secondary color.


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

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

This text has shadow with #11294D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11294D on black background.


Color preview on white background

This text has color #11294D on white background.



Black color preview on #11294D background

This text has black color on #11294D background.


White color preview on #11294D background

This text has white color on #11294D background.