COLOR #0D414C

HEX: #0D414C
RGB: (13,65,76)

Color info

#0D414C contains mainly green and blue colors. Web safe color of #0D414C is #003333 (or #033).

RGB color model

#0D414C color RGB value is (13,65,76).

  • red value is 13;
  • green value is 65;
  • blue value is 76.
RGB:
(13,65,76)
(5%,25%,30%)

RGB channels and saturation

R 13 of 255 = 5%
G 65 of 255 = 25%
B 76 of 255 = 30%

13
65
76

R + G + B ~ 20%. #0D414C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 65 + 76 = 154 (100%)
R 13 of 154 ~ 8.44%
G 65 of 154 ~ 42.21%
B 76 of 154 ~ 49.35%

%42.21
%49.35

CMYK color model

#0D414C color CMYK value is (83,14,0,70).

  • cyan value is 82.89%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(83,14,0,70)
C83M14Y0K70 
(83%,14%,0%,70%)
(0.83/0.14/0.00/0.70)	

CMYK percentages

%82.89
%14.47
%0
%70.2

Codes

Color #0D414C in popluar color models

0D414C
RGB136576
HSL190°70.79%17.45%
HSB/HSV190°82.89%29.80%
CMYK82.89%14.47%0.00%
70.20%

Color #0D414C in popluar number systems.

HEX0D414C
Decimal136576
Binary110110000011001100
Octal15101114

Shades and tints

Shades of #0D414C

#0D414C
(13,65,76)
#0C3C46
(12,60,70)
#0B3740
(11,55,64)
#0A323A
(10,50,58)
#092D34
(9,45,52)
#08282E
(8,40,46)
#072328
(7,35,40)
#061E22
(6,30,34)
#05191C
(5,25,28)
#041416
(4,20,22)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #0D414C

#0D414C
(13,65,76)
#23525C
(35,82,92)
#39636C
(57,99,108)
#4F747C
(79,116,124)
#65858C
(101,133,140)
#7B969C
(123,150,156)
#91A7AC
(145,167,172)
#A7B8BC
(167,184,188)
#BDC9CC
(189,201,204)
#D3DADC
(211,218,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D414C color. Also use rgb(13,65,76) instead hex code.

Text Font Color

.myTextColor { color: #0D414C; }

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

This text font color is #0D414C.


Background Color

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

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

This div background color is #0D414C.


Border color

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

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

This div border color is #0D414C.


Opacity

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

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

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

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

This text has shadow with #0D414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D414C on black background.


Color preview on white background

This text has color #0D414C on white background.



Black color preview on #0D414C background

This text has black color on #0D414C background.


White color preview on #0D414C background

This text has white color on #0D414C background.