COLOR #013841

HEX: #013841 RGB: (1,56,65)

Color info

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

RGB color model

#013841 color RGB value is (1,56,65).

RGB: (1,56,65) (0%, 22%, 25%)

RGB channels and saturation

R 1 of 255 = 0%
G 56 of 255 = 22%
B 65 of 255 = 25%

1
56
65

R + G + B ~ 16%. #013841 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 56 + 65 = 122 (100%)
R 1 of 122 ~ 0.82%
G 56 of 122 ~ 45.9%
B 65 of 122 ~ 53.28'%

%45.9
%53.28

CMYK color model

#013841 color CMYK value is (98,14,0,75).

  • cyan value is 98.46%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (98,14,0,75)
C98M14Y0K75 (98%, 14%, 0%, 75%)
(0.98 / 0.14 / 0.00 / 0.75)

CMYK percentages

%98.46
%13.85
%0
%74.51

Codes

Color #013841 in popluar color models

01 38 41
RGB 1 56 65
HSL 188° 96.97% 12.94%
HSB/HSV 188° 98.46% 25.49%
CMYK 98.46% 13.85% 0.00%
74.51%

Color #013841 in popluar number systems.

HEX 01 38 41
Decimal 1 56 65
Binary 1 111000 1000001
Octal 1 70 101

Shades and tints

Shades of #013841

#013841
(1,56,65)
#01333C
(1,51,60)
#012E37
(1,46,55)
#012932
(1,41,50)
#01242D
(1,36,45)
#011F28
(1,31,40)
#011A23
(1,26,35)
#01151E
(1,21,30)
#011019
(1,16,25)
#010B14
(1,11,20)
#01060F
(1,6,15)
#000000
(0,0,0)

Tints of #013841

#013841
(1,56,65)
#184A52
(24,74,82)
#2F5C63
(47,92,99)
#466E74
(70,110,116)
#5D8085
(93,128,133)
#749296
(116,146,150)
#8BA4A7
(139,164,167)
#A2B6B8
(162,182,184)
#B9C8C9
(185,200,201)
#D0DADA
(208,218,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013841 color. Also use rgb(1,56,65) instead hex code.

Text Font Color

.myTextColor { color: #013841; }

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

This text font color is #013841.

Background Color

.myBgColor { background-color: #013841; }

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

This div background color is #013841.

Border color

.myBorderColor { border: 1px solid #013841; }

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

This div border color is #013841.

Opacity

.myOpacity80 { color: #013841; opacity: 0.8; }

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

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

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

This text has shadow with #013841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013841.

Preview

Color preview on black background

This text has color #013841 on black background.


Color preview on white background

This text has color #013841 on white background.


Black color preview on #013841 background

This text has black color on #013841 background.


White color preview on #013841 background

This text has white color on #013841 background.


Related colors

Complementary color

Complementary color for #hex is #FEC7BE.


I love getcolorcode.com

Triadic colors

1 #410138 and #384101 with #013841 are triadic colors.

2 #413801 and #380141 with #013841 are triadic colors.