COLOR #0A001D

HEX: #0A001D
RGB: (10,0,29)

Color info

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

RGB color model

#0A001D color RGB value is (10,0,29).

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

RGB channels and saturation

R 10 of 255 = 4%
G 0 of 255 = 0%
B 29 of 255 = 11%

10
0
29

R + G + B ~ 5%. #0A001D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 0 + 29 = 39 (100%)
R 10 of 39 ~ 25.64%
G 0 of 39 ~ 0%
B 29 of 39 ~ 74.36%

%25.64
%74.36

CMYK color model

#0A001D color CMYK value is (66,100,0,89).

  • cyan value is 65.52%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(66,100,0,89)
C66M100Y0K89 
(66%,100%,0%,89%)
(0.66/1.00/0.00/0.89)	

CMYK percentages

%65.52
%100
%0
%88.63

Codes

Color #0A001D in popluar color models

0A001D
RGB10029
HSL261°100.00%5.69%
HSB/HSV261°100.00%11.37%
CMYK65.52%100.00%0.00%
88.63%

Color #0A001D in popluar number systems.

HEX0A001D
Decimal10029
Binary1010011101
Octal12035

Shades and tints

Shades of #0A001D

#0A001D
(10,0,29)
#0A001B
(10,0,27)
#0A0019
(10,0,25)
#0A0017
(10,0,23)
#0A0015
(10,0,21)
#0A0013
(10,0,19)
#0A0011
(10,0,17)
#0A000F
(10,0,15)
#0A000D
(10,0,13)
#0A000B
(10,0,11)
#0A0009
(10,0,9)
#000000
(0,0,0)

Tints of #0A001D

#0A001D
(10,0,29)
#201731
(32,23,49)
#362E45
(54,46,69)
#4C4559
(76,69,89)
#625C6D
(98,92,109)
#787381
(120,115,129)
#8E8A95
(142,138,149)
#A4A1A9
(164,161,169)
#BAB8BD
(186,184,189)
#D0CFD1
(208,207,209)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A001D; }

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

This text font color is #0A001D.


Background Color

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

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

This div background color is #0A001D.


Border color

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

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

This div border color is #0A001D.


Opacity

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

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

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

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

This text has shadow with #0A001D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A001D on black background.


Color preview on white background

This text has color #0A001D on white background.



Black color preview on #0A001D background

This text has black color on #0A001D background.


White color preview on #0A001D background

This text has white color on #0A001D background.