COLOR #0D183C

HEX: #0D183C
RGB: (13,24,60)

Color info

#0D183C contains red, green and blue colors in about the same proportion. Web safe color of #0D183C is #000033 (or #003).

RGB color model

#0D183C color RGB value is (13,24,60).

  • red value is 13;
  • green value is 24;
  • blue value is 60.
RGB:
(13,24,60)
(5%,9%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 60 of 255 = 24%

13
24
60

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

Portions of RGB colors in percentages

R + G + B =
13 + 24 + 60 = 97 (100%)
R 13 of 97 ~ 13.4%
G 24 of 97 ~ 24.74%
B 60 of 97 ~ 61.86%

%13.4
%24.74
%61.86

CMYK color model

#0D183C color CMYK value is (78,60,0,76).

  • cyan value is 78.33%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(78,60,0,76)
C78M60Y0K76 
(78%,60%,0%,76%)
(0.78/0.60/0.00/0.76)	

CMYK percentages

%78.33
%60
%0
%76.47

Codes

Color #0D183C in popluar color models

0D183C
RGB132460
HSL226°64.38%14.31%
HSB/HSV226°78.33%23.53%
CMYK78.33%60.00%0.00%
76.47%

Color #0D183C in popluar number systems.

HEX0D183C
Decimal132460
Binary110111000111100
Octal153074

Shades and tints

Shades of #0D183C

#0D183C
(13,24,60)
#0C1637
(12,22,55)
#0B1432
(11,20,50)
#0A122D
(10,18,45)
#091028
(9,16,40)
#080E23
(8,14,35)
#070C1E
(7,12,30)
#060A19
(6,10,25)
#050814
(5,8,20)
#04060F
(4,6,15)
#03040A
(3,4,10)
#000000
(0,0,0)

Tints of #0D183C

#0D183C
(13,24,60)
#232D4D
(35,45,77)
#39425E
(57,66,94)
#4F576F
(79,87,111)
#656C80
(101,108,128)
#7B8191
(123,129,145)
#9196A2
(145,150,162)
#A7ABB3
(167,171,179)
#BDC0C4
(189,192,196)
#D3D5D5
(211,213,213)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D183C color. Also use rgb(13,24,60) instead hex code.

Text Font Color

.myTextColor { color: #0D183C; }

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

This text font color is #0D183C.


Background Color

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

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

This div background color is #0D183C.


Border color

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

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

This div border color is #0D183C.


Opacity

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

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

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

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

This text has shadow with #0D183C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D183C on black background.


Color preview on white background

This text has color #0D183C on white background.



Black color preview on #0D183C background

This text has black color on #0D183C background.


White color preview on #0D183C background

This text has white color on #0D183C background.