COLOR #1F76C6

HEX: #1F76C6
RGB: (31,118,198)

Color info

#1F76C6 contains mainly blue color. Web safe color of #1F76C6 is #3366CC (or #36C).

RGB color model

#1F76C6 color RGB value is (31,118,198).

  • red value is 31;
  • green value is 118;
  • blue value is 198.
RGB:
(31,118,198)
(12%,46%,78%)

RGB channels and saturation

R 31 of 255 = 12%
G 118 of 255 = 46%
B 198 of 255 = 78%

31
118
198

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

Portions of RGB colors in percentages

R + G + B =
31 + 118 + 198 = 347 (100%)
R 31 of 347 ~ 8.93%
G 118 of 347 ~ 34.01%
B 198 of 347 ~ 57.06%

%34.01
%57.06

CMYK color model

#1F76C6 color CMYK value is (84,40,0,22).

  • cyan value is 84.34%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(84,40,0,22)
C84M40Y0K22 
(84%,40%,0%,22%)
(0.84/0.40/0.00/0.22)	

CMYK percentages

%84.34
%40.4
%0
%22.35

Codes

Color #1F76C6 in popluar color models

1F76C6
RGB31118198
HSL209°72.93%44.90%
HSB/HSV209°84.34%77.65%
CMYK84.34%40.40%0.00%
22.35%

Color #1F76C6 in popluar number systems.

HEX1F76C6
Decimal31118198
Binary11111111011011000110
Octal37166306

Shades and tints

Shades of #1F76C6

#1F76C6
(31,118,198)
#1D6CB4
(29,108,180)
#1B62A2
(27,98,162)
#195890
(25,88,144)
#174E7E
(23,78,126)
#15446C
(21,68,108)
#133A5A
(19,58,90)
#113048
(17,48,72)
#0F2636
(15,38,54)
#0D1C24
(13,28,36)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #1F76C6

#1F76C6
(31,118,198)
#3382CB
(51,130,203)
#478ED0
(71,142,208)
#5B9AD5
(91,154,213)
#6FA6DA
(111,166,218)
#83B2DF
(131,178,223)
#97BEE4
(151,190,228)
#ABCAE9
(171,202,233)
#BFD6EE
(191,214,238)
#D3E2F3
(211,226,243)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F76C6 color. Also use rgb(31,118,198) instead hex code.

Text Font Color

.myTextColor { color: #1F76C6; }

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

This text font color is #1F76C6.


Background Color

.myBgColor { background-color: #1F76C6; }

<div style="background-color:#1F76C6">Inner text</div>

This div background color is #1F76C6.


Border color

.myBorderColor { border: 1px solid #1F76C6; }

<div style="border:3px solid #1F76C6">Div</div>

This div border color is #1F76C6.


Opacity

.myOpacity80 { color: #1F76C6; opacity: 0.8; }

<p style="color:#1F76C6;opacity:0.8;">80%</p>

Text with #1F76C6 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 #1F76C6;}

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

This text has shadow with #1F76C6 color.

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

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

This text has shadow with #1F76C6 primary color and red secondary color.


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

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

This text has shadow with #1F76C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F76C6 on black background.


Color preview on white background

This text has color #1F76C6 on white background.



Black color preview on #1F76C6 background

This text has black color on #1F76C6 background.


White color preview on #1F76C6 background

This text has white color on #1F76C6 background.