COLOR #0A0023

HEX: #0A0023
RGB: (10,0,35)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

10
0
35

R + G + B ~ 6%. #0A0023 is dark color.

Portions of RGB colors in percentages

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

%22.22
%77.78

CMYK color model

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

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

CMYK percentages

%71.43
%100
%0
%86.27

Codes

Color #0A0023 in popluar color models

0A0023
RGB10035
HSL257°100.00%6.86%
HSB/HSV257°100.00%13.73%
CMYK71.43%100.00%0.00%
86.27%

Color #0A0023 in popluar number systems.

HEX0A0023
Decimal10035
Binary10100100011
Octal12043

Shades and tints

Shades of #0A0023

#0A0023
(10,0,35)
#0A0020
(10,0,32)
#0A001D
(10,0,29)
#0A001A
(10,0,26)
#0A0017
(10,0,23)
#0A0014
(10,0,20)
#0A0011
(10,0,17)
#0A000E
(10,0,14)
#0A000B
(10,0,11)
#0A0008
(10,0,8)
#0A0005
(10,0,5)
#000000
(0,0,0)

Tints of #0A0023

#0A0023
(10,0,35)
#201737
(32,23,55)
#362E4B
(54,46,75)
#4C455F
(76,69,95)
#625C73
(98,92,115)
#787387
(120,115,135)
#8E8A9B
(142,138,155)
#A4A1AF
(164,161,175)
#BAB8C3
(186,184,195)
#D0CFD7
(208,207,215)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0023; }

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

This text font color is #0A0023.


Background Color

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

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

This div background color is #0A0023.


Border color

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

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

This div border color is #0A0023.


Opacity

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

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

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

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

This text has shadow with #0A0023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0023 on black background.


Color preview on white background

This text has color #0A0023 on white background.



Black color preview on #0A0023 background

This text has black color on #0A0023 background.


White color preview on #0A0023 background

This text has white color on #0A0023 background.