COLOR #0D2542

HEX: #0D2542
RGB: (13,37,66)

Color info

#0D2542 contains red, green and blue colors in about the same proportion. Web safe color of #0D2542 is #003333 (or #033).

RGB color model

#0D2542 color RGB value is (13,37,66).

  • red value is 13;
  • green value is 37;
  • blue value is 66.
RGB:
(13,37,66)
(5%,15%,26%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 66 of 255 = 26%

13
37
66

R + G + B ~ 15%. #0D2542 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 66 = 116 (100%)
R 13 of 116 ~ 11.21%
G 37 of 116 ~ 31.9%
B 66 of 116 ~ 56.9%

%11.21
%31.9
%56.9

CMYK color model

#0D2542 color CMYK value is (80,44,0,74).

  • cyan value is 80.30%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(80,44,0,74)
C80M44Y0K74 
(80%,44%,0%,74%)
(0.80/0.44/0.00/0.74)	

CMYK percentages

%80.3
%43.94
%0
%74.12

Codes

Color #0D2542 in popluar color models

0D2542
RGB133766
HSL213°67.09%15.49%
HSB/HSV213°80.30%25.88%
CMYK80.30%43.94%0.00%
74.12%

Color #0D2542 in popluar number systems.

HEX0D2542
Decimal133766
Binary11011001011000010
Octal1545102

Shades and tints

Shades of #0D2542

#0D2542
(13,37,66)
#0C223C
(12,34,60)
#0B1F36
(11,31,54)
#0A1C30
(10,28,48)
#09192A
(9,25,42)
#081624
(8,22,36)
#07131E
(7,19,30)
#061018
(6,16,24)
#050D12
(5,13,18)
#040A0C
(4,10,12)
#030706
(3,7,6)
#000000
(0,0,0)

Tints of #0D2542

#0D2542
(13,37,66)
#233853
(35,56,83)
#394B64
(57,75,100)
#4F5E75
(79,94,117)
#657186
(101,113,134)
#7B8497
(123,132,151)
#9197A8
(145,151,168)
#A7AAB9
(167,170,185)
#BDBDCA
(189,189,202)
#D3D0DB
(211,208,219)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2542 color. Also use rgb(13,37,66) instead hex code.

Text Font Color

.myTextColor { color: #0D2542; }

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

This text font color is #0D2542.


Background Color

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

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

This div background color is #0D2542.


Border color

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

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

This div border color is #0D2542.


Opacity

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

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

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

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

This text has shadow with #0D2542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2542 on black background.


Color preview on white background

This text has color #0D2542 on white background.



Black color preview on #0D2542 background

This text has black color on #0D2542 background.


White color preview on #0D2542 background

This text has white color on #0D2542 background.