COLOR #0D1989

HEX: #0D1989
RGB: (13,25,137)

Color info

#0D1989 contains mainly blue color. Web safe color of #0D1989 is #000099 (or #009).

RGB color model

#0D1989 color RGB value is (13,25,137).

  • red value is 13;
  • green value is 25;
  • blue value is 137.
RGB:
(13,25,137)
(5%,10%,54%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 137 of 255 = 54%

13
25
137

R + G + B ~ 23%. #0D1989 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 137 = 175 (100%)
R 13 of 175 ~ 7.43%
G 25 of 175 ~ 14.29%
B 137 of 175 ~ 78.29%

%14.29
%78.29

CMYK color model

#0D1989 color CMYK value is (91,82,0,46).

  • cyan value is 90.51%
  • magenta value is 81.75%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(91,82,0,46)
C91M82Y0K46 
(91%,82%,0%,46%)
(0.91/0.82/0.00/0.46)	

CMYK percentages

%90.51
%81.75
%0
%46.27

Codes

Color #0D1989 in popluar color models

0D1989
RGB1325137
HSL234°82.67%29.41%
HSB/HSV234°90.51%53.73%
CMYK90.51%81.75%0.00%
46.27%

Color #0D1989 in popluar number systems.

HEX0D1989
Decimal1325137
Binary11011100110001001
Octal1531211

Shades and tints

Shades of #0D1989

#0D1989
(13,25,137)
#0C177D
(12,23,125)
#0B1571
(11,21,113)
#0A1365
(10,19,101)
#091159
(9,17,89)
#080F4D
(8,15,77)
#070D41
(7,13,65)
#060B35
(6,11,53)
#050929
(5,9,41)
#04071D
(4,7,29)
#030511
(3,5,17)
#000000
(0,0,0)

Tints of #0D1989

#0D1989
(13,25,137)
#232D93
(35,45,147)
#39419D
(57,65,157)
#4F55A7
(79,85,167)
#6569B1
(101,105,177)
#7B7DBB
(123,125,187)
#9191C5
(145,145,197)
#A7A5CF
(167,165,207)
#BDB9D9
(189,185,217)
#D3CDE3
(211,205,227)
#E9E1ED
(233,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1989 color. Also use rgb(13,25,137) instead hex code.

Text Font Color

.myTextColor { color: #0D1989; }

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

This text font color is #0D1989.


Background Color

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

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

This div background color is #0D1989.


Border color

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

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

This div border color is #0D1989.


Opacity

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

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

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

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

This text has shadow with #0D1989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1989 on black background.


Color preview on white background

This text has color #0D1989 on white background.



Black color preview on #0D1989 background

This text has black color on #0D1989 background.


White color preview on #0D1989 background

This text has white color on #0D1989 background.