COLOR #000A23

HEX: #000A23
RGB: (0,10,35)

Color info

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

RGB color model

#000A23 color RGB value is (0,10,35).

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

RGB channels and saturation

R 0 of 255 = 0%
G 10 of 255 = 4%
B 35 of 255 = 14%

0
10
35

R + G + B ~ 6%. #000A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 10 + 35 = 45 (100%)
R 0 of 45 ~ 0%
G 10 of 45 ~ 22.22%
B 35 of 45 ~ 77.78%

%22.22
%77.78

CMYK color model

#000A23 color CMYK value is (100,71,0,86).

  • cyan value is 100.00%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(100,71,0,86)
C100M71Y0K86 
(100%,71%,0%,86%)
(1.00/0.71/0.00/0.86)	

CMYK percentages

%100
%71.43
%0
%86.27

Codes

Color #000A23 in popluar color models

000A23
RGB01035
HSL223°100.00%6.86%
HSB/HSV223°100.00%13.73%
CMYK100.00%71.43%0.00%
86.27%

Color #000A23 in popluar number systems.

HEX000A23
Decimal01035
Binary01010100011
Octal01243

Shades and tints

Shades of #000A23

#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)
#000A08
(0,10,8)
#000A05
(0,10,5)
#000000
(0,0,0)

Tints of #000A23

#000A23
(0,10,35)
#172037
(23,32,55)
#2E364B
(46,54,75)
#454C5F
(69,76,95)
#5C6273
(92,98,115)
#737887
(115,120,135)
#8A8E9B
(138,142,155)
#A1A4AF
(161,164,175)
#B8BAC3
(184,186,195)
#CFD0D7
(207,208,215)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000A23; }

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

This text font color is #000A23.


Background Color

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

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

This div background color is #000A23.


Border color

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

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

This div border color is #000A23.


Opacity

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

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

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

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

This text has shadow with #000A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000A23 on black background.


Color preview on white background

This text has color #000A23 on white background.



Black color preview on #000A23 background

This text has black color on #000A23 background.


White color preview on #000A23 background

This text has white color on #000A23 background.