COLOR #0D1226

HEX: #0D1226 RGB: (13,18,38)

Color info

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

RGB color model

#0D1226 color RGB value is (13,18,38).

RGB: (13,18,38) (5%, 7%, 15%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 38 of 255 = 15%

13
18
38

R + G + B ~ 9%. #0D1226 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 38 = 69 (100%)
R 13 of 69 ~ 18.84%
G 18 of 69 ~ 26.09%
B 38 of 69 ~ 55.07'%

%18.84
%26.09
%55.07

CMYK color model

#0D1226 color CMYK value is (66,53,0,85).

  • cyan value is 65.79%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (66,53,0,85)
C66M53Y0K85 (66%, 53%, 0%, 85%)
(0.66 / 0.53 / 0.00 / 0.85)

CMYK percentages

%65.79
%52.63
%0
%85.1

Codes

Color #0D1226 in popluar color models

0D 12 26
RGB 13 18 38
HSL 228° 49.02% 10.00%
HSB/HSV 228° 65.79% 14.90%
CMYK 65.79% 52.63% 0.00%
85.10%

Color #0D1226 in popluar number systems.

HEX 0D 12 26
Decimal 13 18 38
Binary 1101 10010 100110
Octal 15 22 46

Shades and tints

Shades of #0D1226

#0D1226
(13,18,38)
#0C1123
(12,17,35)
#0B1020
(11,16,32)
#0A0F1D
(10,15,29)
#090E1A
(9,14,26)
#080D17
(8,13,23)
#070C14
(7,12,20)
#060B11
(6,11,17)
#050A0E
(5,10,14)
#04090B
(4,9,11)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #0D1226

#0D1226
(13,18,38)
#232739
(35,39,57)
#393C4C
(57,60,76)
#4F515F
(79,81,95)
#656672
(101,102,114)
#7B7B85
(123,123,133)
#919098
(145,144,152)
#A7A5AB
(167,165,171)
#BDBABE
(189,186,190)
#D3CFD1
(211,207,209)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1226 color. Also use rgb(13,18,38) instead hex code.

Text Font Color

.myTextColor { color: #0D1226; }

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

This text font color is #0D1226.

Background Color

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

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

This div background color is #0D1226.

Border color

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

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

This div border color is #0D1226.

Opacity

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

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

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

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

This text has shadow with #0D1226 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1226.

Preview

Color preview on black background

This text has color #0D1226 on black background.


Color preview on white background

This text has color #0D1226 on white background.


Black color preview on #0D1226 background

This text has black color on #0D1226 background.


White color preview on #0D1226 background

This text has white color on #0D1226 background.


Related colors

Complementary color

Complementary color for #hex is #F2EDD9.


I love getcolorcode.com

Triadic colors

1 #260D12 and #12260D with #0D1226 are triadic colors.

2 #26120D and #120D26 with #0D1226 are triadic colors.