COLOR #1D187D

HEX: #1D187D
RGB: (29,24,125)

Color info

#1D187D contains mainly blue color. Web safe color of #1D187D is #330066 (or #306).

RGB color model

#1D187D color RGB value is (29,24,125).

  • red value is 29;
  • green value is 24;
  • blue value is 125.
RGB:
(29,24,125)
(11%,9%,49%)

RGB channels and saturation

R 29 of 255 = 11%
G 24 of 255 = 9%
B 125 of 255 = 49%

29
24
125

R + G + B ~ 23%. #1D187D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 24 + 125 = 178 (100%)
R 29 of 178 ~ 16.29%
G 24 of 178 ~ 13.48%
B 125 of 178 ~ 70.22%

%16.29
%13.48
%70.22

CMYK color model

#1D187D color CMYK value is (77,81,0,51).

  • cyan value is 76.80%
  • magenta value is 80.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(77,81,0,51)
C77M81Y0K51 
(77%,81%,0%,51%)
(0.77/0.81/0.00/0.51)	

CMYK percentages

%76.8
%80.8
%0
%50.98

Codes

Color #1D187D in popluar color models

1D187D
RGB2924125
HSL243°67.79%29.22%
HSB/HSV243°80.80%49.02%
CMYK76.80%80.80%0.00%
50.98%

Color #1D187D in popluar number systems.

HEX1D187D
Decimal2924125
Binary11101110001111101
Octal3530175

Shades and tints

Shades of #1D187D

#1D187D
(29,24,125)
#1B1672
(27,22,114)
#191467
(25,20,103)
#17125C
(23,18,92)
#151051
(21,16,81)
#130E46
(19,14,70)
#110C3B
(17,12,59)
#0F0A30
(15,10,48)
#0D0825
(13,8,37)
#0B061A
(11,6,26)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #1D187D

#1D187D
(29,24,125)
#312D88
(49,45,136)
#454293
(69,66,147)
#59579E
(89,87,158)
#6D6CA9
(109,108,169)
#8181B4
(129,129,180)
#9596BF
(149,150,191)
#A9ABCA
(169,171,202)
#BDC0D5
(189,192,213)
#D1D5E0
(209,213,224)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D187D color. Also use rgb(29,24,125) instead hex code.

Text Font Color

.myTextColor { color: #1D187D; }

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

This text font color is #1D187D.


Background Color

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

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

This div background color is #1D187D.


Border color

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

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

This div border color is #1D187D.


Opacity

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

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

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

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

This text has shadow with #1D187D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D187D on black background.


Color preview on white background

This text has color #1D187D on white background.



Black color preview on #1D187D background

This text has black color on #1D187D background.


White color preview on #1D187D background

This text has white color on #1D187D background.