COLOR #1D0248

HEX: #1D0248 RGB: (29,2,72)

Color info

#1D0248 contains mainly red and blue colors. Web safe color of #1D0248 is #330033 (or #303).

RGB color model

#1D0248 color RGB value is (29,2,72).

RGB: (29,2,72) (11%, 1%, 28%)

RGB channels and saturation

R 29 of 255 = 11%
G 2 of 255 = 1%
B 72 of 255 = 28%

29
2
72

R + G + B ~ 13%. #1D0248 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 2 + 72 = 103 (100%)
R 29 of 103 ~ 28.16%
G 2 of 103 ~ 1.94%
B 72 of 103 ~ 69.9'%

%28.16
%69.9

CMYK color model

#1D0248 color CMYK value is (60,97,0,72).

  • cyan value is 59.72%
  • magenta value is 97.22%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (60,97,0,72)
C60M97Y0K72 (60%, 97%, 0%, 72%)
(0.60 / 0.97 / 0.00 / 0.72)

CMYK percentages

%59.72
%97.22
%0
%71.76

Codes

Color #1D0248 in popluar color models

1D 02 48
RGB 29 2 72
HSL 263° 94.59% 14.51%
HSB/HSV 263° 97.22% 28.24%
CMYK 59.72% 97.22% 0.00%
71.76%

Color #1D0248 in popluar number systems.

HEX 1D 02 48
Decimal 29 2 72
Binary 11101 10 1001000
Octal 35 2 110

Shades and tints

Shades of #1D0248

#1D0248
(29,2,72)
#1B0242
(27,2,66)
#19023C
(25,2,60)
#170236
(23,2,54)
#150230
(21,2,48)
#13022A
(19,2,42)
#110224
(17,2,36)
#0F021E
(15,2,30)
#0D0218
(13,2,24)
#0B0212
(11,2,18)
#09020C
(9,2,12)
#000000
(0,0,0)

Tints of #1D0248

#1D0248
(29,2,72)
#311958
(49,25,88)
#453068
(69,48,104)
#594778
(89,71,120)
#6D5E88
(109,94,136)
#817598
(129,117,152)
#958CA8
(149,140,168)
#A9A3B8
(169,163,184)
#BDBAC8
(189,186,200)
#D1D1D8
(209,209,216)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0248 color. Also use rgb(29,2,72) instead hex code.

Text Font Color

.myTextColor { color: #1D0248; }

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

This text font color is #1D0248.

Background Color

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

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

This div background color is #1D0248.

Border color

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

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

This div border color is #1D0248.

Opacity

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

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

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

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

This text has shadow with #1D0248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D0248.

Preview

Color preview on black background

This text has color #1D0248 on black background.


Color preview on white background

This text has color #1D0248 on white background.


Black color preview on #1D0248 background

This text has black color on #1D0248 background.


White color preview on #1D0248 background

This text has white color on #1D0248 background.


Related colors

Complementary color

Complementary color for #hex is #E2FDB7.


I love getcolorcode.com

Triadic colors

1 #481D02 and #02481D with #1D0248 are triadic colors.

2 #48021D and #021D48 with #1D0248 are triadic colors.