COLOR #0D299C

HEX: #0D299C
RGB: (13,41,156)

Color info

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

RGB color model

#0D299C color RGB value is (13,41,156).

  • red value is 13;
  • green value is 41;
  • blue value is 156.
RGB:
(13,41,156)
(5%,16%,61%)

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 156 of 255 = 61%

13
41
156

R + G + B ~ 27%. #0D299C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 156 = 210 (100%)
R 13 of 210 ~ 6.19%
G 41 of 210 ~ 19.52%
B 156 of 210 ~ 74.29%

%19.52
%74.29

CMYK color model

#0D299C color CMYK value is (92,74,0,39).

  • cyan value is 91.67%
  • magenta value is 73.72%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(92,74,0,39)
C92M74Y0K39 
(92%,74%,0%,39%)
(0.92/0.74/0.00/0.39)	

CMYK percentages

%91.67
%73.72
%0
%38.82

Codes

Color #0D299C in popluar color models

0D299C
RGB1341156
HSL228°84.62%33.14%
HSB/HSV228°91.67%61.18%
CMYK91.67%73.72%0.00%
38.82%

Color #0D299C in popluar number systems.

HEX0D299C
Decimal1341156
Binary110110100110011100
Octal1551234

Shades and tints

Shades of #0D299C

#0D299C
(13,41,156)
#0C268E
(12,38,142)
#0B2380
(11,35,128)
#0A2072
(10,32,114)
#091D64
(9,29,100)
#081A56
(8,26,86)
#071748
(7,23,72)
#06143A
(6,20,58)
#05112C
(5,17,44)
#040E1E
(4,14,30)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #0D299C

#0D299C
(13,41,156)
#233CA5
(35,60,165)
#394FAE
(57,79,174)
#4F62B7
(79,98,183)
#6575C0
(101,117,192)
#7B88C9
(123,136,201)
#919BD2
(145,155,210)
#A7AEDB
(167,174,219)
#BDC1E4
(189,193,228)
#D3D4ED
(211,212,237)
#E9E7F6
(233,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D299C color. Also use rgb(13,41,156) instead hex code.

Text Font Color

.myTextColor { color: #0D299C; }

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

This text font color is #0D299C.


Background Color

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

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

This div background color is #0D299C.


Border color

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

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

This div border color is #0D299C.


Opacity

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

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

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

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

This text has shadow with #0D299C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D299C on black background.


Color preview on white background

This text has color #0D299C on white background.



Black color preview on #0D299C background

This text has black color on #0D299C background.


White color preview on #0D299C background

This text has white color on #0D299C background.