COLOR #0D0442

HEX: #0D0442
RGB: (13,4,66)

Color info

#0D0442 contains mainly red and blue colors. Web safe color of #0D0442 is #000033 (or #003).

RGB color model

#0D0442 color RGB value is (13,4,66).

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

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 66 of 255 = 26%

13
4
66

R + G + B ~ 11%. #0D0442 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 4 + 66 = 83 (100%)
R 13 of 83 ~ 15.66%
G 4 of 83 ~ 4.82%
B 66 of 83 ~ 79.52%

%15.66
%79.52

CMYK color model

#0D0442 color CMYK value is (80,94,0,74).

  • cyan value is 80.30%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(80,94,0,74)
C80M94Y0K74 
(80%,94%,0%,74%)
(0.80/0.94/0.00/0.74)	

CMYK percentages

%80.3
%93.94
%0
%74.12

Codes

Color #0D0442 in popluar color models

0D0442
RGB13466
HSL249°88.57%13.73%
HSB/HSV249°93.94%25.88%
CMYK80.30%93.94%0.00%
74.12%

Color #0D0442 in popluar number systems.

HEX0D0442
Decimal13466
Binary11011001000010
Octal154102

Shades and tints

Shades of #0D0442

#0D0442
(13,4,66)
#0C043C
(12,4,60)
#0B0436
(11,4,54)
#0A0430
(10,4,48)
#09042A
(9,4,42)
#080424
(8,4,36)
#07041E
(7,4,30)
#060418
(6,4,24)
#050412
(5,4,18)
#04040C
(4,4,12)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #0D0442

#0D0442
(13,4,66)
#231A53
(35,26,83)
#393064
(57,48,100)
#4F4675
(79,70,117)
#655C86
(101,92,134)
#7B7297
(123,114,151)
#9188A8
(145,136,168)
#A79EB9
(167,158,185)
#BDB4CA
(189,180,202)
#D3CADB
(211,202,219)
#E9E0EC
(233,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0442; }

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

This text font color is #0D0442.


Background Color

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

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

This div background color is #0D0442.


Border color

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

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

This div border color is #0D0442.


Opacity

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

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

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

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

This text has shadow with #0D0442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0442 on black background.


Color preview on white background

This text has color #0D0442 on white background.



Black color preview on #0D0442 background

This text has black color on #0D0442 background.


White color preview on #0D0442 background

This text has white color on #0D0442 background.