COLOR #0D4062

HEX: #0D4062
RGB: (13,64,98)

Color info

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

RGB color model

#0D4062 color RGB value is (13,64,98).

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

RGB channels and saturation

R 13 of 255 = 5%
G 64 of 255 = 25%
B 98 of 255 = 38%

13
64
98

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

Portions of RGB colors in percentages

R + G + B =
13 + 64 + 98 = 175 (100%)
R 13 of 175 ~ 7.43%
G 64 of 175 ~ 36.57%
B 98 of 175 ~ 56%

%36.57
%56

CMYK color model

#0D4062 color CMYK value is (87,35,0,62).

  • cyan value is 86.73%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(87,35,0,62)
C87M35Y0K62 
(87%,35%,0%,62%)
(0.87/0.35/0.00/0.62)	

CMYK percentages

%86.73
%34.69
%0
%61.57

Codes

Color #0D4062 in popluar color models

0D4062
RGB136498
HSL204°76.58%21.76%
HSB/HSV204°86.73%38.43%
CMYK86.73%34.69%0.00%
61.57%

Color #0D4062 in popluar number systems.

HEX0D4062
Decimal136498
Binary110110000001100010
Octal15100142

Shades and tints

Shades of #0D4062

#0D4062
(13,64,98)
#0C3B5A
(12,59,90)
#0B3652
(11,54,82)
#0A314A
(10,49,74)
#092C42
(9,44,66)
#08273A
(8,39,58)
#072232
(7,34,50)
#061D2A
(6,29,42)
#051822
(5,24,34)
#04131A
(4,19,26)
#030E12
(3,14,18)
#000000
(0,0,0)

Tints of #0D4062

#0D4062
(13,64,98)
#235170
(35,81,112)
#39627E
(57,98,126)
#4F738C
(79,115,140)
#65849A
(101,132,154)
#7B95A8
(123,149,168)
#91A6B6
(145,166,182)
#A7B7C4
(167,183,196)
#BDC8D2
(189,200,210)
#D3D9E0
(211,217,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4062; }

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

This text font color is #0D4062.


Background Color

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

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

This div background color is #0D4062.


Border color

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

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

This div border color is #0D4062.


Opacity

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

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

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

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

This text has shadow with #0D4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4062 on black background.


Color preview on white background

This text has color #0D4062 on white background.



Black color preview on #0D4062 background

This text has black color on #0D4062 background.


White color preview on #0D4062 background

This text has white color on #0D4062 background.