COLOR #00142C

HEX: #00142C RGB: (0,20,44)

Color info

#00142C contains only green and blue colors. Web safe color of #00142C is #000033 (or #003).

RGB color model

#00142C color RGB value is (0,20,44).

RGB: (0,20,44) (0%, 8%, 17%)

RGB channels and saturation

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

0
20
44

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

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 44 = 64 (100%)
R 0 of 64 ~ 0%
G 20 of 64 ~ 31.25%
B 44 of 64 ~ 68.75'%

%31.25
%68.75

CMYK color model

#00142C color CMYK value is (100,55,0,83).

  • cyan value is 100.00%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (100,55,0,83)
C100M55Y0K83 (100%, 55%, 0%, 83%)
(1.00 / 0.55 / 0.00 / 0.83)

CMYK percentages

%100
%54.55
%0
%82.75

Codes

Color #00142C in popluar color models

00 14 2C
RGB 0 20 44
HSL 213° 100.00% 8.63%
HSB/HSV 213° 100.00% 17.25%
CMYK 100.00% 54.55% 0.00%
82.75%

Color #00142C in popluar number systems.

HEX 00 14 2C
Decimal 0 20 44
Binary 0 10100 101100
Octal 0 24 54

Shades and tints

Shades of #00142C

#00142C
(0,20,44)
#001328
(0,19,40)
#001224
(0,18,36)
#001120
(0,17,32)
#00101C
(0,16,28)
#000F18
(0,15,24)
#000E14
(0,14,20)
#000D10
(0,13,16)
#000C0C
(0,12,12)
#000B08
(0,11,8)
#000A04
(0,10,4)
#000000
(0,0,0)

Tints of #00142C

#00142C
(0,20,44)
#17293F
(23,41,63)
#2E3E52
(46,62,82)
#455365
(69,83,101)
#5C6878
(92,104,120)
#737D8B
(115,125,139)
#8A929E
(138,146,158)
#A1A7B1
(161,167,177)
#B8BCC4
(184,188,196)
#CFD1D7
(207,209,215)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00142C; }

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

This text font color is #00142C.

Background Color

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

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

This div background color is #00142C.

Border color

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

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

This div border color is #00142C.

Opacity

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

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

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

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

This text has shadow with #00142C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00142C.

Preview

Color preview on black background

This text has color #00142C on black background.


Color preview on white background

This text has color #00142C on white background.


Black color preview on #00142C background

This text has black color on #00142C background.


White color preview on #00142C background

This text has white color on #00142C background.


Related colors

Complementary color

Complementary color for #hex is #FFEBD3.


I love getcolorcode.com

Triadic colors

1 #2C0014 and #142C00 with #00142C are triadic colors.

2 #2C1400 and #14002C with #00142C are triadic colors.