COLOR #01204D

HEX: #01204D RGB: (1,32,77)

Color info

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

RGB color model

#01204D color RGB value is (1,32,77).

RGB: (1,32,77) (0%, 13%, 30%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 77 of 255 = 30%

1
32
77

R + G + B ~ 14%. #01204D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 32 + 77 = 110 (100%)
R 1 of 110 ~ 0.91%
G 32 of 110 ~ 29.09%
B 77 of 110 ~ 70'%

%29.09
%70

CMYK color model

#01204D color CMYK value is (99,58,0,70).

  • cyan value is 98.70%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (99,58,0,70)
C99M58Y0K70 (99%, 58%, 0%, 70%)
(0.99 / 0.58 / 0.00 / 0.70)

CMYK percentages

%98.7
%58.44
%0
%69.8

Codes

Color #01204D in popluar color models

01 20 4D
RGB 1 32 77
HSL 216° 97.44% 15.29%
HSB/HSV 216° 98.70% 30.20%
CMYK 98.70% 58.44% 0.00%
69.80%

Color #01204D in popluar number systems.

HEX 01 20 4D
Decimal 1 32 77
Binary 1 100000 1001101
Octal 1 40 115

Shades and tints

Shades of #01204D

#01204D
(1,32,77)
#011E46
(1,30,70)
#011C3F
(1,28,63)
#011A38
(1,26,56)
#011831
(1,24,49)
#01162A
(1,22,42)
#011423
(1,20,35)
#01121C
(1,18,28)
#011015
(1,16,21)
#010E0E
(1,14,14)
#010C07
(1,12,7)
#000000
(0,0,0)

Tints of #01204D

#01204D
(1,32,77)
#18345D
(24,52,93)
#2F486D
(47,72,109)
#465C7D
(70,92,125)
#5D708D
(93,112,141)
#74849D
(116,132,157)
#8B98AD
(139,152,173)
#A2ACBD
(162,172,189)
#B9C0CD
(185,192,205)
#D0D4DD
(208,212,221)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01204D color. Also use rgb(1,32,77) instead hex code.

Text Font Color

.myTextColor { color: #01204D; }

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

This text font color is #01204D.

Background Color

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

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

This div background color is #01204D.

Border color

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

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

This div border color is #01204D.

Opacity

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

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

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

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

This text has shadow with #01204D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01204D.

Preview

Color preview on black background

This text has color #01204D on black background.


Color preview on white background

This text has color #01204D on white background.


Black color preview on #01204D background

This text has black color on #01204D background.


White color preview on #01204D background

This text has white color on #01204D background.


Related colors

Complementary color

Complementary color for #hex is #FEDFB2.


I love getcolorcode.com

Triadic colors

1 #4D0120 and #204D01 with #01204D are triadic colors.

2 #4D2001 and #20014D with #01204D are triadic colors.