COLOR #0D4088

HEX: #0D4088
RGB: (13,64,136)

Color info

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

RGB color model

#0D4088 color RGB value is (13,64,136).

  • red value is 13;
  • green value is 64;
  • blue value is 136.
RGB:
(13,64,136)
(5%,25%,53%)

RGB channels and saturation

R 13 of 255 = 5%
G 64 of 255 = 25%
B 136 of 255 = 53%

13
64
136

R + G + B ~ 28%. #0D4088 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 64 + 136 = 213 (100%)
R 13 of 213 ~ 6.1%
G 64 of 213 ~ 30.05%
B 136 of 213 ~ 63.85%

%30.05
%63.85

CMYK color model

#0D4088 color CMYK value is (90,53,0,47).

  • cyan value is 90.44%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(90,53,0,47)
C90M53Y0K47 
(90%,53%,0%,47%)
(0.90/0.53/0.00/0.47)	

CMYK percentages

%90.44
%52.94
%0
%46.67

Codes

Color #0D4088 in popluar color models

0D4088
RGB1364136
HSL215°82.55%29.22%
HSB/HSV215°90.44%53.33%
CMYK90.44%52.94%0.00%
46.67%

Color #0D4088 in popluar number systems.

HEX0D4088
Decimal1364136
Binary1101100000010001000
Octal15100210

Shades and tints

Shades of #0D4088

#0D4088
(13,64,136)
#0C3B7C
(12,59,124)
#0B3670
(11,54,112)
#0A3164
(10,49,100)
#092C58
(9,44,88)
#08274C
(8,39,76)
#072240
(7,34,64)
#061D34
(6,29,52)
#051828
(5,24,40)
#04131C
(4,19,28)
#030E10
(3,14,16)
#000000
(0,0,0)

Tints of #0D4088

#0D4088
(13,64,136)
#235192
(35,81,146)
#39629C
(57,98,156)
#4F73A6
(79,115,166)
#6584B0
(101,132,176)
#7B95BA
(123,149,186)
#91A6C4
(145,166,196)
#A7B7CE
(167,183,206)
#BDC8D8
(189,200,216)
#D3D9E2
(211,217,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D4088 color. Also use rgb(13,64,136) instead hex code.

Text Font Color

.myTextColor { color: #0D4088; }

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

This text font color is #0D4088.


Background Color

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

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

This div background color is #0D4088.


Border color

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

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

This div border color is #0D4088.


Opacity

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

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

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

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

This text has shadow with #0D4088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4088 on black background.


Color preview on white background

This text has color #0D4088 on white background.



Black color preview on #0D4088 background

This text has black color on #0D4088 background.


White color preview on #0D4088 background

This text has white color on #0D4088 background.