COLOR #01142C

HEX: #01142C
RGB: (1,20,44)

Color info

#01142C contains red, green and blue colors in about the same proportion. Web safe color of #01142C is #000033 (or #003).

RGB color model

#01142C color RGB value is (1,20,44).

  • red value is 1;
  • green value is 20;
  • blue value is 44.
RGB:
(1,20,44)
(0%,8%,17%)

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 44 of 255 = 17%

1
20
44

R + G + B ~ 8%. #01142C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 44 = 65 (100%)
R 1 of 65 ~ 1.54%
G 20 of 65 ~ 30.77%
B 44 of 65 ~ 67.69%

%30.77
%67.69

CMYK color model

#01142C color CMYK value is (98,55,0,83).

  • cyan value is 97.73%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(98,55,0,83)
C98M55Y0K83 
(98%,55%,0%,83%)
(0.98/0.55/0.00/0.83)	

CMYK percentages

%97.73
%54.55
%0
%82.75

Codes

Color #01142C in popluar color models

01142C
RGB12044
HSL213°95.56%8.82%
HSB/HSV213°97.73%17.25%
CMYK97.73%54.55%0.00%
82.75%

Color #01142C in popluar number systems.

HEX01142C
Decimal12044
Binary110100101100
Octal12454

Shades and tints

Shades of #01142C

#01142C
(1,20,44)
#011328
(1,19,40)
#011224
(1,18,36)
#011120
(1,17,32)
#01101C
(1,16,28)
#010F18
(1,15,24)
#010E14
(1,14,20)
#010D10
(1,13,16)
#010C0C
(1,12,12)
#010B08
(1,11,8)
#010A04
(1,10,4)
#000000
(0,0,0)

Tints of #01142C

#01142C
(1,20,44)
#18293F
(24,41,63)
#2F3E52
(47,62,82)
#465365
(70,83,101)
#5D6878
(93,104,120)
#747D8B
(116,125,139)
#8B929E
(139,146,158)
#A2A7B1
(162,167,177)
#B9BCC4
(185,188,196)
#D0D1D7
(208,209,215)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01142C color. Also use rgb(1,20,44) instead hex code.

Text Font Color

.myTextColor { color: #01142C; }

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

This text font color is #01142C.


Background Color

.myBgColor { background-color: #01142C; }

<div style="background-color:#01142C">Inner text</div>

This div background color is #01142C.


Border color

.myBorderColor { border: 1px solid #01142C; }

<div style="border:3px solid #01142C">Div</div>

This div border color is #01142C.


Opacity

.myOpacity80 { color: #01142C; opacity: 0.8; }

<p style="color:#01142C;opacity:0.8;">80%</p>

Text with #01142C 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 #01142C;}

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

This text has shadow with #01142C color.

.textShadow {text-shadow: 3px 3px 1px #01142C, 3px 3px 1px red;}

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

This text has shadow with #01142C primary color and red secondary color.


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

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

This text has shadow with #01142C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01142C on black background.


Color preview on white background

This text has color #01142C on white background.



Black color preview on #01142C background

This text has black color on #01142C background.


White color preview on #01142C background

This text has white color on #01142C background.