COLOR #0D195E

HEX: #0D195E
RGB: (13,25,94)

Color info

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

RGB color model

#0D195E color RGB value is (13,25,94).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 94 of 255 = 37%

13
25
94

R + G + B ~ 17%. #0D195E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 94 = 132 (100%)
R 13 of 132 ~ 9.85%
G 25 of 132 ~ 18.94%
B 94 of 132 ~ 71.21%

%9.85
%18.94
%71.21

CMYK color model

#0D195E color CMYK value is (86,73,0,63).

  • cyan value is 86.17%
  • magenta value is 73.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(86,73,0,63)
C86M73Y0K63 
(86%,73%,0%,63%)
(0.86/0.73/0.00/0.63)	

CMYK percentages

%86.17
%73.4
%0
%63.14

Codes

Color #0D195E in popluar color models

0D195E
RGB132594
HSL231°75.70%20.98%
HSB/HSV231°86.17%36.86%
CMYK86.17%73.40%0.00%
63.14%

Color #0D195E in popluar number systems.

HEX0D195E
Decimal132594
Binary1101110011011110
Octal1531136

Shades and tints

Shades of #0D195E

#0D195E
(13,25,94)
#0C1756
(12,23,86)
#0B154E
(11,21,78)
#0A1346
(10,19,70)
#09113E
(9,17,62)
#080F36
(8,15,54)
#070D2E
(7,13,46)
#060B26
(6,11,38)
#05091E
(5,9,30)
#040716
(4,7,22)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #0D195E

#0D195E
(13,25,94)
#232D6C
(35,45,108)
#39417A
(57,65,122)
#4F5588
(79,85,136)
#656996
(101,105,150)
#7B7DA4
(123,125,164)
#9191B2
(145,145,178)
#A7A5C0
(167,165,192)
#BDB9CE
(189,185,206)
#D3CDDC
(211,205,220)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D195E; }

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

This text font color is #0D195E.


Background Color

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

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

This div background color is #0D195E.


Border color

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

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

This div border color is #0D195E.


Opacity

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

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

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

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

This text has shadow with #0D195E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D195E on black background.


Color preview on white background

This text has color #0D195E on white background.



Black color preview on #0D195E background

This text has black color on #0D195E background.


White color preview on #0D195E background

This text has white color on #0D195E background.