COLOR #01222E

HEX: #01222E RGB: (1,34,46)

Color info

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

RGB color model

#01222E color RGB value is (1,34,46).

RGB: (1,34,46) (0%, 13%, 18%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 46 of 255 = 18%

1
34
46

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

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 46 = 81 (100%)
R 1 of 81 ~ 1.23%
G 34 of 81 ~ 41.98%
B 46 of 81 ~ 56.79'%

%41.98
%56.79

CMYK color model

#01222E color CMYK value is (98,26,0,82).

  • cyan value is 97.83%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (98,26,0,82)
C98M26Y0K82 (98%, 26%, 0%, 82%)
(0.98 / 0.26 / 0.00 / 0.82)

CMYK percentages

%97.83
%26.09
%0
%81.96

Codes

Color #01222E in popluar color models

01 22 2E
RGB 1 34 46
HSL 196° 95.74% 9.22%
HSB/HSV 196° 97.83% 18.04%
CMYK 97.83% 26.09% 0.00%
81.96%

Color #01222E in popluar number systems.

HEX 01 22 2E
Decimal 1 34 46
Binary 1 100010 101110
Octal 1 42 56

Shades and tints

Shades of #01222E

#01222E
(1,34,46)
#011F2A
(1,31,42)
#011C26
(1,28,38)
#011922
(1,25,34)
#01161E
(1,22,30)
#01131A
(1,19,26)
#011016
(1,16,22)
#010D12
(1,13,18)
#010A0E
(1,10,14)
#01070A
(1,7,10)
#010406
(1,4,6)
#000000
(0,0,0)

Tints of #01222E

#01222E
(1,34,46)
#183641
(24,54,65)
#2F4A54
(47,74,84)
#465E67
(70,94,103)
#5D727A
(93,114,122)
#74868D
(116,134,141)
#8B9AA0
(139,154,160)
#A2AEB3
(162,174,179)
#B9C2C6
(185,194,198)
#D0D6D9
(208,214,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01222E; }

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

This text font color is #01222E.

Background Color

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

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

This div background color is #01222E.

Border color

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

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

This div border color is #01222E.

Opacity

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

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

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

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

This text has shadow with #01222E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01222E.

Preview

Color preview on black background

This text has color #01222E on black background.


Color preview on white background

This text has color #01222E on white background.


Black color preview on #01222E background

This text has black color on #01222E background.


White color preview on #01222E background

This text has white color on #01222E background.


Related colors

Complementary color

Complementary color for #hex is #FEDDD1.


I love getcolorcode.com

Triadic colors

1 #2E0122 and #222E01 with #01222E are triadic colors.

2 #2E2201 and #22012E with #01222E are triadic colors.