COLOR #000D46

HEX: #000D46 RGB: (0,13,70)

Color info

#000D46 contains only green and blue colors. Web safe color of #000D46 is #000033 (or #003).

RGB color model

#000D46 color RGB value is (0,13,70).

RGB: (0,13,70) (0%, 5%, 27%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 70 of 255 = 27%

0
13
70

R + G + B ~ 11%. #000D46 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 13 + 70 = 83 (100%)
R 0 of 83 ~ 0%
G 13 of 83 ~ 15.66%
B 70 of 83 ~ 84.34'%

%15.66
%84.34

CMYK color model

#000D46 color CMYK value is (100,81,0,73).

  • cyan value is 100.00%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (100,81,0,73) C100M81Y0K73 (100%,81%,0%,73%) (1.00/0.81/0.00/0.73) 

CMYK percentages

%100
%81.43
%0
%72.55

Codes

Color #000D46 in popluar color models

00 0D 46
RGB 0 13 70
HSL 229° 100.00% 13.73%
HSB/HSV 229° 100.00% 27.45%
CMYK 100.00% 81.43% 0.00%
72.55%

Color #000D46 in popluar number systems.

HEX 00 0D 46
Decimal 0 13 70
Binary 0 1101 1000110
Octal 0 15 106

Shades and tints

Shades of #000D46

#000D46
(0,13,70)
#000C40
(0,12,64)
#000B3A
(0,11,58)
#000A34
(0,10,52)
#00092E
(0,9,46)
#000828
(0,8,40)
#000722
(0,7,34)
#00061C
(0,6,28)
#000516
(0,5,22)
#000410
(0,4,16)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #000D46

#000D46
(0,13,70)
#172356
(23,35,86)
#2E3966
(46,57,102)
#454F76
(69,79,118)
#5C6586
(92,101,134)
#737B96
(115,123,150)
#8A91A6
(138,145,166)
#A1A7B6
(161,167,182)
#B8BDC6
(184,189,198)
#CFD3D6
(207,211,214)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000D46 color. Also use rgb(0,13,70) instead hex code.

Text Font Color

.myTextColor { color: #000D46; }

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

This text font color is #000D46.

Background Color

.myBgColor { background-color: #000D46; }

<div style="background-color:#000D46">Inner text</div>

This div background color is #000D46.

Border color

.myBorderColor { border: 1px solid #000D46; }

<div style="border:3px solid #000D46">Div</div>

This div border color is #000D46.

Opacity

.myOpacity80 { color: #000D46; opacity: 0.8; }

<p style="color:#000D46;opacity:0.8;">80%</p>

Text with #000D46 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 #000D46;}

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

This text has shadow with #000D46 color.


.textShadow {text-shadow: 3px 3px 1px #000D46', 3px 3px 1px red;}

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

This text has shadow with #000D46 primary color and red secondary color.


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

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

This text has shadow with #000D46 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #000D46; -webkit-box-shadow: 1px 1px 3px 2px #000D46; box-shadow:1px 1px 3px 2px #000D46;">
Div content here
</div>

This div box has shadow with color #000D46.

Preview

Color preview on black background

This text has color #000D46 on black background.


Color preview on white background

This text has color #000D46 on white background.


Black color preview on #000D46 background

This text has black color on #000D46 background.


White color preview on #000D46 background

This text has white color on #000D46 background.


Related colors

Complementary color

Complementary color for #hex is #FFF2B9.


I love getcolorcode.com

Triadic colors

1 #46000D and #0D4600 with #000D46 are triadic colors.

2 #460D00 and #0D0046 with #000D46 are triadic colors.