COLOR #0D193E

HEX: #0D193E
RGB: (13,25,62)

Color info

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

RGB color model

#0D193E color RGB value is (13,25,62).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 62 of 255 = 24%

13
25
62

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

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 62 = 100 (100%)
R 13 of 100 ~ 13%
G 25 of 100 ~ 25%
B 62 of 100 ~ 62%

%13
%25
%62

CMYK color model

#0D193E color CMYK value is (79,60,0,76).

  • cyan value is 79.03%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(79,60,0,76)
C79M60Y0K76 
(79%,60%,0%,76%)
(0.79/0.60/0.00/0.76)	

CMYK percentages

%79.03
%59.68
%0
%75.69

Codes

Color #0D193E in popluar color models

0D193E
RGB132562
HSL225°65.33%14.71%
HSB/HSV225°79.03%24.31%
CMYK79.03%59.68%0.00%
75.69%

Color #0D193E in popluar number systems.

HEX0D193E
Decimal132562
Binary110111001111110
Octal153176

Shades and tints

Shades of #0D193E

#0D193E
(13,25,62)
#0C1739
(12,23,57)
#0B1534
(11,21,52)
#0A132F
(10,19,47)
#09112A
(9,17,42)
#080F25
(8,15,37)
#070D20
(7,13,32)
#060B1B
(6,11,27)
#050916
(5,9,22)
#040711
(4,7,17)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #0D193E

#0D193E
(13,25,62)
#232D4F
(35,45,79)
#394160
(57,65,96)
#4F5571
(79,85,113)
#656982
(101,105,130)
#7B7D93
(123,125,147)
#9191A4
(145,145,164)
#A7A5B5
(167,165,181)
#BDB9C6
(189,185,198)
#D3CDD7
(211,205,215)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D193E; }

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

This text font color is #0D193E.


Background Color

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

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

This div background color is #0D193E.


Border color

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

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

This div border color is #0D193E.


Opacity

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

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

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

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

This text has shadow with #0D193E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D193E on black background.


Color preview on white background

This text has color #0D193E on white background.



Black color preview on #0D193E background

This text has black color on #0D193E background.


White color preview on #0D193E background

This text has white color on #0D193E background.