COLOR #01222B

HEX: #01222B RGB: (1,34,43)

Color info

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

RGB color model

#01222B color RGB value is (1,34,43).

RGB: (1,34,43) (0%, 13%, 17%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 43 of 255 = 17%

1
34
43

R + G + B ~ 10%. #01222B is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 43 = 78 (100%)
R 1 of 78 ~ 1.28%
G 34 of 78 ~ 43.59%
B 43 of 78 ~ 55.13'%

%43.59
%55.13

CMYK color model

#01222B color CMYK value is (98,21,0,83).

  • cyan value is 97.67%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK: (98,21,0,83) C98M21Y0K83 (98%,21%,0%,83%) (0.98/0.21/0.00/0.83) 

CMYK percentages

%97.67
%20.93
%0
%83.14

Codes

Color #01222B in popluar color models

01 22 2B
RGB 1 34 43
HSL 193° 95.45% 8.63%
HSB/HSV 193° 97.67% 16.86%
CMYK 97.67% 20.93% 0.00%
83.14%

Color #01222B in popluar number systems.

HEX 01 22 2B
Decimal 1 34 43
Binary 1 100010 101011
Octal 1 42 53

Shades and tints

Shades of #01222B

#01222B
(1,34,43)
#011F28
(1,31,40)
#011C25
(1,28,37)
#011922
(1,25,34)
#01161F
(1,22,31)
#01131C
(1,19,28)
#011019
(1,16,25)
#010D16
(1,13,22)
#010A13
(1,10,19)
#010710
(1,7,16)
#01040D
(1,4,13)
#000000
(0,0,0)

Tints of #01222B

#01222B
(1,34,43)
#18363E
(24,54,62)
#2F4A51
(47,74,81)
#465E64
(70,94,100)
#5D7277
(93,114,119)
#74868A
(116,134,138)
#8B9A9D
(139,154,157)
#A2AEB0
(162,174,176)
#B9C2C3
(185,194,195)
#D0D6D6
(208,214,214)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01222B color. Also use rgb(1,34,43) instead hex code.

Text Font Color

.myTextColor { color: #01222B; }

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

This text font color is #01222B.

Background Color

.myBgColor { background-color: #01222B; }

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

This div background color is #01222B.

Border color

.myBorderColor { border: 1px solid #01222B; }

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

This div border color is #01222B.

Opacity

.myOpacity80 { color: #01222B; opacity: 0.8; }

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

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

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

This text has shadow with #01222B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01222B.

Preview

Color preview on black background

This text has color #01222B on black background.


Color preview on white background

This text has color #01222B on white background.


Black color preview on #01222B background

This text has black color on #01222B background.


White color preview on #01222B background

This text has white color on #01222B background.


Related colors

Complementary color

Complementary color for #hex is #FEDDD4.


I love getcolorcode.com

Triadic colors

1 #2B0122 and #222B01 with #01222B are triadic colors.

2 #2B2201 and #22012B with #01222B are triadic colors.