COLOR #1126A3

HEX: #1126A3 RGB: (17,38,163)

Color info

#1126A3 contains mainly blue color. Web safe color of #1126A3 is #003399 (or #039).

RGB color model

#1126A3 color RGB value is (17,38,163).

RGB: (17,38,163) (7%, 15%, 64%)

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 163 of 255 = 64%

17
38
163

R + G + B ~ 29%. #1126A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 38 + 163 = 218 (100%)
R 17 of 218 ~ 7.8%
G 38 of 218 ~ 17.43%
B 163 of 218 ~ 74.77'%

%17.43
%74.77

CMYK color model

#1126A3 color CMYK value is (90,77,0,36).

  • cyan value is 89.57%
  • magenta value is 76.69%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (90,77,0,36)
C90M77Y0K36 (90%, 77%, 0%, 36%)
(0.90 / 0.77 / 0.00 / 0.36)

CMYK percentages

%89.57
%76.69
%0
%36.08

Codes

Color #1126A3 in popluar color models

11 26 A3
RGB 17 38 163
HSL 231° 81.11% 35.29%
HSB/HSV 231° 89.57% 63.92%
CMYK 89.57% 76.69% 0.00%
36.08%

Color #1126A3 in popluar number systems.

HEX 11 26 A3
Decimal 17 38 163
Binary 10001 100110 10100011
Octal 21 46 243

Shades and tints

Shades of #1126A3

#1126A3
(17,38,163)
#102395
(16,35,149)
#0F2087
(15,32,135)
#0E1D79
(14,29,121)
#0D1A6B
(13,26,107)
#0C175D
(12,23,93)
#0B144F
(11,20,79)
#0A1141
(10,17,65)
#090E33
(9,14,51)
#080B25
(8,11,37)
#070817
(7,8,23)
#000000
(0,0,0)

Tints of #1126A3

#1126A3
(17,38,163)
#2639AB
(38,57,171)
#3B4CB3
(59,76,179)
#505FBB
(80,95,187)
#6572C3
(101,114,195)
#7A85CB
(122,133,203)
#8F98D3
(143,152,211)
#A4ABDB
(164,171,219)
#B9BEE3
(185,190,227)
#CED1EB
(206,209,235)
#E3E4F3
(227,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1126A3 color. Also use rgb(17,38,163) instead hex code.

Text Font Color

.myTextColor { color: #1126A3; }

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

This text font color is #1126A3.

Background Color

.myBgColor { background-color: #1126A3; }

<div style="background-color:#1126A3">Inner text</div>

This div background color is #1126A3.

Border color

.myBorderColor { border: 1px solid #1126A3; }

<div style="border:3px solid #1126A3">Div</div>

This div border color is #1126A3.

Opacity

.myOpacity80 { color: #1126A3; opacity: 0.8; }

<p style="color:#1126A3;opacity:0.8;">80%</p>

Text with #1126A3 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 #1126A3;}

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

This text has shadow with #1126A3 color.


.textShadow {text-shadow: 3px 3px 1px #1126A3', 3px 3px 1px red;}

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

This text has shadow with #1126A3 primary color and red secondary color.


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

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

This text has shadow with #1126A3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1126A3; -webkit-box-shadow: 1px 1px 3px 2px #1126A3; box-shadow:1px 1px 3px 2px #1126A3;">
Div content here
</div>

This div box has shadow with color #1126A3.

Preview

Color preview on black background

This text has color #1126A3 on black background.


Color preview on white background

This text has color #1126A3 on white background.


Black color preview on #1126A3 background

This text has black color on #1126A3 background.


White color preview on #1126A3 background

This text has white color on #1126A3 background.


Related colors

Complementary color

Complementary color for #1126A3 is #EED95C.


I love getcolorcode.com

Triadic colors

1 #A31126 and #26A311 with #1126A3 are triadic colors.

2 #A32611 and #2611A3 with #1126A3 are triadic colors.