COLOR #0D124B

HEX: #0D124B RGB: (13,18,75)

Color info

#0D124B contains mainly green and blue colors. Web safe color of #0D124B is #000033 (or #003).

RGB color model

#0D124B color RGB value is (13,18,75).

RGB: (13,18,75) (5%, 7%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 75 of 255 = 29%

13
18
75

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

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 75 = 106 (100%)
R 13 of 106 ~ 12.26%
G 18 of 106 ~ 16.98%
B 75 of 106 ~ 70.75'%

%12.26
%16.98
%70.75

CMYK color model

#0D124B color CMYK value is (83,76,0,71).

  • cyan value is 82.67%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (83,76,0,71)
C83M76Y0K71 (83%, 76%, 0%, 71%)
(0.83 / 0.76 / 0.00 / 0.71)

CMYK percentages

%82.67
%76
%0
%70.59

Codes

Color #0D124B in popluar color models

0D 12 4B
RGB 13 18 75
HSL 235° 70.45% 17.25%
HSB/HSV 235° 82.67% 29.41%
CMYK 82.67% 76.00% 0.00%
70.59%

Color #0D124B in popluar number systems.

HEX 0D 12 4B
Decimal 13 18 75
Binary 1101 10010 1001011
Octal 15 22 113

Shades and tints

Shades of #0D124B

#0D124B
(13,18,75)
#0C1145
(12,17,69)
#0B103F
(11,16,63)
#0A0F39
(10,15,57)
#090E33
(9,14,51)
#080D2D
(8,13,45)
#070C27
(7,12,39)
#060B21
(6,11,33)
#050A1B
(5,10,27)
#040915
(4,9,21)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #0D124B

#0D124B
(13,18,75)
#23275B
(35,39,91)
#393C6B
(57,60,107)
#4F517B
(79,81,123)
#65668B
(101,102,139)
#7B7B9B
(123,123,155)
#9190AB
(145,144,171)
#A7A5BB
(167,165,187)
#BDBACB
(189,186,203)
#D3CFDB
(211,207,219)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D124B; }

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

This text font color is #0D124B.

Background Color

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

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

This div background color is #0D124B.

Border color

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

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

This div border color is #0D124B.

Opacity

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

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

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

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

This text has shadow with #0D124B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D124B.

Preview

Color preview on black background

This text has color #0D124B on black background.


Color preview on white background

This text has color #0D124B on white background.


Black color preview on #0D124B background

This text has black color on #0D124B background.


White color preview on #0D124B background

This text has white color on #0D124B background.


Related colors

Complementary color

Complementary color for #hex is #F2EDB4.


I love getcolorcode.com

Triadic colors

1 #4B0D12 and #124B0D with #0D124B are triadic colors.

2 #4B120D and #120D4B with #0D124B are triadic colors.