COLOR #0D145B

HEX: #0D145B
RGB: (13,20,91)

Color info

#0D145B contains mainly blue color. Web safe color of #0D145B is #000066 (or #006).

RGB color model

#0D145B color RGB value is (13,20,91).

  • red value is 13;
  • green value is 20;
  • blue value is 91.
RGB:
(13,20,91)
(5%,8%,36%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 91 of 255 = 36%

13
20
91

R + G + B ~ 16%. #0D145B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 20 + 91 = 124 (100%)
R 13 of 124 ~ 10.48%
G 20 of 124 ~ 16.13%
B 91 of 124 ~ 73.39%

%10.48
%16.13
%73.39

CMYK color model

#0D145B color CMYK value is (86,78,0,64).

  • cyan value is 85.71%
  • magenta value is 78.02%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(86,78,0,64)
C86M78Y0K64 
(86%,78%,0%,64%)
(0.86/0.78/0.00/0.64)	

CMYK percentages

%85.71
%78.02
%0
%64.31

Codes

Color #0D145B in popluar color models

0D145B
RGB132091
HSL235°75.00%20.39%
HSB/HSV235°85.71%35.69%
CMYK85.71%78.02%0.00%
64.31%

Color #0D145B in popluar number systems.

HEX0D145B
Decimal132091
Binary1101101001011011
Octal1524133

Shades and tints

Shades of #0D145B

#0D145B
(13,20,91)
#0C1353
(12,19,83)
#0B124B
(11,18,75)
#0A1143
(10,17,67)
#09103B
(9,16,59)
#080F33
(8,15,51)
#070E2B
(7,14,43)
#060D23
(6,13,35)
#050C1B
(5,12,27)
#040B13
(4,11,19)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #0D145B

#0D145B
(13,20,91)
#232969
(35,41,105)
#393E77
(57,62,119)
#4F5385
(79,83,133)
#656893
(101,104,147)
#7B7DA1
(123,125,161)
#9192AF
(145,146,175)
#A7A7BD
(167,167,189)
#BDBCCB
(189,188,203)
#D3D1D9
(211,209,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D145B color. Also use rgb(13,20,91) instead hex code.

Text Font Color

.myTextColor { color: #0D145B; }

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

This text font color is #0D145B.


Background Color

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

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

This div background color is #0D145B.


Border color

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

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

This div border color is #0D145B.


Opacity

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

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

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

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

This text has shadow with #0D145B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D145B on black background.


Color preview on white background

This text has color #0D145B on white background.



Black color preview on #0D145B background

This text has black color on #0D145B background.


White color preview on #0D145B background

This text has white color on #0D145B background.