COLOR #020D24

HEX: #020D24
RGB: (2,13,36)

Color info

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

RGB color model

#020D24 color RGB value is (2,13,36).

  • red value is 2;
  • green value is 13;
  • blue value is 36.
RGB:
(2,13,36)
(1%,5%,14%)

RGB channels and saturation

R 2 of 255 = 1%
G 13 of 255 = 5%
B 36 of 255 = 14%

2
13
36

R + G + B ~ 7%. #020D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 13 + 36 = 51 (100%)
R 2 of 51 ~ 3.92%
G 13 of 51 ~ 25.49%
B 36 of 51 ~ 70.59%

%25.49
%70.59

CMYK color model

#020D24 color CMYK value is (94,64,0,86).

  • cyan value is 94.44%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(94,64,0,86)
C94M64Y0K86 
(94%,64%,0%,86%)
(0.94/0.64/0.00/0.86)	

CMYK percentages

%94.44
%63.89
%0
%85.88

Codes

Color #020D24 in popluar color models

020D24
RGB21336
HSL221°89.47%7.45%
HSB/HSV221°94.44%14.12%
CMYK94.44%63.89%0.00%
85.88%

Color #020D24 in popluar number systems.

HEX020D24
Decimal21336
Binary101101100100
Octal21544

Shades and tints

Shades of #020D24

#020D24
(2,13,36)
#020C21
(2,12,33)
#020B1E
(2,11,30)
#020A1B
(2,10,27)
#020918
(2,9,24)
#020815
(2,8,21)
#020712
(2,7,18)
#02060F
(2,6,15)
#02050C
(2,5,12)
#020409
(2,4,9)
#020306
(2,3,6)
#000000
(0,0,0)

Tints of #020D24

#020D24
(2,13,36)
#192337
(25,35,55)
#30394A
(48,57,74)
#474F5D
(71,79,93)
#5E6570
(94,101,112)
#757B83
(117,123,131)
#8C9196
(140,145,150)
#A3A7A9
(163,167,169)
#BABDBC
(186,189,188)
#D1D3CF
(209,211,207)
#E8E9E2
(232,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020D24 color. Also use rgb(2,13,36) instead hex code.

Text Font Color

.myTextColor { color: #020D24; }

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

This text font color is #020D24.


Background Color

.myBgColor { background-color: #020D24; }

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

This div background color is #020D24.


Border color

.myBorderColor { border: 1px solid #020D24; }

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

This div border color is #020D24.


Opacity

.myOpacity80 { color: #020D24; opacity: 0.8; }

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

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

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

This text has shadow with #020D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020D24 on black background.


Color preview on white background

This text has color #020D24 on white background.



Black color preview on #020D24 background

This text has black color on #020D24 background.


White color preview on #020D24 background

This text has white color on #020D24 background.