COLOR #0D184B

HEX: #0D184B RGB: (13,24,75)

Color info

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

RGB color model

#0D184B color RGB value is (13,24,75).

RGB: (13,24,75) (5%, 9%, 29%)

RGB channels and saturation

R 13 of 255 = 5%
G 24 of 255 = 9%
B 75 of 255 = 29%

13
24
75

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

Portions of RGB colors in percentages

R + G + B = 13 + 24 + 75 = 112 (100%)
R 13 of 112 ~ 11.61%
G 24 of 112 ~ 21.43%
B 75 of 112 ~ 66.96'%

%11.61
%21.43
%66.96

CMYK color model

#0D184B color CMYK value is (83,68,0,71).

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

CMYK: (83,68,0,71)
C83M68Y0K71 (83%, 68%, 0%, 71%)
(0.83 / 0.68 / 0.00 / 0.71)

CMYK percentages

%82.67
%68
%0
%70.59

Codes

Color #0D184B in popluar color models

0D 18 4B
RGB 13 24 75
HSL 229° 70.45% 17.25%
HSB/HSV 229° 82.67% 29.41%
CMYK 82.67% 68.00% 0.00%
70.59%

Color #0D184B in popluar number systems.

HEX 0D 18 4B
Decimal 13 24 75
Binary 1101 11000 1001011
Octal 15 30 113

Shades and tints

Shades of #0D184B

#0D184B
(13,24,75)
#0C1645
(12,22,69)
#0B143F
(11,20,63)
#0A1239
(10,18,57)
#091033
(9,16,51)
#080E2D
(8,14,45)
#070C27
(7,12,39)
#060A21
(6,10,33)
#05081B
(5,8,27)
#040615
(4,6,21)
#03040F
(3,4,15)
#000000
(0,0,0)

Tints of #0D184B

#0D184B
(13,24,75)
#232D5B
(35,45,91)
#39426B
(57,66,107)
#4F577B
(79,87,123)
#656C8B
(101,108,139)
#7B819B
(123,129,155)
#9196AB
(145,150,171)
#A7ABBB
(167,171,187)
#BDC0CB
(189,192,203)
#D3D5DB
(211,213,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D184B; }

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

This text font color is #0D184B.

Background Color

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

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

This div background color is #0D184B.

Border color

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

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

This div border color is #0D184B.

Opacity

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

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

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

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

This text has shadow with #0D184B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D184B.

Preview

Color preview on black background

This text has color #0D184B on black background.


Color preview on white background

This text has color #0D184B on white background.


Black color preview on #0D184B background

This text has black color on #0D184B background.


White color preview on #0D184B background

This text has white color on #0D184B background.


Related colors

Complementary color

Complementary color for #hex is #F2E7B4.


I love getcolorcode.com

Triadic colors

1 #4B0D18 and #184B0D with #0D184B are triadic colors.

2 #4B180D and #180D4B with #0D184B are triadic colors.