COLOR #1D83C0

HEX: #1D83C0
RGB: (29,131,192)

Color info

#1D83C0 contains mainly blue color. Web safe color of #1D83C0 is #3399CC (or #39C).

RGB color model

#1D83C0 color RGB value is (29,131,192).

  • red value is 29;
  • green value is 131;
  • blue value is 192.
RGB:
(29,131,192)
(11%,51%,75%)

RGB channels and saturation

R 29 of 255 = 11%
G 131 of 255 = 51%
B 192 of 255 = 75%

29
131
192

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

Portions of RGB colors in percentages

R + G + B =
29 + 131 + 192 = 352 (100%)
R 29 of 352 ~ 8.24%
G 131 of 352 ~ 37.22%
B 192 of 352 ~ 54.55%

%37.22
%54.55

CMYK color model

#1D83C0 color CMYK value is (85,32,0,25).

  • cyan value is 84.90%
  • magenta value is 31.77%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(85,32,0,25)
C85M32Y0K25 
(85%,32%,0%,25%)
(0.85/0.32/0.00/0.25)	

CMYK percentages

%84.9
%31.77
%0
%24.71

Codes

Color #1D83C0 in popluar color models

1D83C0
RGB29131192
HSL202°73.76%43.33%
HSB/HSV202°84.90%75.29%
CMYK84.90%31.77%0.00%
24.71%

Color #1D83C0 in popluar number systems.

HEX1D83C0
Decimal29131192
Binary111011000001111000000
Octal35203300

Shades and tints

Shades of #1D83C0

#1D83C0
(29,131,192)
#1B78AF
(27,120,175)
#196D9E
(25,109,158)
#17628D
(23,98,141)
#15577C
(21,87,124)
#134C6B
(19,76,107)
#11415A
(17,65,90)
#0F3649
(15,54,73)
#0D2B38
(13,43,56)
#0B2027
(11,32,39)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #1D83C0

#1D83C0
(29,131,192)
#318EC5
(49,142,197)
#4599CA
(69,153,202)
#59A4CF
(89,164,207)
#6DAFD4
(109,175,212)
#81BAD9
(129,186,217)
#95C5DE
(149,197,222)
#A9D0E3
(169,208,227)
#BDDBE8
(189,219,232)
#D1E6ED
(209,230,237)
#E5F1F2
(229,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D83C0 color. Also use rgb(29,131,192) instead hex code.

Text Font Color

.myTextColor { color: #1D83C0; }

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

This text font color is #1D83C0.


Background Color

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

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

This div background color is #1D83C0.


Border color

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

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

This div border color is #1D83C0.


Opacity

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

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

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

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

This text has shadow with #1D83C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D83C0 on black background.


Color preview on white background

This text has color #1D83C0 on white background.



Black color preview on #1D83C0 background

This text has black color on #1D83C0 background.


White color preview on #1D83C0 background

This text has white color on #1D83C0 background.