COLOR #0D2552

HEX: #0D2552
RGB: (13,37,82)

Color info

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

RGB color model

#0D2552 color RGB value is (13,37,82).

  • red value is 13;
  • green value is 37;
  • blue value is 82.
RGB:
(13,37,82)
(5%,15%,32%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 82 of 255 = 32%

13
37
82

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

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 82 = 132 (100%)
R 13 of 132 ~ 9.85%
G 37 of 132 ~ 28.03%
B 82 of 132 ~ 62.12%

%9.85
%28.03
%62.12

CMYK color model

#0D2552 color CMYK value is (84,55,0,68).

  • cyan value is 84.15%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(84,55,0,68)
C84M55Y0K68 
(84%,55%,0%,68%)
(0.84/0.55/0.00/0.68)	

CMYK percentages

%84.15
%54.88
%0
%67.84

Codes

Color #0D2552 in popluar color models

0D2552
RGB133782
HSL219°72.63%18.63%
HSB/HSV219°84.15%32.16%
CMYK84.15%54.88%0.00%
67.84%

Color #0D2552 in popluar number systems.

HEX0D2552
Decimal133782
Binary11011001011010010
Octal1545122

Shades and tints

Shades of #0D2552

#0D2552
(13,37,82)
#0C224B
(12,34,75)
#0B1F44
(11,31,68)
#0A1C3D
(10,28,61)
#091936
(9,25,54)
#08162F
(8,22,47)
#071328
(7,19,40)
#061021
(6,16,33)
#050D1A
(5,13,26)
#040A13
(4,10,19)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #0D2552

#0D2552
(13,37,82)
#233861
(35,56,97)
#394B70
(57,75,112)
#4F5E7F
(79,94,127)
#65718E
(101,113,142)
#7B849D
(123,132,157)
#9197AC
(145,151,172)
#A7AABB
(167,170,187)
#BDBDCA
(189,189,202)
#D3D0D9
(211,208,217)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2552 color. Also use rgb(13,37,82) instead hex code.

Text Font Color

.myTextColor { color: #0D2552; }

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

This text font color is #0D2552.


Background Color

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

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

This div background color is #0D2552.


Border color

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

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

This div border color is #0D2552.


Opacity

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

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

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

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

This text has shadow with #0D2552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2552 on black background.


Color preview on white background

This text has color #0D2552 on white background.



Black color preview on #0D2552 background

This text has black color on #0D2552 background.


White color preview on #0D2552 background

This text has white color on #0D2552 background.