COLOR #0D248B

HEX: #0D248B RGB: (13,36,139)

Color info

#0D248B contains mainly blue color. Web safe color of #0D248B is #003399 (or #039).

RGB color model

#0D248B color RGB value is (13,36,139).

RGB: (13,36,139) (5%, 14%, 55%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 139 of 255 = 55%

13
36
139

R + G + B ~ 25%. #0D248B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 36 + 139 = 188 (100%)
R 13 of 188 ~ 6.91%
G 36 of 188 ~ 19.15%
B 139 of 188 ~ 73.94'%

%19.15
%73.94

CMYK color model

#0D248B color CMYK value is (91,74,0,45).

  • cyan value is 90.65%
  • magenta value is 74.10%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (91,74,0,45) C91M74Y0K45 (91%,74%,0%,45%) (0.91/0.74/0.00/0.45) 

CMYK percentages

%90.65
%74.1
%0
%45.49

Codes

Color #0D248B in popluar color models

0D 24 8B
RGB 13 36 139
HSL 229° 82.89% 29.80%
HSB/HSV 229° 90.65% 54.51%
CMYK 90.65% 74.10% 0.00%
45.49%

Color #0D248B in popluar number systems.

HEX 0D 24 8B
Decimal 13 36 139
Binary 1101 100100 10001011
Octal 15 44 213

Shades and tints

Shades of #0D248B

#0D248B
(13,36,139)
#0C217F
(12,33,127)
#0B1E73
(11,30,115)
#0A1B67
(10,27,103)
#09185B
(9,24,91)
#08154F
(8,21,79)
#071243
(7,18,67)
#060F37
(6,15,55)
#050C2B
(5,12,43)
#04091F
(4,9,31)
#030613
(3,6,19)
#000000
(0,0,0)

Tints of #0D248B

#0D248B
(13,36,139)
#233795
(35,55,149)
#394A9F
(57,74,159)
#4F5DA9
(79,93,169)
#6570B3
(101,112,179)
#7B83BD
(123,131,189)
#9196C7
(145,150,199)
#A7A9D1
(167,169,209)
#BDBCDB
(189,188,219)
#D3CFE5
(211,207,229)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D248B; }

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

This text font color is #0D248B.

Background Color

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

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

This div background color is #0D248B.

Border color

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

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

This div border color is #0D248B.

Opacity

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

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

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

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

This text has shadow with #0D248B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D248B.

Preview

Color preview on black background

This text has color #0D248B on black background.


Color preview on white background

This text has color #0D248B on white background.


Black color preview on #0D248B background

This text has black color on #0D248B background.


White color preview on #0D248B background

This text has white color on #0D248B background.


Related colors

Complementary color

Complementary color for #hex is #F2DB74.


I love getcolorcode.com

Triadic colors

1 #8B0D24 and #248B0D with #0D248B are triadic colors.

2 #8B240D and #240D8B with #0D248B are triadic colors.