COLOR #0D1744

HEX: #0D1744
RGB: (13,23,68)

Color info

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

RGB color model

#0D1744 color RGB value is (13,23,68).

  • red value is 13;
  • green value is 23;
  • blue value is 68.
RGB:
(13,23,68)
(5%,9%,27%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 68 of 255 = 27%

13
23
68

R + G + B ~ 14%. #0D1744 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 68 = 104 (100%)
R 13 of 104 ~ 12.5%
G 23 of 104 ~ 22.12%
B 68 of 104 ~ 65.38%

%12.5
%22.12
%65.38

CMYK color model

#0D1744 color CMYK value is (81,66,0,73).

  • cyan value is 80.88%
  • magenta value is 66.18%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(81,66,0,73)
C81M66Y0K73 
(81%,66%,0%,73%)
(0.81/0.66/0.00/0.73)	

CMYK percentages

%80.88
%66.18
%0
%73.33

Codes

Color #0D1744 in popluar color models

0D1744
RGB132368
HSL229°67.90%15.88%
HSB/HSV229°80.88%26.67%
CMYK80.88%66.18%0.00%
73.33%

Color #0D1744 in popluar number systems.

HEX0D1744
Decimal132368
Binary1101101111000100
Octal1527104

Shades and tints

Shades of #0D1744

#0D1744
(13,23,68)
#0C153E
(12,21,62)
#0B1338
(11,19,56)
#0A1132
(10,17,50)
#090F2C
(9,15,44)
#080D26
(8,13,38)
#070B20
(7,11,32)
#06091A
(6,9,26)
#050714
(5,7,20)
#04050E
(4,5,14)
#030308
(3,3,8)
#000000
(0,0,0)

Tints of #0D1744

#0D1744
(13,23,68)
#232C55
(35,44,85)
#394166
(57,65,102)
#4F5677
(79,86,119)
#656B88
(101,107,136)
#7B8099
(123,128,153)
#9195AA
(145,149,170)
#A7AABB
(167,170,187)
#BDBFCC
(189,191,204)
#D3D4DD
(211,212,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1744 color. Also use rgb(13,23,68) instead hex code.

Text Font Color

.myTextColor { color: #0D1744; }

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

This text font color is #0D1744.


Background Color

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

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

This div background color is #0D1744.


Border color

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

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

This div border color is #0D1744.


Opacity

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

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

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

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

This text has shadow with #0D1744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1744 on black background.


Color preview on white background

This text has color #0D1744 on white background.



Black color preview on #0D1744 background

This text has black color on #0D1744 background.


White color preview on #0D1744 background

This text has white color on #0D1744 background.