COLOR #1D76C6

HEX: #1D76C6
RGB: (29,118,198)

Color info

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

RGB color model

#1D76C6 color RGB value is (29,118,198).

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

RGB channels and saturation

R 29 of 255 = 11%
G 118 of 255 = 46%
B 198 of 255 = 78%

29
118
198

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

Portions of RGB colors in percentages

R + G + B =
29 + 118 + 198 = 345 (100%)
R 29 of 345 ~ 8.41%
G 118 of 345 ~ 34.2%
B 198 of 345 ~ 57.39%

%34.2
%57.39

CMYK color model

#1D76C6 color CMYK value is (85,40,0,22).

  • cyan value is 85.35%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(85,40,0,22)
C85M40Y0K22 
(85%,40%,0%,22%)
(0.85/0.40/0.00/0.22)	

CMYK percentages

%85.35
%40.4
%0
%22.35

Codes

Color #1D76C6 in popluar color models

1D76C6
RGB29118198
HSL208°74.45%44.51%
HSB/HSV208°85.35%77.65%
CMYK85.35%40.40%0.00%
22.35%

Color #1D76C6 in popluar number systems.

HEX1D76C6
Decimal29118198
Binary11101111011011000110
Octal35166306

Shades and tints

Shades of #1D76C6

#1D76C6
(29,118,198)
#1B6CB4
(27,108,180)
#1962A2
(25,98,162)
#175890
(23,88,144)
#154E7E
(21,78,126)
#13446C
(19,68,108)
#113A5A
(17,58,90)
#0F3048
(15,48,72)
#0D2636
(13,38,54)
#0B1C24
(11,28,36)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #1D76C6

#1D76C6
(29,118,198)
#3182CB
(49,130,203)
#458ED0
(69,142,208)
#599AD5
(89,154,213)
#6DA6DA
(109,166,218)
#81B2DF
(129,178,223)
#95BEE4
(149,190,228)
#A9CAE9
(169,202,233)
#BDD6EE
(189,214,238)
#D1E2F3
(209,226,243)
#E5EEF8
(229,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D76C6; }

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

This text font color is #1D76C6.


Background Color

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

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

This div background color is #1D76C6.


Border color

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

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

This div border color is #1D76C6.


Opacity

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

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

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

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

This text has shadow with #1D76C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D76C6 on black background.


Color preview on white background

This text has color #1D76C6 on white background.



Black color preview on #1D76C6 background

This text has black color on #1D76C6 background.


White color preview on #1D76C6 background

This text has white color on #1D76C6 background.