COLOR #0D2236

HEX: #0D2236
RGB: (13,34,54)

Color info

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

RGB color model

#0D2236 color RGB value is (13,34,54).

  • red value is 13;
  • green value is 34;
  • blue value is 54.
RGB:
(13,34,54)
(5%,13%,21%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 54 of 255 = 21%

13
34
54

R + G + B ~ 13%. #0D2236 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 54 = 101 (100%)
R 13 of 101 ~ 12.87%
G 34 of 101 ~ 33.66%
B 54 of 101 ~ 53.47%

%12.87
%33.66
%53.47

CMYK color model

#0D2236 color CMYK value is (76,37,0,79).

  • cyan value is 75.93%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(76,37,0,79)
C76M37Y0K79 
(76%,37%,0%,79%)
(0.76/0.37/0.00/0.79)	

CMYK percentages

%75.93
%37.04
%0
%78.82

Codes

Color #0D2236 in popluar color models

0D2236
RGB133454
HSL209°61.19%13.14%
HSB/HSV209°75.93%21.18%
CMYK75.93%37.04%0.00%
78.82%

Color #0D2236 in popluar number systems.

HEX0D2236
Decimal133454
Binary1101100010110110
Octal154266

Shades and tints

Shades of #0D2236

#0D2236
(13,34,54)
#0C1F32
(12,31,50)
#0B1C2E
(11,28,46)
#0A192A
(10,25,42)
#091626
(9,22,38)
#081322
(8,19,34)
#07101E
(7,16,30)
#060D1A
(6,13,26)
#050A16
(5,10,22)
#040712
(4,7,18)
#03040E
(3,4,14)
#000000
(0,0,0)

Tints of #0D2236

#0D2236
(13,34,54)
#233648
(35,54,72)
#394A5A
(57,74,90)
#4F5E6C
(79,94,108)
#65727E
(101,114,126)
#7B8690
(123,134,144)
#919AA2
(145,154,162)
#A7AEB4
(167,174,180)
#BDC2C6
(189,194,198)
#D3D6D8
(211,214,216)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2236 color. Also use rgb(13,34,54) instead hex code.

Text Font Color

.myTextColor { color: #0D2236; }

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

This text font color is #0D2236.


Background Color

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

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

This div background color is #0D2236.


Border color

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

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

This div border color is #0D2236.


Opacity

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

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

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

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

This text has shadow with #0D2236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2236 on black background.


Color preview on white background

This text has color #0D2236 on white background.



Black color preview on #0D2236 background

This text has black color on #0D2236 background.


White color preview on #0D2236 background

This text has white color on #0D2236 background.