COLOR #001432

HEX: #001432
RGB: (0,20,50)

Color info

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

RGB color model

#001432 color RGB value is (0,20,50).

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

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 50 of 255 = 20%

0
20
50

R + G + B ~ 9%. #001432 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 50 = 70 (100%)
R 0 of 70 ~ 0%
G 20 of 70 ~ 28.57%
B 50 of 70 ~ 71.43%

%28.57
%71.43

CMYK color model

#001432 color CMYK value is (100,60,0,80).

  • cyan value is 100.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,60,0,80)
C100M60Y0K80 
(100%,60%,0%,80%)
(1.00/0.60/0.00/0.80)	

CMYK percentages

%100
%60
%0
%80.39

Codes

Color #001432 in popluar color models

001432
RGB02050
HSL216°100.00%9.80%
HSB/HSV216°100.00%19.61%
CMYK100.00%60.00%0.00%
80.39%

Color #001432 in popluar number systems.

HEX001432
Decimal02050
Binary010100110010
Octal02462

Shades and tints

Shades of #001432

#001432
(0,20,50)
#00132E
(0,19,46)
#00122A
(0,18,42)
#001126
(0,17,38)
#001022
(0,16,34)
#000F1E
(0,15,30)
#000E1A
(0,14,26)
#000D16
(0,13,22)
#000C12
(0,12,18)
#000B0E
(0,11,14)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #001432

#001432
(0,20,50)
#172944
(23,41,68)
#2E3E56
(46,62,86)
#455368
(69,83,104)
#5C687A
(92,104,122)
#737D8C
(115,125,140)
#8A929E
(138,146,158)
#A1A7B0
(161,167,176)
#B8BCC2
(184,188,194)
#CFD1D4
(207,209,212)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001432; }

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

This text font color is #001432.


Background Color

.myBgColor { background-color: #001432; }

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

This div background color is #001432.


Border color

.myBorderColor { border: 1px solid #001432; }

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

This div border color is #001432.


Opacity

.myOpacity80 { color: #001432; opacity: 0.8; }

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

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

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

This text has shadow with #001432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001432 on black background.


Color preview on white background

This text has color #001432 on white background.



Black color preview on #001432 background

This text has black color on #001432 background.


White color preview on #001432 background

This text has white color on #001432 background.