COLOR #001D33

HEX: #001D33
RGB: (0,29,51)

Color info

#001D33 contains only green and blue colors. Web safe color of #001D33 is #003333 (or #033).

RGB color model

#001D33 color RGB value is (0,29,51).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 51 of 255 = 20%

0
29
51

R + G + B ~ 10%. #001D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 51 = 80 (100%)
R 0 of 80 ~ 0%
G 29 of 80 ~ 36.25%
B 51 of 80 ~ 63.75%

%36.25
%63.75

CMYK color model

#001D33 color CMYK value is (100,43,0,80).

  • cyan value is 100.00%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(100,43,0,80)
C100M43Y0K80 
(100%,43%,0%,80%)
(1.00/0.43/0.00/0.80)	

CMYK percentages

%100
%43.14
%0
%80

Codes

Color #001D33 in popluar color models

001D33
RGB02951
HSL206°100.00%10.00%
HSB/HSV206°100.00%20.00%
CMYK100.00%43.14%0.00%
80.00%

Color #001D33 in popluar number systems.

HEX001D33
Decimal02951
Binary011101110011
Octal03563

Shades and tints

Shades of #001D33

#001D33
(0,29,51)
#001B2F
(0,27,47)
#00192B
(0,25,43)
#001727
(0,23,39)
#001523
(0,21,35)
#00131F
(0,19,31)
#00111B
(0,17,27)
#000F17
(0,15,23)
#000D13
(0,13,19)
#000B0F
(0,11,15)
#00090B
(0,9,11)
#000000
(0,0,0)

Tints of #001D33

#001D33
(0,29,51)
#173145
(23,49,69)
#2E4557
(46,69,87)
#455969
(69,89,105)
#5C6D7B
(92,109,123)
#73818D
(115,129,141)
#8A959F
(138,149,159)
#A1A9B1
(161,169,177)
#B8BDC3
(184,189,195)
#CFD1D5
(207,209,213)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001D33 color. Also use rgb(0,29,51) instead hex code.

Text Font Color

.myTextColor { color: #001D33; }

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

This text font color is #001D33.


Background Color

.myBgColor { background-color: #001D33; }

<div style="background-color:#001D33">Inner text</div>

This div background color is #001D33.


Border color

.myBorderColor { border: 1px solid #001D33; }

<div style="border:3px solid #001D33">Div</div>

This div border color is #001D33.


Opacity

.myOpacity80 { color: #001D33; opacity: 0.8; }

<p style="color:#001D33;opacity:0.8;">80%</p>

Text with #001D33 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 #001D33;}

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

This text has shadow with #001D33 color.

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

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

This text has shadow with #001D33 primary color and red secondary color.


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

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

This text has shadow with #001D33 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D33 on black background.


Color preview on white background

This text has color #001D33 on white background.



Black color preview on #001D33 background

This text has black color on #001D33 background.


White color preview on #001D33 background

This text has white color on #001D33 background.