COLOR #000A29

HEX: #000A29
RGB: (0,10,41)

Color info

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

RGB color model

#000A29 color RGB value is (0,10,41).

  • red value is 0;
  • green value is 10;
  • blue value is 41.
RGB:
(0,10,41)
(0%,4%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 10 of 255 = 4%
B 41 of 255 = 16%

0
10
41

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

Portions of RGB colors in percentages

R + G + B =
0 + 10 + 41 = 51 (100%)
R 0 of 51 ~ 0%
G 10 of 51 ~ 19.61%
B 41 of 51 ~ 80.39%

%19.61
%80.39

CMYK color model

#000A29 color CMYK value is (100,76,0,84).

  • cyan value is 100.00%
  • magenta value is 75.61%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,76,0,84)
C100M76Y0K84 
(100%,76%,0%,84%)
(1.00/0.76/0.00/0.84)	

CMYK percentages

%100
%75.61
%0
%83.92

Codes

Color #000A29 in popluar color models

000A29
RGB01041
HSL225°100.00%8.04%
HSB/HSV225°100.00%16.08%
CMYK100.00%75.61%0.00%
83.92%

Color #000A29 in popluar number systems.

HEX000A29
Decimal01041
Binary01010101001
Octal01251

Shades and tints

Shades of #000A29

#000A29
(0,10,41)
#000A26
(0,10,38)
#000A23
(0,10,35)
#000A20
(0,10,32)
#000A1D
(0,10,29)
#000A1A
(0,10,26)
#000A17
(0,10,23)
#000A14
(0,10,20)
#000A11
(0,10,17)
#000A0E
(0,10,14)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #000A29

#000A29
(0,10,41)
#17203C
(23,32,60)
#2E364F
(46,54,79)
#454C62
(69,76,98)
#5C6275
(92,98,117)
#737888
(115,120,136)
#8A8E9B
(138,142,155)
#A1A4AE
(161,164,174)
#B8BAC1
(184,186,193)
#CFD0D4
(207,208,212)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000A29 color. Also use rgb(0,10,41) instead hex code.

Text Font Color

.myTextColor { color: #000A29; }

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

This text font color is #000A29.


Background Color

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

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

This div background color is #000A29.


Border color

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

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

This div border color is #000A29.


Opacity

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

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

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

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

This text has shadow with #000A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000A29 on black background.


Color preview on white background

This text has color #000A29 on white background.



Black color preview on #000A29 background

This text has black color on #000A29 background.


White color preview on #000A29 background

This text has white color on #000A29 background.