COLOR #001D3B

HEX: #001D3B
RGB: (0,29,59)

Color info

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

RGB color model

#001D3B color RGB value is (0,29,59).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 59 of 255 = 23%

0
29
59

R + G + B ~ 11%. #001D3B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 59 = 88 (100%)
R 0 of 88 ~ 0%
G 29 of 88 ~ 32.95%
B 59 of 88 ~ 67.05%

%32.95
%67.05

CMYK color model

#001D3B color CMYK value is (100,51,0,77).

  • cyan value is 100.00%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(100,51,0,77)
C100M51Y0K77 
(100%,51%,0%,77%)
(1.00/0.51/0.00/0.77)	

CMYK percentages

%100
%50.85
%0
%76.86

Codes

Color #001D3B in popluar color models

001D3B
RGB02959
HSL211°100.00%11.57%
HSB/HSV211°100.00%23.14%
CMYK100.00%50.85%0.00%
76.86%

Color #001D3B in popluar number systems.

HEX001D3B
Decimal02959
Binary011101111011
Octal03573

Shades and tints

Shades of #001D3B

#001D3B
(0,29,59)
#001B36
(0,27,54)
#001931
(0,25,49)
#00172C
(0,23,44)
#001527
(0,21,39)
#001322
(0,19,34)
#00111D
(0,17,29)
#000F18
(0,15,24)
#000D13
(0,13,19)
#000B0E
(0,11,14)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #001D3B

#001D3B
(0,29,59)
#17314C
(23,49,76)
#2E455D
(46,69,93)
#45596E
(69,89,110)
#5C6D7F
(92,109,127)
#738190
(115,129,144)
#8A95A1
(138,149,161)
#A1A9B2
(161,169,178)
#B8BDC3
(184,189,195)
#CFD1D4
(207,209,212)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D3B; }

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

This text font color is #001D3B.


Background Color

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

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

This div background color is #001D3B.


Border color

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

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

This div border color is #001D3B.


Opacity

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

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

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

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

This text has shadow with #001D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D3B on black background.


Color preview on white background

This text has color #001D3B on white background.



Black color preview on #001D3B background

This text has black color on #001D3B background.


White color preview on #001D3B background

This text has white color on #001D3B background.