COLOR #021344

HEX: #021344
RGB: (2,19,68)

Color info

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

RGB color model

#021344 color RGB value is (2,19,68).

  • red value is 2;
  • green value is 19;
  • blue value is 68.
RGB:
(2,19,68)
(1%,7%,27%)

RGB channels and saturation

R 2 of 255 = 1%
G 19 of 255 = 7%
B 68 of 255 = 27%

2
19
68

R + G + B ~ 12%. #021344 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 68 = 89 (100%)
R 2 of 89 ~ 2.25%
G 19 of 89 ~ 21.35%
B 68 of 89 ~ 76.4%

%21.35
%76.4

CMYK color model

#021344 color CMYK value is (97,72,0,73).

  • cyan value is 97.06%
  • magenta value is 72.06%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(97,72,0,73)
C97M72Y0K73 
(97%,72%,0%,73%)
(0.97/0.72/0.00/0.73)	

CMYK percentages

%97.06
%72.06
%0
%73.33

Codes

Color #021344 in popluar color models

021344
RGB21968
HSL225°94.29%13.73%
HSB/HSV225°97.06%26.67%
CMYK97.06%72.06%0.00%
73.33%

Color #021344 in popluar number systems.

HEX021344
Decimal21968
Binary10100111000100
Octal223104

Shades and tints

Shades of #021344

#021344
(2,19,68)
#02123E
(2,18,62)
#021138
(2,17,56)
#021032
(2,16,50)
#020F2C
(2,15,44)
#020E26
(2,14,38)
#020D20
(2,13,32)
#020C1A
(2,12,26)
#020B14
(2,11,20)
#020A0E
(2,10,14)
#020908
(2,9,8)
#000000
(0,0,0)

Tints of #021344

#021344
(2,19,68)
#192855
(25,40,85)
#303D66
(48,61,102)
#475277
(71,82,119)
#5E6788
(94,103,136)
#757C99
(117,124,153)
#8C91AA
(140,145,170)
#A3A6BB
(163,166,187)
#BABBCC
(186,187,204)
#D1D0DD
(209,208,221)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021344 color. Also use rgb(2,19,68) instead hex code.

Text Font Color

.myTextColor { color: #021344; }

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

This text font color is #021344.


Background Color

.myBgColor { background-color: #021344; }

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

This div background color is #021344.


Border color

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

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

This div border color is #021344.


Opacity

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

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

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

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

This text has shadow with #021344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021344 on black background.


Color preview on white background

This text has color #021344 on white background.



Black color preview on #021344 background

This text has black color on #021344 background.


White color preview on #021344 background

This text has white color on #021344 background.