COLOR #1D33A7

HEX: #1D33A7
RGB: (29,51,167)

Color info

#1D33A7 contains mainly blue color. Web safe color of #1D33A7 is #333399 (or #339).

RGB color model

#1D33A7 color RGB value is (29,51,167).

  • red value is 29;
  • green value is 51;
  • blue value is 167.
RGB:
(29,51,167)
(11%,20%,65%)

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 167 of 255 = 65%

29
51
167

R + G + B ~ 32%. #1D33A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 167 = 247 (100%)
R 29 of 247 ~ 11.74%
G 51 of 247 ~ 20.65%
B 167 of 247 ~ 67.61%

%11.74
%20.65
%67.61

CMYK color model

#1D33A7 color CMYK value is (83,69,0,35).

  • cyan value is 82.63%
  • magenta value is 69.46%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(83,69,0,35)
C83M69Y0K35 
(83%,69%,0%,35%)
(0.83/0.69/0.00/0.35)	

CMYK percentages

%82.63
%69.46
%0
%34.51

Codes

Color #1D33A7 in popluar color models

1D33A7
RGB2951167
HSL230°70.41%38.43%
HSB/HSV230°82.63%65.49%
CMYK82.63%69.46%0.00%
34.51%

Color #1D33A7 in popluar number systems.

HEX1D33A7
Decimal2951167
Binary1110111001110100111
Octal3563247

Shades and tints

Shades of #1D33A7

#1D33A7
(29,51,167)
#1B2F98
(27,47,152)
#192B89
(25,43,137)
#17277A
(23,39,122)
#15236B
(21,35,107)
#131F5C
(19,31,92)
#111B4D
(17,27,77)
#0F173E
(15,23,62)
#0D132F
(13,19,47)
#0B0F20
(11,15,32)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #1D33A7

#1D33A7
(29,51,167)
#3145AF
(49,69,175)
#4557B7
(69,87,183)
#5969BF
(89,105,191)
#6D7BC7
(109,123,199)
#818DCF
(129,141,207)
#959FD7
(149,159,215)
#A9B1DF
(169,177,223)
#BDC3E7
(189,195,231)
#D1D5EF
(209,213,239)
#E5E7F7
(229,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D33A7 color. Also use rgb(29,51,167) instead hex code.

Text Font Color

.myTextColor { color: #1D33A7; }

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

This text font color is #1D33A7.


Background Color

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

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

This div background color is #1D33A7.


Border color

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

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

This div border color is #1D33A7.


Opacity

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

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

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

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

This text has shadow with #1D33A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D33A7 on black background.


Color preview on white background

This text has color #1D33A7 on white background.



Black color preview on #1D33A7 background

This text has black color on #1D33A7 background.


White color preview on #1D33A7 background

This text has white color on #1D33A7 background.