COLOR #021834

HEX: #021834
RGB: (2,24,52)

Color info

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

RGB color model

#021834 color RGB value is (2,24,52).

  • red value is 2;
  • green value is 24;
  • blue value is 52.
RGB:
(2,24,52)
(1%,9%,20%)

RGB channels and saturation

R 2 of 255 = 1%
G 24 of 255 = 9%
B 52 of 255 = 20%

2
24
52

R + G + B ~ 10%. #021834 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 24 + 52 = 78 (100%)
R 2 of 78 ~ 2.56%
G 24 of 78 ~ 30.77%
B 52 of 78 ~ 66.67%

%30.77
%66.67

CMYK color model

#021834 color CMYK value is (96,54,0,80).

  • cyan value is 96.15%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(96,54,0,80)
C96M54Y0K80 
(96%,54%,0%,80%)
(0.96/0.54/0.00/0.80)	

CMYK percentages

%96.15
%53.85
%0
%79.61

Codes

Color #021834 in popluar color models

021834
RGB22452
HSL214°92.59%10.59%
HSB/HSV214°96.15%20.39%
CMYK96.15%53.85%0.00%
79.61%

Color #021834 in popluar number systems.

HEX021834
Decimal22452
Binary1011000110100
Octal23064

Shades and tints

Shades of #021834

#021834
(2,24,52)
#021630
(2,22,48)
#02142C
(2,20,44)
#021228
(2,18,40)
#021024
(2,16,36)
#020E20
(2,14,32)
#020C1C
(2,12,28)
#020A18
(2,10,24)
#020814
(2,8,20)
#020610
(2,6,16)
#02040C
(2,4,12)
#000000
(0,0,0)

Tints of #021834

#021834
(2,24,52)
#192D46
(25,45,70)
#304258
(48,66,88)
#47576A
(71,87,106)
#5E6C7C
(94,108,124)
#75818E
(117,129,142)
#8C96A0
(140,150,160)
#A3ABB2
(163,171,178)
#BAC0C4
(186,192,196)
#D1D5D6
(209,213,214)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021834 color. Also use rgb(2,24,52) instead hex code.

Text Font Color

.myTextColor { color: #021834; }

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

This text font color is #021834.


Background Color

.myBgColor { background-color: #021834; }

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

This div background color is #021834.


Border color

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

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

This div border color is #021834.


Opacity

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

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

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

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

This text has shadow with #021834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021834 on black background.


Color preview on white background

This text has color #021834 on white background.



Black color preview on #021834 background

This text has black color on #021834 background.


White color preview on #021834 background

This text has white color on #021834 background.