COLOR #0D244F

HEX: #0D244F
RGB: (13,36,79)

Color info

#0D244F contains mainly green and blue colors. Web safe color of #0D244F is #003366 (or #036).

RGB color model

#0D244F color RGB value is (13,36,79).

  • red value is 13;
  • green value is 36;
  • blue value is 79.
RGB:
(13,36,79)
(5%,14%,31%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 79 of 255 = 31%

13
36
79

R + G + B ~ 17%. #0D244F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 79 = 128 (100%)
R 13 of 128 ~ 10.16%
G 36 of 128 ~ 28.13%
B 79 of 128 ~ 61.72%

%10.16
%28.13
%61.72

CMYK color model

#0D244F color CMYK value is (84,54,0,69).

  • cyan value is 83.54%
  • magenta value is 54.43%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(84,54,0,69)
C84M54Y0K69 
(84%,54%,0%,69%)
(0.84/0.54/0.00/0.69)	

CMYK percentages

%83.54
%54.43
%0
%69.02

Codes

Color #0D244F in popluar color models

0D244F
RGB133679
HSL219°71.74%18.04%
HSB/HSV219°83.54%30.98%
CMYK83.54%54.43%0.00%
69.02%

Color #0D244F in popluar number systems.

HEX0D244F
Decimal133679
Binary11011001001001111
Octal1544117

Shades and tints

Shades of #0D244F

#0D244F
(13,36,79)
#0C2148
(12,33,72)
#0B1E41
(11,30,65)
#0A1B3A
(10,27,58)
#091833
(9,24,51)
#08152C
(8,21,44)
#071225
(7,18,37)
#060F1E
(6,15,30)
#050C17
(5,12,23)
#040910
(4,9,16)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #0D244F

#0D244F
(13,36,79)
#23375F
(35,55,95)
#394A6F
(57,74,111)
#4F5D7F
(79,93,127)
#65708F
(101,112,143)
#7B839F
(123,131,159)
#9196AF
(145,150,175)
#A7A9BF
(167,169,191)
#BDBCCF
(189,188,207)
#D3CFDF
(211,207,223)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D244F color. Also use rgb(13,36,79) instead hex code.

Text Font Color

.myTextColor { color: #0D244F; }

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

This text font color is #0D244F.


Background Color

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

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

This div background color is #0D244F.


Border color

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

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

This div border color is #0D244F.


Opacity

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

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

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

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

This text has shadow with #0D244F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D244F on black background.


Color preview on white background

This text has color #0D244F on white background.



Black color preview on #0D244F background

This text has black color on #0D244F background.


White color preview on #0D244F background

This text has white color on #0D244F background.