COLOR #0D296C

HEX: #0D296C
RGB: (13,41,108)

Color info

#0D296C contains mainly blue color. Web safe color of #0D296C is #003366 (or #036).

RGB color model

#0D296C color RGB value is (13,41,108).

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

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 108 of 255 = 42%

13
41
108

R + G + B ~ 21%. #0D296C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 108 = 162 (100%)
R 13 of 162 ~ 8.02%
G 41 of 162 ~ 25.31%
B 108 of 162 ~ 66.67%

%25.31
%66.67

CMYK color model

#0D296C color CMYK value is (88,62,0,58).

  • cyan value is 87.96%
  • magenta value is 62.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(88,62,0,58)
C88M62Y0K58 
(88%,62%,0%,58%)
(0.88/0.62/0.00/0.58)	

CMYK percentages

%87.96
%62.04
%0
%57.65

Codes

Color #0D296C in popluar color models

0D296C
RGB1341108
HSL222°78.51%23.73%
HSB/HSV222°87.96%42.35%
CMYK87.96%62.04%0.00%
57.65%

Color #0D296C in popluar number systems.

HEX0D296C
Decimal1341108
Binary11011010011101100
Octal1551154

Shades and tints

Shades of #0D296C

#0D296C
(13,41,108)
#0C2663
(12,38,99)
#0B235A
(11,35,90)
#0A2051
(10,32,81)
#091D48
(9,29,72)
#081A3F
(8,26,63)
#071736
(7,23,54)
#06142D
(6,20,45)
#051124
(5,17,36)
#040E1B
(4,14,27)
#030B12
(3,11,18)
#000000
(0,0,0)

Tints of #0D296C

#0D296C
(13,41,108)
#233C79
(35,60,121)
#394F86
(57,79,134)
#4F6293
(79,98,147)
#6575A0
(101,117,160)
#7B88AD
(123,136,173)
#919BBA
(145,155,186)
#A7AEC7
(167,174,199)
#BDC1D4
(189,193,212)
#D3D4E1
(211,212,225)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D296C; }

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

This text font color is #0D296C.


Background Color

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

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

This div background color is #0D296C.


Border color

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

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

This div border color is #0D296C.


Opacity

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

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

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

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

This text has shadow with #0D296C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D296C on black background.


Color preview on white background

This text has color #0D296C on white background.



Black color preview on #0D296C background

This text has black color on #0D296C background.


White color preview on #0D296C background

This text has white color on #0D296C background.