COLOR #012E33

HEX: #012E33 RGB: (1,46,51)

Color info

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

RGB color model

#012E33 color RGB value is (1,46,51).

RGB: (1,46,51) (0%, 18%, 20%)

RGB channels and saturation

R 1 of 255 = 0%
G 46 of 255 = 18%
B 51 of 255 = 20%

1
46
51

R + G + B ~ 13%. #012E33 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 46 + 51 = 98 (100%)
R 1 of 98 ~ 1.02%
G 46 of 98 ~ 46.94%
B 51 of 98 ~ 52.04'%

%46.94
%52.04

CMYK color model

#012E33 color CMYK value is (98,10,0,80).

  • cyan value is 98.04%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (98,10,0,80)
C98M10Y0K80 (98%, 10%, 0%, 80%)
(0.98 / 0.10 / 0.00 / 0.80)

CMYK percentages

%98.04
%9.8
%0
%80

Codes

Color #012E33 in popluar color models

01 2E 33
RGB 1 46 51
HSL 186° 96.15% 10.20%
HSB/HSV 186° 98.04% 20.00%
CMYK 98.04% 9.80% 0.00%
80.00%

Color #012E33 in popluar number systems.

HEX 01 2E 33
Decimal 1 46 51
Binary 1 101110 110011
Octal 1 56 63

Shades and tints

Shades of #012E33

#012E33
(1,46,51)
#012A2F
(1,42,47)
#01262B
(1,38,43)
#012227
(1,34,39)
#011E23
(1,30,35)
#011A1F
(1,26,31)
#01161B
(1,22,27)
#011217
(1,18,23)
#010E13
(1,14,19)
#010A0F
(1,10,15)
#01060B
(1,6,11)
#000000
(0,0,0)

Tints of #012E33

#012E33
(1,46,51)
#184145
(24,65,69)
#2F5457
(47,84,87)
#466769
(70,103,105)
#5D7A7B
(93,122,123)
#748D8D
(116,141,141)
#8BA09F
(139,160,159)
#A2B3B1
(162,179,177)
#B9C6C3
(185,198,195)
#D0D9D5
(208,217,213)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012E33 color. Also use rgb(1,46,51) instead hex code.

Text Font Color

.myTextColor { color: #012E33; }

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

This text font color is #012E33.

Background Color

.myBgColor { background-color: #012E33; }

<div style="background-color:#012E33">Inner text</div>

This div background color is #012E33.

Border color

.myBorderColor { border: 1px solid #012E33; }

<div style="border:3px solid #012E33">Div</div>

This div border color is #012E33.

Opacity

.myOpacity80 { color: #012E33; opacity: 0.8; }

<p style="color:#012E33;opacity:0.8;">80%</p>

Text with #012E33 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 #012E33;}

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

This text has shadow with #012E33 color.


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

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

This text has shadow with #012E33 primary color and red secondary color.


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

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

This text has shadow with #012E33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #012E33.

Preview

Color preview on black background

This text has color #012E33 on black background.


Color preview on white background

This text has color #012E33 on white background.


Black color preview on #012E33 background

This text has black color on #012E33 background.


White color preview on #012E33 background

This text has white color on #012E33 background.


Related colors

Complementary color

Complementary color for #hex is #FED1CC.


I love getcolorcode.com

Triadic colors

1 #33012E and #2E3301 with #012E33 are triadic colors.

2 #332E01 and #2E0133 with #012E33 are triadic colors.