COLOR #011E46

HEX: #011E46 RGB: (1,30,70)

Color info

#011E46 contains mainly green and blue colors. Web safe color of #011E46 is #003333 (or #033).

RGB color model

#011E46 color RGB value is (1,30,70).

RGB: (1,30,70) (0%, 12%, 27%)

RGB channels and saturation

R 1 of 255 = 0%
G 30 of 255 = 12%
B 70 of 255 = 27%

1
30
70

R + G + B ~ 13%. #011E46 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 30 + 70 = 101 (100%)
R 1 of 101 ~ 0.99%
G 30 of 101 ~ 29.7%
B 70 of 101 ~ 69.31'%

%29.7
%69.31

CMYK color model

#011E46 color CMYK value is (99,57,0,73).

  • cyan value is 98.57%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (99,57,0,73) C99M57Y0K73 (99%,57%,0%,73%) (0.99/0.57/0.00/0.73) 

CMYK percentages

%98.57
%57.14
%0
%72.55

Codes

Color #011E46 in popluar color models

01 1E 46
RGB 1 30 70
HSL 215° 97.18% 13.92%
HSB/HSV 215° 98.57% 27.45%
CMYK 98.57% 57.14% 0.00%
72.55%

Color #011E46 in popluar number systems.

HEX 01 1E 46
Decimal 1 30 70
Binary 1 11110 1000110
Octal 1 36 106

Shades and tints

Shades of #011E46

#011E46
(1,30,70)
#011C40
(1,28,64)
#011A3A
(1,26,58)
#011834
(1,24,52)
#01162E
(1,22,46)
#011428
(1,20,40)
#011222
(1,18,34)
#01101C
(1,16,28)
#010E16
(1,14,22)
#010C10
(1,12,16)
#010A0A
(1,10,10)
#000000
(0,0,0)

Tints of #011E46

#011E46
(1,30,70)
#183256
(24,50,86)
#2F4666
(47,70,102)
#465A76
(70,90,118)
#5D6E86
(93,110,134)
#748296
(116,130,150)
#8B96A6
(139,150,166)
#A2AAB6
(162,170,182)
#B9BEC6
(185,190,198)
#D0D2D6
(208,210,214)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011E46; }

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

This text font color is #011E46.

Background Color

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

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

This div background color is #011E46.

Border color

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

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

This div border color is #011E46.

Opacity

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

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

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

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

This text has shadow with #011E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011E46.

Preview

Color preview on black background

This text has color #011E46 on black background.


Color preview on white background

This text has color #011E46 on white background.


Black color preview on #011E46 background

This text has black color on #011E46 background.


White color preview on #011E46 background

This text has white color on #011E46 background.


Related colors

Complementary color

Complementary color for #hex is #FEE1B9.


I love getcolorcode.com

Triadic colors

1 #46011E and #1E4601 with #011E46 are triadic colors.

2 #461E01 and #1E0146 with #011E46 are triadic colors.