COLOR #013E48

HEX: #013E48 RGB: (1,62,72)

Color info

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

RGB color model

#013E48 color RGB value is (1,62,72).

RGB: (1,62,72) (0%, 24%, 28%)

RGB channels and saturation

R 1 of 255 = 0%
G 62 of 255 = 24%
B 72 of 255 = 28%

1
62
72

R + G + B ~ 17%. #013E48 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 62 + 72 = 135 (100%)
R 1 of 135 ~ 0.74%
G 62 of 135 ~ 45.93%
B 72 of 135 ~ 53.33'%

%45.93
%53.33

CMYK color model

#013E48 color CMYK value is (99,14,0,72).

  • cyan value is 98.61%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (99,14,0,72)
C99M14Y0K72 (99%, 14%, 0%, 72%)
(0.99 / 0.14 / 0.00 / 0.72)

CMYK percentages

%98.61
%13.89
%0
%71.76

Codes

Color #013E48 in popluar color models

01 3E 48
RGB 1 62 72
HSL 188° 97.26% 14.31%
HSB/HSV 188° 98.61% 28.24%
CMYK 98.61% 13.89% 0.00%
71.76%

Color #013E48 in popluar number systems.

HEX 01 3E 48
Decimal 1 62 72
Binary 1 111110 1001000
Octal 1 76 110

Shades and tints

Shades of #013E48

#013E48
(1,62,72)
#013942
(1,57,66)
#01343C
(1,52,60)
#012F36
(1,47,54)
#012A30
(1,42,48)
#01252A
(1,37,42)
#012024
(1,32,36)
#011B1E
(1,27,30)
#011618
(1,22,24)
#011112
(1,17,18)
#010C0C
(1,12,12)
#000000
(0,0,0)

Tints of #013E48

#013E48
(1,62,72)
#184F58
(24,79,88)
#2F6068
(47,96,104)
#467178
(70,113,120)
#5D8288
(93,130,136)
#749398
(116,147,152)
#8BA4A8
(139,164,168)
#A2B5B8
(162,181,184)
#B9C6C8
(185,198,200)
#D0D7D8
(208,215,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013E48 color. Also use rgb(1,62,72) instead hex code.

Text Font Color

.myTextColor { color: #013E48; }

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

This text font color is #013E48.

Background Color

.myBgColor { background-color: #013E48; }

<div style="background-color:#013E48">Inner text</div>

This div background color is #013E48.

Border color

.myBorderColor { border: 1px solid #013E48; }

<div style="border:3px solid #013E48">Div</div>

This div border color is #013E48.

Opacity

.myOpacity80 { color: #013E48; opacity: 0.8; }

<p style="color:#013E48;opacity:0.8;">80%</p>

Text with #013E48 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 #013E48;}

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

This text has shadow with #013E48 color.


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

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

This text has shadow with #013E48 primary color and red secondary color.


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

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

This text has shadow with #013E48 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #013E48.

Preview

Color preview on black background

This text has color #013E48 on black background.


Color preview on white background

This text has color #013E48 on white background.


Black color preview on #013E48 background

This text has black color on #013E48 background.


White color preview on #013E48 background

This text has white color on #013E48 background.


Related colors

Complementary color

Complementary color for #hex is #FEC1B7.


I love getcolorcode.com

Triadic colors

1 #48013E and #3E4801 with #013E48 are triadic colors.

2 #483E01 and #3E0148 with #013E48 are triadic colors.