COLOR #001E3C

HEX: #001E3C RGB: (0,30,60)

Color info

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

RGB color model

#001E3C color RGB value is (0,30,60).

RGB: (0,30,60) (0%, 12%, 24%)

RGB channels and saturation

R 0 of 255 = 0%
G 30 of 255 = 12%
B 60 of 255 = 24%

0
30
60

R + G + B ~ 12%. #001E3C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 30 + 60 = 90 (100%)
R 0 of 90 ~ 0%
G 30 of 90 ~ 33.33%
B 60 of 90 ~ 66.67'%

%33.33
%66.67

CMYK color model

#001E3C color CMYK value is (100,50,0,76).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK: (100,50,0,76) C100M50Y0K76 (100%,50%,0%,76%) (1.00/0.50/0.00/0.76) 

CMYK percentages

%100
%50
%0
%76.47

Codes

Color #001E3C in popluar color models

00 1E 3C
RGB 0 30 60
HSL 210° 100.00% 11.76%
HSB/HSV 210° 100.00% 23.53%
CMYK 100.00% 50.00% 0.00%
76.47%

Color #001E3C in popluar number systems.

HEX 00 1E 3C
Decimal 0 30 60
Binary 0 11110 111100
Octal 0 36 74

Shades and tints

Shades of #001E3C

#001E3C
(0,30,60)
#001C37
(0,28,55)
#001A32
(0,26,50)
#00182D
(0,24,45)
#001628
(0,22,40)
#001423
(0,20,35)
#00121E
(0,18,30)
#001019
(0,16,25)
#000E14
(0,14,20)
#000C0F
(0,12,15)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #001E3C

#001E3C
(0,30,60)
#17324D
(23,50,77)
#2E465E
(46,70,94)
#455A6F
(69,90,111)
#5C6E80
(92,110,128)
#738291
(115,130,145)
#8A96A2
(138,150,162)
#A1AAB3
(161,170,179)
#B8BEC4
(184,190,196)
#CFD2D5
(207,210,213)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001E3C; }

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

This text font color is #001E3C.

Background Color

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

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

This div background color is #001E3C.

Border color

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

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

This div border color is #001E3C.

Opacity

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

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

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

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

This text has shadow with #001E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001E3C.

Preview

Color preview on black background

This text has color #001E3C on black background.


Color preview on white background

This text has color #001E3C on white background.


Black color preview on #001E3C background

This text has black color on #001E3C background.


White color preview on #001E3C background

This text has white color on #001E3C background.


Related colors

Complementary color

Complementary color for #hex is #FFE1C3.


I love getcolorcode.com

Triadic colors

1 #3C001E and #1E3C00 with #001E3C are triadic colors.

2 #3C1E00 and #1E003C with #001E3C are triadic colors.