COLOR #0D2197

HEX: #0D2197
RGB: (13,33,151)

Color info

#0D2197 contains mainly blue color. Web safe color of #0D2197 is #003399 (or #039).

RGB color model

#0D2197 color RGB value is (13,33,151).

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

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 151 of 255 = 59%

13
33
151

R + G + B ~ 26%. #0D2197 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 33 + 151 = 197 (100%)
R 13 of 197 ~ 6.6%
G 33 of 197 ~ 16.75%
B 151 of 197 ~ 76.65%

%16.75
%76.65

CMYK color model

#0D2197 color CMYK value is (91,78,0,41).

  • cyan value is 91.39%
  • magenta value is 78.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(91,78,0,41)
C91M78Y0K41 
(91%,78%,0%,41%)
(0.91/0.78/0.00/0.41)	

CMYK percentages

%91.39
%78.15
%0
%40.78

Codes

Color #0D2197 in popluar color models

0D2197
RGB1333151
HSL231°84.15%32.16%
HSB/HSV231°91.39%59.22%
CMYK91.39%78.15%0.00%
40.78%

Color #0D2197 in popluar number systems.

HEX0D2197
Decimal1333151
Binary110110000110010111
Octal1541227

Shades and tints

Shades of #0D2197

#0D2197
(13,33,151)
#0C1E8A
(12,30,138)
#0B1B7D
(11,27,125)
#0A1870
(10,24,112)
#091563
(9,21,99)
#081256
(8,18,86)
#070F49
(7,15,73)
#060C3C
(6,12,60)
#05092F
(5,9,47)
#040622
(4,6,34)
#030315
(3,3,21)
#000000
(0,0,0)

Tints of #0D2197

#0D2197
(13,33,151)
#2335A0
(35,53,160)
#3949A9
(57,73,169)
#4F5DB2
(79,93,178)
#6571BB
(101,113,187)
#7B85C4
(123,133,196)
#9199CD
(145,153,205)
#A7ADD6
(167,173,214)
#BDC1DF
(189,193,223)
#D3D5E8
(211,213,232)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2197; }

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

This text font color is #0D2197.


Background Color

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

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

This div background color is #0D2197.


Border color

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

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

This div border color is #0D2197.


Opacity

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

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

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

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

This text has shadow with #0D2197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2197 on black background.


Color preview on white background

This text has color #0D2197 on white background.



Black color preview on #0D2197 background

This text has black color on #0D2197 background.


White color preview on #0D2197 background

This text has white color on #0D2197 background.