COLOR #1D1C6A

HEX: #1D1C6A RGB: (29,28,106)

Color info

#1D1C6A contains mainly blue color. Web safe color of #1D1C6A is #333366 (or #336).

RGB color model

#1D1C6A color RGB value is (29,28,106).

RGB: (29,28,106) (11%, 11%, 42%)

RGB channels and saturation

R 29 of 255 = 11%
G 28 of 255 = 11%
B 106 of 255 = 42%

29
28
106

R + G + B ~ 21%. #1D1C6A is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 28 + 106 = 163 (100%)
R 29 of 163 ~ 17.79%
G 28 of 163 ~ 17.18%
B 106 of 163 ~ 65.03'%

%17.79
%17.18
%65.03

CMYK color model

#1D1C6A color CMYK value is (73,74,0,58).

  • cyan value is 72.64%
  • magenta value is 73.58%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (73,74,0,58)
C73M74Y0K58 (73%, 74%, 0%, 58%)
(0.73 / 0.74 / 0.00 / 0.58)

CMYK percentages

%72.64
%73.58
%0
%58.43

Codes

Color #1D1C6A in popluar color models

1D 1C 6A
RGB 29 28 106
HSL 241° 58.21% 26.27%
HSB/HSV 241° 73.58% 41.57%
CMYK 72.64% 73.58% 0.00%
58.43%

Color #1D1C6A in popluar number systems.

HEX 1D 1C 6A
Decimal 29 28 106
Binary 11101 11100 1101010
Octal 35 34 152

Shades and tints

Shades of #1D1C6A

#1D1C6A
(29,28,106)
#1B1A61
(27,26,97)
#191858
(25,24,88)
#17164F
(23,22,79)
#151446
(21,20,70)
#13123D
(19,18,61)
#111034
(17,16,52)
#0F0E2B
(15,14,43)
#0D0C22
(13,12,34)
#0B0A19
(11,10,25)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #1D1C6A

#1D1C6A
(29,28,106)
#313077
(49,48,119)
#454484
(69,68,132)
#595891
(89,88,145)
#6D6C9E
(109,108,158)
#8180AB
(129,128,171)
#9594B8
(149,148,184)
#A9A8C5
(169,168,197)
#BDBCD2
(189,188,210)
#D1D0DF
(209,208,223)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1C6A color. Also use rgb(29,28,106) instead hex code.

Text Font Color

.myTextColor { color: #1D1C6A; }

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

This text font color is #1D1C6A.

Background Color

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

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

This div background color is #1D1C6A.

Border color

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

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

This div border color is #1D1C6A.

Opacity

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

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

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

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

This text has shadow with #1D1C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1C6A.

Preview

Color preview on black background

This text has color #1D1C6A on black background.


Color preview on white background

This text has color #1D1C6A on white background.


Black color preview on #1D1C6A background

This text has black color on #1D1C6A background.


White color preview on #1D1C6A background

This text has white color on #1D1C6A background.


Related colors

Complementary color

Complementary color for #hex is #E2E395.


I love getcolorcode.com

Triadic colors

1 #6A1D1C and #1C6A1D with #1D1C6A are triadic colors.

2 #6A1C1D and #1C1D6A with #1D1C6A are triadic colors.