COLOR #000D26

HEX: #000D26
RGB: (0,13,38)

Color info

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

RGB color model

#000D26 color RGB value is (0,13,38).

  • red value is 0;
  • green value is 13;
  • blue value is 38.
RGB:
(0,13,38)
(0%,5%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 38 of 255 = 15%

0
13
38

R + G + B ~ 7%. #000D26 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 13 + 38 = 51 (100%)
R 0 of 51 ~ 0%
G 13 of 51 ~ 25.49%
B 38 of 51 ~ 74.51%

%25.49
%74.51

CMYK color model

#000D26 color CMYK value is (100,66,0,85).

  • cyan value is 100.00%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(100,66,0,85)
C100M66Y0K85 
(100%,66%,0%,85%)
(1.00/0.66/0.00/0.85)	

CMYK percentages

%100
%65.79
%0
%85.1

Codes

Color #000D26 in popluar color models

000D26
RGB01338
HSL219°100.00%7.45%
HSB/HSV219°100.00%14.90%
CMYK100.00%65.79%0.00%
85.10%

Color #000D26 in popluar number systems.

HEX000D26
Decimal01338
Binary01101100110
Octal01546

Shades and tints

Shades of #000D26

#000D26
(0,13,38)
#000C23
(0,12,35)
#000B20
(0,11,32)
#000A1D
(0,10,29)
#00091A
(0,9,26)
#000817
(0,8,23)
#000714
(0,7,20)
#000611
(0,6,17)
#00050E
(0,5,14)
#00040B
(0,4,11)
#000308
(0,3,8)
#000000
(0,0,0)

Tints of #000D26

#000D26
(0,13,38)
#172339
(23,35,57)
#2E394C
(46,57,76)
#454F5F
(69,79,95)
#5C6572
(92,101,114)
#737B85
(115,123,133)
#8A9198
(138,145,152)
#A1A7AB
(161,167,171)
#B8BDBE
(184,189,190)
#CFD3D1
(207,211,209)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D26; }

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

This text font color is #000D26.


Background Color

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

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

This div background color is #000D26.


Border color

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

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

This div border color is #000D26.


Opacity

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

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

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

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

This text has shadow with #000D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000D26 on black background.


Color preview on white background

This text has color #000D26 on white background.



Black color preview on #000D26 background

This text has black color on #000D26 background.


White color preview on #000D26 background

This text has white color on #000D26 background.