COLOR #021429

HEX: #021429
RGB: (2,20,41)

Color info

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

RGB color model

#021429 color RGB value is (2,20,41).

  • red value is 2;
  • green value is 20;
  • blue value is 41.
RGB:
(2,20,41)
(1%,8%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 20 of 255 = 8%
B 41 of 255 = 16%

2
20
41

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

Portions of RGB colors in percentages

R + G + B =
2 + 20 + 41 = 63 (100%)
R 2 of 63 ~ 3.17%
G 20 of 63 ~ 31.75%
B 41 of 63 ~ 65.08%

%31.75
%65.08

CMYK color model

#021429 color CMYK value is (95,51,0,84).

  • cyan value is 95.12%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(95,51,0,84)
C95M51Y0K84 
(95%,51%,0%,84%)
(0.95/0.51/0.00/0.84)	

CMYK percentages

%95.12
%51.22
%0
%83.92

Codes

Color #021429 in popluar color models

021429
RGB22041
HSL212°90.70%8.43%
HSB/HSV212°95.12%16.08%
CMYK95.12%51.22%0.00%
83.92%

Color #021429 in popluar number systems.

HEX021429
Decimal22041
Binary1010100101001
Octal22451

Shades and tints

Shades of #021429

#021429
(2,20,41)
#021326
(2,19,38)
#021223
(2,18,35)
#021120
(2,17,32)
#02101D
(2,16,29)
#020F1A
(2,15,26)
#020E17
(2,14,23)
#020D14
(2,13,20)
#020C11
(2,12,17)
#020B0E
(2,11,14)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #021429

#021429
(2,20,41)
#19293C
(25,41,60)
#303E4F
(48,62,79)
#475362
(71,83,98)
#5E6875
(94,104,117)
#757D88
(117,125,136)
#8C929B
(140,146,155)
#A3A7AE
(163,167,174)
#BABCC1
(186,188,193)
#D1D1D4
(209,209,212)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021429 color. Also use rgb(2,20,41) instead hex code.

Text Font Color

.myTextColor { color: #021429; }

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

This text font color is #021429.


Background Color

.myBgColor { background-color: #021429; }

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

This div background color is #021429.


Border color

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

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

This div border color is #021429.


Opacity

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

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

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

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

This text has shadow with #021429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021429 on black background.


Color preview on white background

This text has color #021429 on white background.



Black color preview on #021429 background

This text has black color on #021429 background.


White color preview on #021429 background

This text has white color on #021429 background.