COLOR #0D1A38

HEX: #0D1A38
RGB: (13,26,56)

Color info

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

RGB color model

#0D1A38 color RGB value is (13,26,56).

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

RGB channels and saturation

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

13
26
56

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

Portions of RGB colors in percentages

R + G + B =
13 + 26 + 56 = 95 (100%)
R 13 of 95 ~ 13.68%
G 26 of 95 ~ 27.37%
B 56 of 95 ~ 58.95%

%13.68
%27.37
%58.95

CMYK color model

#0D1A38 color CMYK value is (77,54,0,78).

  • cyan value is 76.79%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(77,54,0,78)
C77M54Y0K78 
(77%,54%,0%,78%)
(0.77/0.54/0.00/0.78)	

CMYK percentages

%76.79
%53.57
%0
%78.04

Codes

Color #0D1A38 in popluar color models

0D1A38
RGB132656
HSL222°62.32%13.53%
HSB/HSV222°76.79%21.96%
CMYK76.79%53.57%0.00%
78.04%

Color #0D1A38 in popluar number systems.

HEX0D1A38
Decimal132656
Binary110111010111000
Octal153270

Shades and tints

Shades of #0D1A38

#0D1A38
(13,26,56)
#0C1833
(12,24,51)
#0B162E
(11,22,46)
#0A1429
(10,20,41)
#091224
(9,18,36)
#08101F
(8,16,31)
#070E1A
(7,14,26)
#060C15
(6,12,21)
#050A10
(5,10,16)
#04080B
(4,8,11)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #0D1A38

#0D1A38
(13,26,56)
#232E4A
(35,46,74)
#39425C
(57,66,92)
#4F566E
(79,86,110)
#656A80
(101,106,128)
#7B7E92
(123,126,146)
#9192A4
(145,146,164)
#A7A6B6
(167,166,182)
#BDBAC8
(189,186,200)
#D3CEDA
(211,206,218)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1A38; }

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

This text font color is #0D1A38.


Background Color

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

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

This div background color is #0D1A38.


Border color

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

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

This div border color is #0D1A38.


Opacity

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

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

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

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

This text has shadow with #0D1A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1A38 on black background.


Color preview on white background

This text has color #0D1A38 on white background.



Black color preview on #0D1A38 background

This text has black color on #0D1A38 background.


White color preview on #0D1A38 background

This text has white color on #0D1A38 background.