COLOR #0D2A53

HEX: #0D2A53
RGB: (13,42,83)

Color info

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

RGB color model

#0D2A53 color RGB value is (13,42,83).

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

RGB channels and saturation

R 13 of 255 = 5%
G 42 of 255 = 16%
B 83 of 255 = 33%

13
42
83

R + G + B ~ 18%. #0D2A53 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 42 + 83 = 138 (100%)
R 13 of 138 ~ 9.42%
G 42 of 138 ~ 30.43%
B 83 of 138 ~ 60.14%

%30.43
%60.14

CMYK color model

#0D2A53 color CMYK value is (84,49,0,67).

  • cyan value is 84.34%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(84,49,0,67)
C84M49Y0K67 
(84%,49%,0%,67%)
(0.84/0.49/0.00/0.67)	

CMYK percentages

%84.34
%49.4
%0
%67.45

Codes

Color #0D2A53 in popluar color models

0D2A53
RGB134283
HSL215°72.92%18.82%
HSB/HSV215°84.34%32.55%
CMYK84.34%49.40%0.00%
67.45%

Color #0D2A53 in popluar number systems.

HEX0D2A53
Decimal134283
Binary11011010101010011
Octal1552123

Shades and tints

Shades of #0D2A53

#0D2A53
(13,42,83)
#0C274C
(12,39,76)
#0B2445
(11,36,69)
#0A213E
(10,33,62)
#091E37
(9,30,55)
#081B30
(8,27,48)
#071829
(7,24,41)
#061522
(6,21,34)
#05121B
(5,18,27)
#040F14
(4,15,20)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #0D2A53

#0D2A53
(13,42,83)
#233D62
(35,61,98)
#395071
(57,80,113)
#4F6380
(79,99,128)
#65768F
(101,118,143)
#7B899E
(123,137,158)
#919CAD
(145,156,173)
#A7AFBC
(167,175,188)
#BDC2CB
(189,194,203)
#D3D5DA
(211,213,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2A53 color. Also use rgb(13,42,83) instead hex code.

Text Font Color

.myTextColor { color: #0D2A53; }

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

This text font color is #0D2A53.


Background Color

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

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

This div background color is #0D2A53.


Border color

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

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

This div border color is #0D2A53.


Opacity

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

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

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

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

This text has shadow with #0D2A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2A53 on black background.


Color preview on white background

This text has color #0D2A53 on white background.



Black color preview on #0D2A53 background

This text has black color on #0D2A53 background.


White color preview on #0D2A53 background

This text has white color on #0D2A53 background.