COLOR #0D123D

HEX: #0D123D RGB: (13,18,61)

Color info

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

RGB color model

#0D123D color RGB value is (13,18,61).

RGB: (13,18,61) (5%, 7%, 24%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 61 of 255 = 24%

13
18
61

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

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 61 = 92 (100%)
R 13 of 92 ~ 14.13%
G 18 of 92 ~ 19.57%
B 61 of 92 ~ 66.3'%

%14.13
%19.57
%66.3

CMYK color model

#0D123D color CMYK value is (79,70,0,76).

  • cyan value is 78.69%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (79,70,0,76) C79M70Y0K76 (79%,70%,0%,76%) (0.79/0.70/0.00/0.76) 

CMYK percentages

%78.69
%70.49
%0
%76.08

Codes

Color #0D123D in popluar color models

0D 12 3D
RGB 13 18 61
HSL 234° 64.86% 14.51%
HSB/HSV 234° 78.69% 23.92%
CMYK 78.69% 70.49% 0.00%
76.08%

Color #0D123D in popluar number systems.

HEX 0D 12 3D
Decimal 13 18 61
Binary 1101 10010 111101
Octal 15 22 75

Shades and tints

Shades of #0D123D

#0D123D
(13,18,61)
#0C1138
(12,17,56)
#0B1033
(11,16,51)
#0A0F2E
(10,15,46)
#090E29
(9,14,41)
#080D24
(8,13,36)
#070C1F
(7,12,31)
#060B1A
(6,11,26)
#050A15
(5,10,21)
#040910
(4,9,16)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #0D123D

#0D123D
(13,18,61)
#23274E
(35,39,78)
#393C5F
(57,60,95)
#4F5170
(79,81,112)
#656681
(101,102,129)
#7B7B92
(123,123,146)
#9190A3
(145,144,163)
#A7A5B4
(167,165,180)
#BDBAC5
(189,186,197)
#D3CFD6
(211,207,214)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D123D; }

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

This text font color is #0D123D.

Background Color

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

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

This div background color is #0D123D.

Border color

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

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

This div border color is #0D123D.

Opacity

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

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

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

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

This text has shadow with #0D123D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D123D.

Preview

Color preview on black background

This text has color #0D123D on black background.


Color preview on white background

This text has color #0D123D on white background.


Black color preview on #0D123D background

This text has black color on #0D123D background.


White color preview on #0D123D background

This text has white color on #0D123D background.


Related colors

Complementary color

Complementary color for #hex is #F2EDC2.


I love getcolorcode.com

Triadic colors

1 #3D0D12 and #123D0D with #0D123D are triadic colors.

2 #3D120D and #120D3D with #0D123D are triadic colors.