COLOR #001D68

HEX: #001D68
RGB: (0,29,104)

Color info

#001D68 contains mainly blue color. Web safe color of #001D68 is #003366 (or #036).

RGB color model

#001D68 color RGB value is (0,29,104).

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

RGB channels and saturation

R 0 of 255 = 0%
G 29 of 255 = 11%
B 104 of 255 = 41%

0
29
104

R + G + B ~ 17%. #001D68 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 29 + 104 = 133 (100%)
R 0 of 133 ~ 0%
G 29 of 133 ~ 21.8%
B 104 of 133 ~ 78.2%

%21.8
%78.2

CMYK color model

#001D68 color CMYK value is (100,72,0,59).

  • cyan value is 100.00%
  • magenta value is 72.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(100,72,0,59)
C100M72Y0K59 
(100%,72%,0%,59%)
(1.00/0.72/0.00/0.59)	

CMYK percentages

%100
%72.12
%0
%59.22

Codes

Color #001D68 in popluar color models

001D68
RGB029104
HSL223°100.00%20.39%
HSB/HSV223°100.00%40.78%
CMYK100.00%72.12%0.00%
59.22%

Color #001D68 in popluar number systems.

HEX001D68
Decimal029104
Binary0111011101000
Octal035150

Shades and tints

Shades of #001D68

#001D68
(0,29,104)
#001B5F
(0,27,95)
#001956
(0,25,86)
#00174D
(0,23,77)
#001544
(0,21,68)
#00133B
(0,19,59)
#001132
(0,17,50)
#000F29
(0,15,41)
#000D20
(0,13,32)
#000B17
(0,11,23)
#00090E
(0,9,14)
#000000
(0,0,0)

Tints of #001D68

#001D68
(0,29,104)
#173175
(23,49,117)
#2E4582
(46,69,130)
#45598F
(69,89,143)
#5C6D9C
(92,109,156)
#7381A9
(115,129,169)
#8A95B6
(138,149,182)
#A1A9C3
(161,169,195)
#B8BDD0
(184,189,208)
#CFD1DD
(207,209,221)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D68; }

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

This text font color is #001D68.


Background Color

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

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

This div background color is #001D68.


Border color

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

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

This div border color is #001D68.


Opacity

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

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

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

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

This text has shadow with #001D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D68 on black background.


Color preview on white background

This text has color #001D68 on white background.



Black color preview on #001D68 background

This text has black color on #001D68 background.


White color preview on #001D68 background

This text has white color on #001D68 background.