COLOR #01213A

HEX: #01213A RGB: (1,33,58)

Color info

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

RGB color model

#01213A color RGB value is (1,33,58).

RGB: (1,33,58) (0%, 13%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 33 of 255 = 13%
B 58 of 255 = 23%

1
33
58

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

Portions of RGB colors in percentages

R + G + B = 1 + 33 + 58 = 92 (100%)
R 1 of 92 ~ 1.09%
G 33 of 92 ~ 35.87%
B 58 of 92 ~ 63.04'%

%35.87
%63.04

CMYK color model

#01213A color CMYK value is (98,43,0,77).

  • cyan value is 98.28%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (98,43,0,77)
C98M43Y0K77 (98%, 43%, 0%, 77%)
(0.98 / 0.43 / 0.00 / 0.77)

CMYK percentages

%98.28
%43.1
%0
%77.25

Codes

Color #01213A in popluar color models

01 21 3A
RGB 1 33 58
HSL 206° 96.61% 11.57%
HSB/HSV 206° 98.28% 22.75%
CMYK 98.28% 43.10% 0.00%
77.25%

Color #01213A in popluar number systems.

HEX 01 21 3A
Decimal 1 33 58
Binary 1 100001 111010
Octal 1 41 72

Shades and tints

Shades of #01213A

#01213A
(1,33,58)
#011E35
(1,30,53)
#011B30
(1,27,48)
#01182B
(1,24,43)
#011526
(1,21,38)
#011221
(1,18,33)
#010F1C
(1,15,28)
#010C17
(1,12,23)
#010912
(1,9,18)
#01060D
(1,6,13)
#010308
(1,3,8)
#000000
(0,0,0)

Tints of #01213A

#01213A
(1,33,58)
#18354B
(24,53,75)
#2F495C
(47,73,92)
#465D6D
(70,93,109)
#5D717E
(93,113,126)
#74858F
(116,133,143)
#8B99A0
(139,153,160)
#A2ADB1
(162,173,177)
#B9C1C2
(185,193,194)
#D0D5D3
(208,213,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01213A; }

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

This text font color is #01213A.

Background Color

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

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

This div background color is #01213A.

Border color

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

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

This div border color is #01213A.

Opacity

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

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

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

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

This text has shadow with #01213A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01213A.

Preview

Color preview on black background

This text has color #01213A on black background.


Color preview on white background

This text has color #01213A on white background.


Black color preview on #01213A background

This text has black color on #01213A background.


White color preview on #01213A background

This text has white color on #01213A background.


Related colors

Complementary color

Complementary color for #hex is #FEDEC5.


I love getcolorcode.com

Triadic colors

1 #3A0121 and #213A01 with #01213A are triadic colors.

2 #3A2101 and #21013A with #01213A are triadic colors.