COLOR #0D2283

HEX: #0D2283
RGB: (13,34,131)

Color info

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

RGB color model

#0D2283 color RGB value is (13,34,131).

  • red value is 13;
  • green value is 34;
  • blue value is 131.
RGB:
(13,34,131)
(5%,13%,51%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 131 of 255 = 51%

13
34
131

R + G + B ~ 23%. #0D2283 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 131 = 178 (100%)
R 13 of 178 ~ 7.3%
G 34 of 178 ~ 19.1%
B 131 of 178 ~ 73.6%

%19.1
%73.6

CMYK color model

#0D2283 color CMYK value is (90,74,0,49).

  • cyan value is 90.08%
  • magenta value is 74.05%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(90,74,0,49)
C90M74Y0K49 
(90%,74%,0%,49%)
(0.90/0.74/0.00/0.49)	

CMYK percentages

%90.08
%74.05
%0
%48.63

Codes

Color #0D2283 in popluar color models

0D2283
RGB1334131
HSL229°81.94%28.24%
HSB/HSV229°90.08%51.37%
CMYK90.08%74.05%0.00%
48.63%

Color #0D2283 in popluar number systems.

HEX0D2283
Decimal1334131
Binary110110001010000011
Octal1542203

Shades and tints

Shades of #0D2283

#0D2283
(13,34,131)
#0C1F78
(12,31,120)
#0B1C6D
(11,28,109)
#0A1962
(10,25,98)
#091657
(9,22,87)
#08134C
(8,19,76)
#071041
(7,16,65)
#060D36
(6,13,54)
#050A2B
(5,10,43)
#040720
(4,7,32)
#030415
(3,4,21)
#000000
(0,0,0)

Tints of #0D2283

#0D2283
(13,34,131)
#23368E
(35,54,142)
#394A99
(57,74,153)
#4F5EA4
(79,94,164)
#6572AF
(101,114,175)
#7B86BA
(123,134,186)
#919AC5
(145,154,197)
#A7AED0
(167,174,208)
#BDC2DB
(189,194,219)
#D3D6E6
(211,214,230)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2283 color. Also use rgb(13,34,131) instead hex code.

Text Font Color

.myTextColor { color: #0D2283; }

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

This text font color is #0D2283.


Background Color

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

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

This div background color is #0D2283.


Border color

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

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

This div border color is #0D2283.


Opacity

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

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

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

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

This text has shadow with #0D2283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2283 on black background.


Color preview on white background

This text has color #0D2283 on white background.



Black color preview on #0D2283 background

This text has black color on #0D2283 background.


White color preview on #0D2283 background

This text has white color on #0D2283 background.