COLOR #1D76B8

HEX: #1D76B8
RGB: (29,118,184)

Color info

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

RGB color model

#1D76B8 color RGB value is (29,118,184).

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

RGB channels and saturation

R 29 of 255 = 11%
G 118 of 255 = 46%
B 184 of 255 = 72%

29
118
184

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

Portions of RGB colors in percentages

R + G + B =
29 + 118 + 184 = 331 (100%)
R 29 of 331 ~ 8.76%
G 118 of 331 ~ 35.65%
B 184 of 331 ~ 55.59%

%35.65
%55.59

CMYK color model

#1D76B8 color CMYK value is (84,36,0,28).

  • cyan value is 84.24%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(84,36,0,28)
C84M36Y0K28 
(84%,36%,0%,28%)
(0.84/0.36/0.00/0.28)	

CMYK percentages

%84.24
%35.87
%0
%27.84

Codes

Color #1D76B8 in popluar color models

1D76B8
RGB29118184
HSL206°72.77%41.76%
HSB/HSV206°84.24%72.16%
CMYK84.24%35.87%0.00%
27.84%

Color #1D76B8 in popluar number systems.

HEX1D76B8
Decimal29118184
Binary11101111011010111000
Octal35166270

Shades and tints

Shades of #1D76B8

#1D76B8
(29,118,184)
#1B6CA8
(27,108,168)
#196298
(25,98,152)
#175888
(23,88,136)
#154E78
(21,78,120)
#134468
(19,68,104)
#113A58
(17,58,88)
#0F3048
(15,48,72)
#0D2638
(13,38,56)
#0B1C28
(11,28,40)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #1D76B8

#1D76B8
(29,118,184)
#3182BE
(49,130,190)
#458EC4
(69,142,196)
#599ACA
(89,154,202)
#6DA6D0
(109,166,208)
#81B2D6
(129,178,214)
#95BEDC
(149,190,220)
#A9CAE2
(169,202,226)
#BDD6E8
(189,214,232)
#D1E2EE
(209,226,238)
#E5EEF4
(229,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D76B8; }

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

This text font color is #1D76B8.


Background Color

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

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

This div background color is #1D76B8.


Border color

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

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

This div border color is #1D76B8.


Opacity

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

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

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

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

This text has shadow with #1D76B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D76B8 on black background.


Color preview on white background

This text has color #1D76B8 on white background.



Black color preview on #1D76B8 background

This text has black color on #1D76B8 background.


White color preview on #1D76B8 background

This text has white color on #1D76B8 background.