COLOR #0D192C

HEX: #0D192C
RGB: (13,25,44)

Color info

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

RGB color model

#0D192C color RGB value is (13,25,44).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 44 of 255 = 17%

13
25
44

R + G + B ~ 11%. #0D192C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 44 = 82 (100%)
R 13 of 82 ~ 15.85%
G 25 of 82 ~ 30.49%
B 44 of 82 ~ 53.66%

%15.85
%30.49
%53.66

CMYK color model

#0D192C color CMYK value is (70,43,0,83).

  • cyan value is 70.45%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(70,43,0,83)
C70M43Y0K83 
(70%,43%,0%,83%)
(0.70/0.43/0.00/0.83)	

CMYK percentages

%70.45
%43.18
%0
%82.75

Codes

Color #0D192C in popluar color models

0D192C
RGB132544
HSL217°54.39%11.18%
HSB/HSV217°70.45%17.25%
CMYK70.45%43.18%0.00%
82.75%

Color #0D192C in popluar number systems.

HEX0D192C
Decimal132544
Binary110111001101100
Octal153154

Shades and tints

Shades of #0D192C

#0D192C
(13,25,44)
#0C1728
(12,23,40)
#0B1524
(11,21,36)
#0A1320
(10,19,32)
#09111C
(9,17,28)
#080F18
(8,15,24)
#070D14
(7,13,20)
#060B10
(6,11,16)
#05090C
(5,9,12)
#040708
(4,7,8)
#030504
(3,5,4)
#000000
(0,0,0)

Tints of #0D192C

#0D192C
(13,25,44)
#232D3F
(35,45,63)
#394152
(57,65,82)
#4F5565
(79,85,101)
#656978
(101,105,120)
#7B7D8B
(123,125,139)
#91919E
(145,145,158)
#A7A5B1
(167,165,177)
#BDB9C4
(189,185,196)
#D3CDD7
(211,205,215)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D192C; }

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

This text font color is #0D192C.


Background Color

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

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

This div background color is #0D192C.


Border color

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

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

This div border color is #0D192C.


Opacity

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

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

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

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

This text has shadow with #0D192C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D192C on black background.


Color preview on white background

This text has color #0D192C on white background.



Black color preview on #0D192C background

This text has black color on #0D192C background.


White color preview on #0D192C background

This text has white color on #0D192C background.