COLOR #001E7B

HEX: #001E7B
RGB: (0,30,123)

Color info

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

RGB color model

#001E7B color RGB value is (0,30,123).

  • red value is 0;
  • green value is 30;
  • blue value is 123.
RGB:
(0,30,123)
(0%,12%,48%)

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 123 of 255 = 48%

0
30
123

R + G + B ~ 20%. #001E7B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 30 + 123 = 153 (100%)
R 0 of 153 ~ 0%
G 30 of 153 ~ 19.61%
B 123 of 153 ~ 80.39%

%19.61
%80.39

CMYK color model

#001E7B color CMYK value is (100,76,0,52).

  • cyan value is 100.00%
  • magenta value is 75.61%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(100,76,0,52)
C100M76Y0K52 
(100%,76%,0%,52%)
(1.00/0.76/0.00/0.52)	

CMYK percentages

%100
%75.61
%0
%51.76

Codes

Color #001E7B in popluar color models

001E7B
RGB030123
HSL225°100.00%24.12%
HSB/HSV225°100.00%48.24%
CMYK100.00%75.61%0.00%
51.76%

Color #001E7B in popluar number systems.

HEX001E7B
Decimal030123
Binary0111101111011
Octal036173

Shades and tints

Shades of #001E7B

#001E7B
(0,30,123)
#001C70
(0,28,112)
#001A65
(0,26,101)
#00185A
(0,24,90)
#00164F
(0,22,79)
#001444
(0,20,68)
#001239
(0,18,57)
#00102E
(0,16,46)
#000E23
(0,14,35)
#000C18
(0,12,24)
#000A0D
(0,10,13)
#000000
(0,0,0)

Tints of #001E7B

#001E7B
(0,30,123)
#173287
(23,50,135)
#2E4693
(46,70,147)
#455A9F
(69,90,159)
#5C6EAB
(92,110,171)
#7382B7
(115,130,183)
#8A96C3
(138,150,195)
#A1AACF
(161,170,207)
#B8BEDB
(184,190,219)
#CFD2E7
(207,210,231)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001E7B color. Also use rgb(0,30,123) instead hex code.

Text Font Color

.myTextColor { color: #001E7B; }

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

This text font color is #001E7B.


Background Color

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

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

This div background color is #001E7B.


Border color

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

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

This div border color is #001E7B.


Opacity

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

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

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

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

This text has shadow with #001E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001E7B on black background.


Color preview on white background

This text has color #001E7B on white background.



Black color preview on #001E7B background

This text has black color on #001E7B background.


White color preview on #001E7B background

This text has white color on #001E7B background.