COLOR #1164E3

HEX: #1164E3 RGB: (17,100,227)

Color info

#1164E3 contains mainly blue color. Web safe color of #1164E3 is #0066CC (or #06C).

RGB color model

#1164E3 color RGB value is (17,100,227).

RGB: (17,100,227) (7%, 39%, 89%)

RGB channels and saturation

R 17 of 255 = 7%
G 100 of 255 = 39%
B 227 of 255 = 89%

17
100
227

R + G + B ~ 45%. #1164E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 17 + 100 + 227 = 344 (100%)
R 17 of 344 ~ 4.94%
G 100 of 344 ~ 29.07%
B 227 of 344 ~ 65.99'%

%29.07
%65.99

CMYK color model

#1164E3 color CMYK value is (93,56,0,11).

  • cyan value is 92.51%
  • magenta value is 55.95%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (93,56,0,11) C93M56Y0K11 (93%,56%,0%,11%) (0.93/0.56/0.00/0.11) 

CMYK percentages

%92.51
%55.95
%0
%10.98

Codes

Color #1164E3 in popluar color models

11 64 E3
RGB 17 100 227
HSL 216° 86.07% 47.84%
HSB/HSV 216° 92.51% 89.02%
CMYK 92.51% 55.95% 0.00%
10.98%

Color #1164E3 in popluar number systems.

HEX 11 64 E3
Decimal 17 100 227
Binary 10001 1100100 11100011
Octal 21 144 343

Shades and tints

Shades of #1164E3

#1164E3
(17,100,227)
#105BCF
(16,91,207)
#0F52BB
(15,82,187)
#0E49A7
(14,73,167)
#0D4093
(13,64,147)
#0C377F
(12,55,127)
#0B2E6B
(11,46,107)
#0A2557
(10,37,87)
#091C43
(9,28,67)
#08132F
(8,19,47)
#070A1B
(7,10,27)
#000000
(0,0,0)

Tints of #1164E3

#1164E3
(17,100,227)
#2672E5
(38,114,229)
#3B80E7
(59,128,231)
#508EE9
(80,142,233)
#659CEB
(101,156,235)
#7AAAED
(122,170,237)
#8FB8EF
(143,184,239)
#A4C6F1
(164,198,241)
#B9D4F3
(185,212,243)
#CEE2F5
(206,226,245)
#E3F0F7
(227,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1164E3 color. Also use rgb(17,100,227) instead hex code.

Text Font Color

.myTextColor { color: #1164E3; }

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

This text font color is #1164E3.

Background Color

.myBgColor { background-color: #1164E3; }

<div style="background-color:#1164E3">Inner text</div>

This div background color is #1164E3.

Border color

.myBorderColor { border: 1px solid #1164E3; }

<div style="border:3px solid #1164E3">Div</div>

This div border color is #1164E3.

Opacity

.myOpacity80 { color: #1164E3; opacity: 0.8; }

<p style="color:#1164E3;opacity:0.8;">80%</p>

Text with #1164E3 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 #1164E3;}

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

This text has shadow with #1164E3 color.


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

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

This text has shadow with #1164E3 primary color and red secondary color.


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

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

This text has shadow with #1164E3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1164E3.

Preview

Color preview on black background

This text has color #1164E3 on black background.


Color preview on white background

This text has color #1164E3 on white background.


Black color preview on #1164E3 background

This text has black color on #1164E3 background.


White color preview on #1164E3 background

This text has white color on #1164E3 background.


Related colors

Complementary color

Complementary color for #hex is #EE9B1C.


I love getcolorcode.com

Triadic colors

1 #E31164 and #64E311 with #1164E3 are triadic colors.

2 #E36411 and #6411E3 with #1164E3 are triadic colors.