COLOR #001434

HEX: #001434
RGB: (0,20,52)

Color info

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

RGB color model

#001434 color RGB value is (0,20,52).

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

RGB channels and saturation

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

0
20
52

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

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 52 = 72 (100%)
R 0 of 72 ~ 0%
G 20 of 72 ~ 27.78%
B 52 of 72 ~ 72.22%

%27.78
%72.22

CMYK color model

#001434 color CMYK value is (100,62,0,80).

  • cyan value is 100.00%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(100,62,0,80)
C100M62Y0K80 
(100%,62%,0%,80%)
(1.00/0.62/0.00/0.80)	

CMYK percentages

%100
%61.54
%0
%79.61

Codes

Color #001434 in popluar color models

001434
RGB02052
HSL217°100.00%10.20%
HSB/HSV217°100.00%20.39%
CMYK100.00%61.54%0.00%
79.61%

Color #001434 in popluar number systems.

HEX001434
Decimal02052
Binary010100110100
Octal02464

Shades and tints

Shades of #001434

#001434
(0,20,52)
#001330
(0,19,48)
#00122C
(0,18,44)
#001128
(0,17,40)
#001024
(0,16,36)
#000F20
(0,15,32)
#000E1C
(0,14,28)
#000D18
(0,13,24)
#000C14
(0,12,20)
#000B10
(0,11,16)
#000A0C
(0,10,12)
#000000
(0,0,0)

Tints of #001434

#001434
(0,20,52)
#172946
(23,41,70)
#2E3E58
(46,62,88)
#45536A
(69,83,106)
#5C687C
(92,104,124)
#737D8E
(115,125,142)
#8A92A0
(138,146,160)
#A1A7B2
(161,167,178)
#B8BCC4
(184,188,196)
#CFD1D6
(207,209,214)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001434; }

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

This text font color is #001434.


Background Color

.myBgColor { background-color: #001434; }

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

This div background color is #001434.


Border color

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

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

This div border color is #001434.


Opacity

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

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

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

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

This text has shadow with #001434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001434 on black background.


Color preview on white background

This text has color #001434 on white background.



Black color preview on #001434 background

This text has black color on #001434 background.


White color preview on #001434 background

This text has white color on #001434 background.