COLOR #01223F

HEX: #01223F RGB: (1,34,63)

Color info

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

RGB color model

#01223F color RGB value is (1,34,63).

RGB: (1,34,63) (0%, 13%, 25%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 63 of 255 = 25%

1
34
63

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

Portions of RGB colors in percentages

R + G + B = 1 + 34 + 63 = 98 (100%)
R 1 of 98 ~ 1.02%
G 34 of 98 ~ 34.69%
B 63 of 98 ~ 64.29'%

%34.69
%64.29

CMYK color model

#01223F color CMYK value is (98,46,0,75).

  • cyan value is 98.41%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (98,46,0,75) C98M46Y0K75 (98%,46%,0%,75%) (0.98/0.46/0.00/0.75) 

CMYK percentages

%98.41
%46.03
%0
%75.29

Codes

Color #01223F in popluar color models

01 22 3F
RGB 1 34 63
HSL 208° 96.88% 12.55%
HSB/HSV 208° 98.41% 24.71%
CMYK 98.41% 46.03% 0.00%
75.29%

Color #01223F in popluar number systems.

HEX 01 22 3F
Decimal 1 34 63
Binary 1 100010 111111
Octal 1 42 77

Shades and tints

Shades of #01223F

#01223F
(1,34,63)
#011F3A
(1,31,58)
#011C35
(1,28,53)
#011930
(1,25,48)
#01162B
(1,22,43)
#011326
(1,19,38)
#011021
(1,16,33)
#010D1C
(1,13,28)
#010A17
(1,10,23)
#010712
(1,7,18)
#01040D
(1,4,13)
#000000
(0,0,0)

Tints of #01223F

#01223F
(1,34,63)
#183650
(24,54,80)
#2F4A61
(47,74,97)
#465E72
(70,94,114)
#5D7283
(93,114,131)
#748694
(116,134,148)
#8B9AA5
(139,154,165)
#A2AEB6
(162,174,182)
#B9C2C7
(185,194,199)
#D0D6D8
(208,214,216)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01223F color. Also use rgb(1,34,63) instead hex code.

Text Font Color

.myTextColor { color: #01223F; }

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

This text font color is #01223F.

Background Color

.myBgColor { background-color: #01223F; }

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

This div background color is #01223F.

Border color

.myBorderColor { border: 1px solid #01223F; }

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

This div border color is #01223F.

Opacity

.myOpacity80 { color: #01223F; opacity: 0.8; }

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

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

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

This text has shadow with #01223F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01223F.

Preview

Color preview on black background

This text has color #01223F on black background.


Color preview on white background

This text has color #01223F on white background.


Black color preview on #01223F background

This text has black color on #01223F background.


White color preview on #01223F background

This text has white color on #01223F background.


Related colors

Complementary color

Complementary color for #hex is #FEDDC0.


I love getcolorcode.com

Triadic colors

1 #3F0122 and #223F01 with #01223F are triadic colors.

2 #3F2201 and #22013F with #01223F are triadic colors.