COLOR #0A0037

HEX: #0A0037
RGB: (10,0,55)

Color info

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

RGB color model

#0A0037 color RGB value is (10,0,55).

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

RGB channels and saturation

R 10 of 255 = 4%
G 0 of 255 = 0%
B 55 of 255 = 22%

10
0
55

R + G + B ~ 9%. #0A0037 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 0 + 55 = 65 (100%)
R 10 of 65 ~ 15.38%
G 0 of 65 ~ 0%
B 55 of 65 ~ 84.62%

%15.38
%84.62

CMYK color model

#0A0037 color CMYK value is (82,100,0,78).

  • cyan value is 81.82%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(82,100,0,78)
C82M100Y0K78 
(82%,100%,0%,78%)
(0.82/1.00/0.00/0.78)	

CMYK percentages

%81.82
%100
%0
%78.43

Codes

Color #0A0037 in popluar color models

0A0037
RGB10055
HSL251°100.00%10.78%
HSB/HSV251°100.00%21.57%
CMYK81.82%100.00%0.00%
78.43%

Color #0A0037 in popluar number systems.

HEX0A0037
Decimal10055
Binary10100110111
Octal12067

Shades and tints

Shades of #0A0037

#0A0037
(10,0,55)
#0A0032
(10,0,50)
#0A002D
(10,0,45)
#0A0028
(10,0,40)
#0A0023
(10,0,35)
#0A001E
(10,0,30)
#0A0019
(10,0,25)
#0A0014
(10,0,20)
#0A000F
(10,0,15)
#0A000A
(10,0,10)
#0A0005
(10,0,5)
#000000
(0,0,0)

Tints of #0A0037

#0A0037
(10,0,55)
#201749
(32,23,73)
#362E5B
(54,46,91)
#4C456D
(76,69,109)
#625C7F
(98,92,127)
#787391
(120,115,145)
#8E8AA3
(142,138,163)
#A4A1B5
(164,161,181)
#BAB8C7
(186,184,199)
#D0CFD9
(208,207,217)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0037; }

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

This text font color is #0A0037.


Background Color

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

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

This div background color is #0A0037.


Border color

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

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

This div border color is #0A0037.


Opacity

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

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

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

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

This text has shadow with #0A0037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0037 on black background.


Color preview on white background

This text has color #0A0037 on white background.



Black color preview on #0A0037 background

This text has black color on #0A0037 background.


White color preview on #0A0037 background

This text has white color on #0A0037 background.