COLOR #0A0935

HEX: #0A0935 RGB: (10,9,53)

Color info

#0A0935 contains red, green and blue colors in about the same proportion. Web safe color of #0A0935 is #000033 (or #003).

RGB color model

#0A0935 color RGB value is (10,9,53).

RGB: (10,9,53) (4%, 4%, 21%)

RGB channels and saturation

R 10 of 255 = 4%
G 9 of 255 = 4%
B 53 of 255 = 21%

10
9
53

R + G + B ~ 10%. #0A0935 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 9 + 53 = 72 (100%)
R 10 of 72 ~ 13.89%
G 9 of 72 ~ 12.5%
B 53 of 72 ~ 73.61'%

%13.89
%12.5
%73.61

CMYK color model

#0A0935 color CMYK value is (81,83,0,79).

  • cyan value is 81.13%
  • magenta value is 83.02%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (81,83,0,79)
C81M83Y0K79 (81%, 83%, 0%, 79%)
(0.81 / 0.83 / 0.00 / 0.79)

CMYK percentages

%81.13
%83.02
%0
%79.22

Codes

Color #0A0935 in popluar color models

0A 09 35
RGB 10 9 53
HSL 241° 70.97% 12.16%
HSB/HSV 241° 83.02% 20.78%
CMYK 81.13% 83.02% 0.00%
79.22%

Color #0A0935 in popluar number systems.

HEX 0A 09 35
Decimal 10 9 53
Binary 1010 1001 110101
Octal 12 11 65

Shades and tints

Shades of #0A0935

#0A0935
(10,9,53)
#0A0931
(10,9,49)
#0A092D
(10,9,45)
#0A0929
(10,9,41)
#0A0925
(10,9,37)
#0A0921
(10,9,33)
#0A091D
(10,9,29)
#0A0919
(10,9,25)
#0A0915
(10,9,21)
#0A0911
(10,9,17)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #0A0935

#0A0935
(10,9,53)
#201F47
(32,31,71)
#363559
(54,53,89)
#4C4B6B
(76,75,107)
#62617D
(98,97,125)
#78778F
(120,119,143)
#8E8DA1
(142,141,161)
#A4A3B3
(164,163,179)
#BAB9C5
(186,185,197)
#D0CFD7
(208,207,215)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0935; }

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

This text font color is #0A0935.

Background Color

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

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

This div background color is #0A0935.

Border color

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

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

This div border color is #0A0935.

Opacity

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

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

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

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

This text has shadow with #0A0935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0935.

Preview

Color preview on black background

This text has color #0A0935 on black background.


Color preview on white background

This text has color #0A0935 on white background.


Black color preview on #0A0935 background

This text has black color on #0A0935 background.


White color preview on #0A0935 background

This text has white color on #0A0935 background.


Related colors

Complementary color

Complementary color for #hex is #F5F6CA.


I love getcolorcode.com

Triadic colors

1 #350A09 and #09350A with #0A0935 are triadic colors.

2 #35090A and #090A35 with #0A0935 are triadic colors.