COLOR #011E3B

HEX: #011E3B RGB: (1,30,59)

Color info

#011E3B contains red, green and blue colors in about the same proportion. Web safe color of #011E3B is #003333 (or #033).

RGB color model

#011E3B color RGB value is (1,30,59).

RGB: (1,30,59) (0%, 12%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 59 of 255 = 23%

1
30
59

R + G + B ~ 12%. #011E3B is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 30 + 59 = 90 (100%)
R 1 of 90 ~ 1.11%
G 30 of 90 ~ 33.33%
B 59 of 90 ~ 65.56'%

%33.33
%65.56

CMYK color model

#011E3B color CMYK value is (98,49,0,77).

  • cyan value is 98.31%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (98,49,0,77)
C98M49Y0K77 (98%, 49%, 0%, 77%)
(0.98 / 0.49 / 0.00 / 0.77)

CMYK percentages

%98.31
%49.15
%0
%76.86

Codes

Color #011E3B in popluar color models

01 1E 3B
RGB 1 30 59
HSL 210° 96.67% 11.76%
HSB/HSV 210° 98.31% 23.14%
CMYK 98.31% 49.15% 0.00%
76.86%

Color #011E3B in popluar number systems.

HEX 01 1E 3B
Decimal 1 30 59
Binary 1 11110 111011
Octal 1 36 73

Shades and tints

Shades of #011E3B

#011E3B
(1,30,59)
#011C36
(1,28,54)
#011A31
(1,26,49)
#01182C
(1,24,44)
#011627
(1,22,39)
#011422
(1,20,34)
#01121D
(1,18,29)
#011018
(1,16,24)
#010E13
(1,14,19)
#010C0E
(1,12,14)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #011E3B

#011E3B
(1,30,59)
#18324C
(24,50,76)
#2F465D
(47,70,93)
#465A6E
(70,90,110)
#5D6E7F
(93,110,127)
#748290
(116,130,144)
#8B96A1
(139,150,161)
#A2AAB2
(162,170,178)
#B9BEC3
(185,190,195)
#D0D2D4
(208,210,212)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011E3B color. Also use rgb(1,30,59) instead hex code.

Text Font Color

.myTextColor { color: #011E3B; }

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

This text font color is #011E3B.

Background Color

.myBgColor { background-color: #011E3B; }

<div style="background-color:#011E3B">Inner text</div>

This div background color is #011E3B.

Border color

.myBorderColor { border: 1px solid #011E3B; }

<div style="border:3px solid #011E3B">Div</div>

This div border color is #011E3B.

Opacity

.myOpacity80 { color: #011E3B; opacity: 0.8; }

<p style="color:#011E3B;opacity:0.8;">80%</p>

Text with #011E3B 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 #011E3B;}

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

This text has shadow with #011E3B color.


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

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

This text has shadow with #011E3B primary color and red secondary color.


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

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

This text has shadow with #011E3B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #011E3B.

Preview

Color preview on black background

This text has color #011E3B on black background.


Color preview on white background

This text has color #011E3B on white background.


Black color preview on #011E3B background

This text has black color on #011E3B background.


White color preview on #011E3B background

This text has white color on #011E3B background.


Related colors

Complementary color

Complementary color for #hex is #FEE1C4.


I love getcolorcode.com

Triadic colors

1 #3B011E and #1E3B01 with #011E3B are triadic colors.

2 #3B1E01 and #1E013B with #011E3B are triadic colors.