COLOR #0D211E

HEX: #0D211E
RGB: (13,33,30)

Color info

#0D211E contains red, green and blue colors in about the same proportion. Web safe color of #0D211E is #003333 (or #033).

RGB color model

#0D211E color RGB value is (13,33,30).

  • red value is 13;
  • green value is 33;
  • blue value is 30.
RGB:
(13,33,30)
(5%,13%,12%)

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 30 of 255 = 12%

13
33
30

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

Portions of RGB colors in percentages

R + G + B =
13 + 33 + 30 = 76 (100%)
R 13 of 76 ~ 17.11%
G 33 of 76 ~ 43.42%
B 30 of 76 ~ 39.47%

%17.11
%43.42
%39.47

CMYK color model

#0D211E color CMYK value is (61,0,9,87).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(61,0,9,87)
C61M0Y9K87 
(61%,0%,9%,87%)
(0.61/0.00/0.09/0.87)	

CMYK percentages

%60.61
%0
%9.09
%87.06

Codes

Color #0D211E in popluar color models

0D211E
RGB133330
HSL171°43.48%9.02%
HSB/HSV171°60.61%12.94%
CMYK60.61%0.00%9.09%
87.06%

Color #0D211E in popluar number systems.

HEX0D211E
Decimal133330
Binary110110000111110
Octal154136

Shades and tints

Shades of #0D211E

#0D211E
(13,33,30)
#0C1E1C
(12,30,28)
#0B1B1A
(11,27,26)
#0A1818
(10,24,24)
#091516
(9,21,22)
#081214
(8,18,20)
#070F12
(7,15,18)
#060C10
(6,12,16)
#05090E
(5,9,14)
#04060C
(4,6,12)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D211E

#0D211E
(13,33,30)
#233532
(35,53,50)
#394946
(57,73,70)
#4F5D5A
(79,93,90)
#65716E
(101,113,110)
#7B8582
(123,133,130)
#919996
(145,153,150)
#A7ADAA
(167,173,170)
#BDC1BE
(189,193,190)
#D3D5D2
(211,213,210)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D211E color. Also use rgb(13,33,30) instead hex code.

Text Font Color

.myTextColor { color: #0D211E; }

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

This text font color is #0D211E.


Background Color

.myBgColor { background-color: #0D211E; }

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

This div background color is #0D211E.


Border color

.myBorderColor { border: 1px solid #0D211E; }

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

This div border color is #0D211E.


Opacity

.myOpacity80 { color: #0D211E; opacity: 0.8; }

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

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

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

This text has shadow with #0D211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D211E on black background.


Color preview on white background

This text has color #0D211E on white background.



Black color preview on #0D211E background

This text has black color on #0D211E background.


White color preview on #0D211E background

This text has white color on #0D211E background.