COLOR #0D1938

HEX: #0D1938
RGB: (13,25,56)

Color info

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

RGB color model

#0D1938 color RGB value is (13,25,56).

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

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 56 of 255 = 22%

13
25
56

R + G + B ~ 12%. #0D1938 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 56 = 94 (100%)
R 13 of 94 ~ 13.83%
G 25 of 94 ~ 26.6%
B 56 of 94 ~ 59.57%

%13.83
%26.6
%59.57

CMYK color model

#0D1938 color CMYK value is (77,55,0,78).

  • cyan value is 76.79%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(77,55,0,78)
C77M55Y0K78 
(77%,55%,0%,78%)
(0.77/0.55/0.00/0.78)	

CMYK percentages

%76.79
%55.36
%0
%78.04

Codes

Color #0D1938 in popluar color models

0D1938
RGB132556
HSL223°62.32%13.53%
HSB/HSV223°76.79%21.96%
CMYK76.79%55.36%0.00%
78.04%

Color #0D1938 in popluar number systems.

HEX0D1938
Decimal132556
Binary110111001111000
Octal153170

Shades and tints

Shades of #0D1938

#0D1938
(13,25,56)
#0C1733
(12,23,51)
#0B152E
(11,21,46)
#0A1329
(10,19,41)
#091124
(9,17,36)
#080F1F
(8,15,31)
#070D1A
(7,13,26)
#060B15
(6,11,21)
#050910
(5,9,16)
#04070B
(4,7,11)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #0D1938

#0D1938
(13,25,56)
#232D4A
(35,45,74)
#39415C
(57,65,92)
#4F556E
(79,85,110)
#656980
(101,105,128)
#7B7D92
(123,125,146)
#9191A4
(145,145,164)
#A7A5B6
(167,165,182)
#BDB9C8
(189,185,200)
#D3CDDA
(211,205,218)
#E9E1EC
(233,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1938; }

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

This text font color is #0D1938.


Background Color

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

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

This div background color is #0D1938.


Border color

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

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

This div border color is #0D1938.


Opacity

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

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

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

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

This text has shadow with #0D1938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1938 on black background.


Color preview on white background

This text has color #0D1938 on white background.



Black color preview on #0D1938 background

This text has black color on #0D1938 background.


White color preview on #0D1938 background

This text has white color on #0D1938 background.