COLOR #0D1B3A

HEX: #0D1B3A
RGB: (13,27,58)

Color info

#0D1B3A contains red, green and blue colors in about the same proportion. Web safe color of #0D1B3A is #003333 (or #033).

RGB color model

#0D1B3A color RGB value is (13,27,58).

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

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 58 of 255 = 23%

13
27
58

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

Portions of RGB colors in percentages

R + G + B =
13 + 27 + 58 = 98 (100%)
R 13 of 98 ~ 13.27%
G 27 of 98 ~ 27.55%
B 58 of 98 ~ 59.18%

%13.27
%27.55
%59.18

CMYK color model

#0D1B3A color CMYK value is (78,53,0,77).

  • cyan value is 77.59%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(78,53,0,77)
C78M53Y0K77 
(78%,53%,0%,77%)
(0.78/0.53/0.00/0.77)	

CMYK percentages

%77.59
%53.45
%0
%77.25

Codes

Color #0D1B3A in popluar color models

0D1B3A
RGB132758
HSL221°63.38%13.92%
HSB/HSV221°77.59%22.75%
CMYK77.59%53.45%0.00%
77.25%

Color #0D1B3A in popluar number systems.

HEX0D1B3A
Decimal132758
Binary110111011111010
Octal153372

Shades and tints

Shades of #0D1B3A

#0D1B3A
(13,27,58)
#0C1935
(12,25,53)
#0B1730
(11,23,48)
#0A152B
(10,21,43)
#091326
(9,19,38)
#081121
(8,17,33)
#070F1C
(7,15,28)
#060D17
(6,13,23)
#050B12
(5,11,18)
#04090D
(4,9,13)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D1B3A

#0D1B3A
(13,27,58)
#232F4B
(35,47,75)
#39435C
(57,67,92)
#4F576D
(79,87,109)
#656B7E
(101,107,126)
#7B7F8F
(123,127,143)
#9193A0
(145,147,160)
#A7A7B1
(167,167,177)
#BDBBC2
(189,187,194)
#D3CFD3
(211,207,211)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1B3A color. Also use rgb(13,27,58) instead hex code.

Text Font Color

.myTextColor { color: #0D1B3A; }

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

This text font color is #0D1B3A.


Background Color

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

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

This div background color is #0D1B3A.


Border color

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

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

This div border color is #0D1B3A.


Opacity

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

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

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

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

This text has shadow with #0D1B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1B3A on black background.


Color preview on white background

This text has color #0D1B3A on white background.



Black color preview on #0D1B3A background

This text has black color on #0D1B3A background.


White color preview on #0D1B3A background

This text has white color on #0D1B3A background.