COLOR #0D1635

HEX: #0D1635
RGB: (13,22,53)

Color info

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

RGB color model

#0D1635 color RGB value is (13,22,53).

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

RGB channels and saturation

R 13 of 255 = 5%
G 22 of 255 = 9%
B 53 of 255 = 21%

13
22
53

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

Portions of RGB colors in percentages

R + G + B =
13 + 22 + 53 = 88 (100%)
R 13 of 88 ~ 14.77%
G 22 of 88 ~ 25%
B 53 of 88 ~ 60.23%

%14.77
%25
%60.23

CMYK color model

#0D1635 color CMYK value is (75,58,0,79).

  • cyan value is 75.47%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(75,58,0,79)
C75M58Y0K79 
(75%,58%,0%,79%)
(0.75/0.58/0.00/0.79)	

CMYK percentages

%75.47
%58.49
%0
%79.22

Codes

Color #0D1635 in popluar color models

0D1635
RGB132253
HSL227°60.61%12.94%
HSB/HSV227°75.47%20.78%
CMYK75.47%58.49%0.00%
79.22%

Color #0D1635 in popluar number systems.

HEX0D1635
Decimal132253
Binary110110110110101
Octal152665

Shades and tints

Shades of #0D1635

#0D1635
(13,22,53)
#0C1431
(12,20,49)
#0B122D
(11,18,45)
#0A1029
(10,16,41)
#090E25
(9,14,37)
#080C21
(8,12,33)
#070A1D
(7,10,29)
#060819
(6,8,25)
#050615
(5,6,21)
#040411
(4,4,17)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #0D1635

#0D1635
(13,22,53)
#232B47
(35,43,71)
#394059
(57,64,89)
#4F556B
(79,85,107)
#656A7D
(101,106,125)
#7B7F8F
(123,127,143)
#9194A1
(145,148,161)
#A7A9B3
(167,169,179)
#BDBEC5
(189,190,197)
#D3D3D7
(211,211,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1635; }

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

This text font color is #0D1635.


Background Color

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

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

This div background color is #0D1635.


Border color

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

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

This div border color is #0D1635.


Opacity

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

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

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

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

This text has shadow with #0D1635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1635 on black background.


Color preview on white background

This text has color #0D1635 on white background.



Black color preview on #0D1635 background

This text has black color on #0D1635 background.


White color preview on #0D1635 background

This text has white color on #0D1635 background.