COLOR #01213D

HEX: #01213D RGB: (1,33,61)

Color info

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

RGB color model

#01213D color RGB value is (1,33,61).

RGB: (1,33,61) (0%, 13%, 24%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 61 of 255 = 24%

1
33
61

R + G + B ~ 12%. #01213D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 61 = 95 (100%)
R 1 of 95 ~ 1.05%
G 33 of 95 ~ 34.74%
B 61 of 95 ~ 64.21'%

%34.74
%64.21

CMYK color model

#01213D color CMYK value is (98,46,0,76).

  • cyan value is 98.36%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (98,46,0,76) C98M46Y0K76 (98%,46%,0%,76%) (0.98/0.46/0.00/0.76) 

CMYK percentages

%98.36
%45.9
%0
%76.08

Codes

Color #01213D in popluar color models

01 21 3D
RGB 1 33 61
HSL 208° 96.77% 12.16%
HSB/HSV 208° 98.36% 23.92%
CMYK 98.36% 45.90% 0.00%
76.08%

Color #01213D in popluar number systems.

HEX 01 21 3D
Decimal 1 33 61
Binary 1 100001 111101
Octal 1 41 75

Shades and tints

Shades of #01213D

#01213D
(1,33,61)
#011E38
(1,30,56)
#011B33
(1,27,51)
#01182E
(1,24,46)
#011529
(1,21,41)
#011224
(1,18,36)
#010F1F
(1,15,31)
#010C1A
(1,12,26)
#010915
(1,9,21)
#010610
(1,6,16)
#01030B
(1,3,11)
#000000
(0,0,0)

Tints of #01213D

#01213D
(1,33,61)
#18354E
(24,53,78)
#2F495F
(47,73,95)
#465D70
(70,93,112)
#5D7181
(93,113,129)
#748592
(116,133,146)
#8B99A3
(139,153,163)
#A2ADB4
(162,173,180)
#B9C1C5
(185,193,197)
#D0D5D6
(208,213,214)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01213D color. Also use rgb(1,33,61) instead hex code.

Text Font Color

.myTextColor { color: #01213D; }

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

This text font color is #01213D.

Background Color

.myBgColor { background-color: #01213D; }

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

This div background color is #01213D.

Border color

.myBorderColor { border: 1px solid #01213D; }

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

This div border color is #01213D.

Opacity

.myOpacity80 { color: #01213D; opacity: 0.8; }

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

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

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

This text has shadow with #01213D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01213D.

Preview

Color preview on black background

This text has color #01213D on black background.


Color preview on white background

This text has color #01213D on white background.


Black color preview on #01213D background

This text has black color on #01213D background.


White color preview on #01213D background

This text has white color on #01213D background.


Related colors

Complementary color

Complementary color for #hex is #FEDEC2.


I love getcolorcode.com

Triadic colors

1 #3D0121 and #213D01 with #01213D are triadic colors.

2 #3D2101 and #21013D with #01213D are triadic colors.