COLOR #0D154D

HEX: #0D154D
RGB: (13,21,77)

Color info

#0D154D contains mainly green and blue colors. Web safe color of #0D154D is #000033 (or #003).

RGB color model

#0D154D color RGB value is (13,21,77).

  • red value is 13;
  • green value is 21;
  • blue value is 77.
RGB:
(13,21,77)
(5%,8%,30%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 77 of 255 = 30%

13
21
77

R + G + B ~ 14%. #0D154D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 77 = 111 (100%)
R 13 of 111 ~ 11.71%
G 21 of 111 ~ 18.92%
B 77 of 111 ~ 69.37%

%11.71
%18.92
%69.37

CMYK color model

#0D154D color CMYK value is (83,73,0,70).

  • cyan value is 83.12%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(83,73,0,70)
C83M73Y0K70 
(83%,73%,0%,70%)
(0.83/0.73/0.00/0.70)	

CMYK percentages

%83.12
%72.73
%0
%69.8

Codes

Color #0D154D in popluar color models

0D154D
RGB132177
HSL233°71.11%17.65%
HSB/HSV233°83.12%30.20%
CMYK83.12%72.73%0.00%
69.80%

Color #0D154D in popluar number systems.

HEX0D154D
Decimal132177
Binary1101101011001101
Octal1525115

Shades and tints

Shades of #0D154D

#0D154D
(13,21,77)
#0C1446
(12,20,70)
#0B133F
(11,19,63)
#0A1238
(10,18,56)
#091131
(9,17,49)
#08102A
(8,16,42)
#070F23
(7,15,35)
#060E1C
(6,14,28)
#050D15
(5,13,21)
#040C0E
(4,12,14)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #0D154D

#0D154D
(13,21,77)
#232A5D
(35,42,93)
#393F6D
(57,63,109)
#4F547D
(79,84,125)
#65698D
(101,105,141)
#7B7E9D
(123,126,157)
#9193AD
(145,147,173)
#A7A8BD
(167,168,189)
#BDBDCD
(189,189,205)
#D3D2DD
(211,210,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D154D color. Also use rgb(13,21,77) instead hex code.

Text Font Color

.myTextColor { color: #0D154D; }

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

This text font color is #0D154D.


Background Color

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

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

This div background color is #0D154D.


Border color

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

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

This div border color is #0D154D.


Opacity

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

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

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

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

This text has shadow with #0D154D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D154D on black background.


Color preview on white background

This text has color #0D154D on white background.



Black color preview on #0D154D background

This text has black color on #0D154D background.


White color preview on #0D154D background

This text has white color on #0D154D background.