COLOR #0D1638

HEX: #0D1638
RGB: (13,22,56)

Color info

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

RGB color model

#0D1638 color RGB value is (13,22,56).

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

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 56 of 255 = 22%

13
22
56

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

Portions of RGB colors in percentages

R + G + B =
13 + 22 + 56 = 91 (100%)
R 13 of 91 ~ 14.29%
G 22 of 91 ~ 24.18%
B 56 of 91 ~ 61.54%

%14.29
%24.18
%61.54

CMYK color model

#0D1638 color CMYK value is (77,61,0,78).

  • cyan value is 76.79%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(77,61,0,78)
C77M61Y0K78 
(77%,61%,0%,78%)
(0.77/0.61/0.00/0.78)	

CMYK percentages

%76.79
%60.71
%0
%78.04

Codes

Color #0D1638 in popluar color models

0D1638
RGB132256
HSL227°62.32%13.53%
HSB/HSV227°76.79%21.96%
CMYK76.79%60.71%0.00%
78.04%

Color #0D1638 in popluar number systems.

HEX0D1638
Decimal132256
Binary110110110111000
Octal152670

Shades and tints

Shades of #0D1638

#0D1638
(13,22,56)
#0C1433
(12,20,51)
#0B122E
(11,18,46)
#0A1029
(10,16,41)
#090E24
(9,14,36)
#080C1F
(8,12,31)
#070A1A
(7,10,26)
#060815
(6,8,21)
#050610
(5,6,16)
#04040B
(4,4,11)
#030206
(3,2,6)
#000000
(0,0,0)

Tints of #0D1638

#0D1638
(13,22,56)
#232B4A
(35,43,74)
#39405C
(57,64,92)
#4F556E
(79,85,110)
#656A80
(101,106,128)
#7B7F92
(123,127,146)
#9194A4
(145,148,164)
#A7A9B6
(167,169,182)
#BDBEC8
(189,190,200)
#D3D3DA
(211,211,218)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1638; }

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

This text font color is #0D1638.


Background Color

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

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

This div background color is #0D1638.


Border color

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

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

This div border color is #0D1638.


Opacity

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

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

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

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

This text has shadow with #0D1638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1638 on black background.


Color preview on white background

This text has color #0D1638 on white background.



Black color preview on #0D1638 background

This text has black color on #0D1638 background.


White color preview on #0D1638 background

This text has white color on #0D1638 background.