COLOR #0D191E

HEX: #0D191E
RGB: (13,25,30)

Color info

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

RGB color model

#0D191E color RGB value is (13,25,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 30 of 255 = 12%

13
25
30

R + G + B ~ 9%. #0D191E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 30 = 68 (100%)
R 13 of 68 ~ 19.12%
G 25 of 68 ~ 36.76%
B 30 of 68 ~ 44.12%

%19.12
%36.76
%44.12

CMYK color model

#0D191E color CMYK value is (57,17,0,88).

  • cyan value is 56.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(57,17,0,88)
C57M17Y0K88 
(57%,17%,0%,88%)
(0.57/0.17/0.00/0.88)	

CMYK percentages

%56.67
%16.67
%0
%88.24

Codes

Color #0D191E in popluar color models

0D191E
RGB132530
HSL198°39.53%8.43%
HSB/HSV198°56.67%11.76%
CMYK56.67%16.67%0.00%
88.24%

Color #0D191E in popluar number systems.

HEX0D191E
Decimal132530
Binary11011100111110
Octal153136

Shades and tints

Shades of #0D191E

#0D191E
(13,25,30)
#0C171C
(12,23,28)
#0B151A
(11,21,26)
#0A1318
(10,19,24)
#091116
(9,17,22)
#080F14
(8,15,20)
#070D12
(7,13,18)
#060B10
(6,11,16)
#05090E
(5,9,14)
#04070C
(4,7,12)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #0D191E

#0D191E
(13,25,30)
#232D32
(35,45,50)
#394146
(57,65,70)
#4F555A
(79,85,90)
#65696E
(101,105,110)
#7B7D82
(123,125,130)
#919196
(145,145,150)
#A7A5AA
(167,165,170)
#BDB9BE
(189,185,190)
#D3CDD2
(211,205,210)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D191E; }

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

This text font color is #0D191E.


Background Color

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

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

This div background color is #0D191E.


Border color

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

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

This div border color is #0D191E.


Opacity

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

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

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

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

This text has shadow with #0D191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D191E on black background.


Color preview on white background

This text has color #0D191E on white background.



Black color preview on #0D191E background

This text has black color on #0D191E background.


White color preview on #0D191E background

This text has white color on #0D191E background.