COLOR #013133

HEX: #013133 RGB: (1,49,51)

Color info

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

RGB color model

#013133 color RGB value is (1,49,51).

RGB: (1,49,51) (0%, 19%, 20%)

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 51 of 255 = 20%

1
49
51

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

Portions of RGB colors in percentages

R + G + B = 1 + 49 + 51 = 101 (100%)
R 1 of 101 ~ 0.99%
G 49 of 101 ~ 48.51%
B 51 of 101 ~ 50.5'%

%48.51
%50.5

CMYK color model

#013133 color CMYK value is (98,4,0,80).

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

CMYK: (98,4,0,80)
C98M4Y0K80 (98%, 4%, 0%, 80%)
(0.98 / 0.04 / 0.00 / 0.80)

CMYK percentages

%98.04
%3.92
%0
%80

Codes

Color #013133 in popluar color models

01 31 33
RGB 1 49 51
HSL 182° 96.15% 10.20%
HSB/HSV 182° 98.04% 20.00%
CMYK 98.04% 3.92% 0.00%
80.00%

Color #013133 in popluar number systems.

HEX 01 31 33
Decimal 1 49 51
Binary 1 110001 110011
Octal 1 61 63

Shades and tints

Shades of #013133

#013133
(1,49,51)
#012D2F
(1,45,47)
#01292B
(1,41,43)
#012527
(1,37,39)
#012123
(1,33,35)
#011D1F
(1,29,31)
#01191B
(1,25,27)
#011517
(1,21,23)
#011113
(1,17,19)
#010D0F
(1,13,15)
#01090B
(1,9,11)
#000000
(0,0,0)

Tints of #013133

#013133
(1,49,51)
#184345
(24,67,69)
#2F5557
(47,85,87)
#466769
(70,103,105)
#5D797B
(93,121,123)
#748B8D
(116,139,141)
#8B9D9F
(139,157,159)
#A2AFB1
(162,175,177)
#B9C1C3
(185,193,195)
#D0D3D5
(208,211,213)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013133; }

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

This text font color is #013133.

Background Color

.myBgColor { background-color: #013133; }

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

This div background color is #013133.

Border color

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

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

This div border color is #013133.

Opacity

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

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

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

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

This text has shadow with #013133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013133.

Preview

Color preview on black background

This text has color #013133 on black background.


Color preview on white background

This text has color #013133 on white background.


Black color preview on #013133 background

This text has black color on #013133 background.


White color preview on #013133 background

This text has white color on #013133 background.


Related colors

Complementary color

Complementary color for #hex is #FECECC.


I love getcolorcode.com

Triadic colors

1 #330131 and #313301 with #013133 are triadic colors.

2 #333101 and #310133 with #013133 are triadic colors.