COLOR #01202E

HEX: #01202E
RGB: (1,32,46)

Color info

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

RGB color model

#01202E color RGB value is (1,32,46).

  • red value is 1;
  • green value is 32;
  • blue value is 46.
RGB:
(1,32,46)
(0%,13%,18%)

RGB channels and saturation

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

1
32
46

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

Portions of RGB colors in percentages

R + G + B =
1 + 32 + 46 = 79 (100%)
R 1 of 79 ~ 1.27%
G 32 of 79 ~ 40.51%
B 46 of 79 ~ 58.23%

%40.51
%58.23

CMYK color model

#01202E color CMYK value is (98,30,0,82).

  • cyan value is 97.83%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(98,30,0,82)
C98M30Y0K82 
(98%,30%,0%,82%)
(0.98/0.30/0.00/0.82)	

CMYK percentages

%97.83
%30.43
%0
%81.96

Codes

Color #01202E in popluar color models

01202E
RGB13246
HSL199°95.74%9.22%
HSB/HSV199°97.83%18.04%
CMYK97.83%30.43%0.00%
81.96%

Color #01202E in popluar number systems.

HEX01202E
Decimal13246
Binary1100000101110
Octal14056

Shades and tints

Shades of #01202E

#01202E
(1,32,46)
#011E2A
(1,30,42)
#011C26
(1,28,38)
#011A22
(1,26,34)
#01181E
(1,24,30)
#01161A
(1,22,26)
#011416
(1,20,22)
#011212
(1,18,18)
#01100E
(1,16,14)
#010E0A
(1,14,10)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #01202E

#01202E
(1,32,46)
#183441
(24,52,65)
#2F4854
(47,72,84)
#465C67
(70,92,103)
#5D707A
(93,112,122)
#74848D
(116,132,141)
#8B98A0
(139,152,160)
#A2ACB3
(162,172,179)
#B9C0C6
(185,192,198)
#D0D4D9
(208,212,217)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01202E; }

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

This text font color is #01202E.


Background Color

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

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

This div background color is #01202E.


Border color

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

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

This div border color is #01202E.


Opacity

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

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

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

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

This text has shadow with #01202E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01202E on black background.


Color preview on white background

This text has color #01202E on white background.



Black color preview on #01202E background

This text has black color on #01202E background.


White color preview on #01202E background

This text has white color on #01202E background.