COLOR #0A0638

HEX: #0A0638
RGB: (10,6,56)

Color info

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

RGB color model

#0A0638 color RGB value is (10,6,56).

  • red value is 10;
  • green value is 6;
  • blue value is 56.
RGB:
(10,6,56)
(4%,2%,22%)

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 56 of 255 = 22%

10
6
56

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

Portions of RGB colors in percentages

R + G + B =
10 + 6 + 56 = 72 (100%)
R 10 of 72 ~ 13.89%
G 6 of 72 ~ 8.33%
B 56 of 72 ~ 77.78%

%13.89
%77.78

CMYK color model

#0A0638 color CMYK value is (82,89,0,78).

  • cyan value is 82.14%
  • magenta value is 89.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(82,89,0,78)
C82M89Y0K78 
(82%,89%,0%,78%)
(0.82/0.89/0.00/0.78)	

CMYK percentages

%82.14
%89.29
%0
%78.04

Codes

Color #0A0638 in popluar color models

0A0638
RGB10656
HSL245°80.65%12.16%
HSB/HSV245°89.29%21.96%
CMYK82.14%89.29%0.00%
78.04%

Color #0A0638 in popluar number systems.

HEX0A0638
Decimal10656
Binary1010110111000
Octal12670

Shades and tints

Shades of #0A0638

#0A0638
(10,6,56)
#0A0633
(10,6,51)
#0A062E
(10,6,46)
#0A0629
(10,6,41)
#0A0624
(10,6,36)
#0A061F
(10,6,31)
#0A061A
(10,6,26)
#0A0615
(10,6,21)
#0A0610
(10,6,16)
#0A060B
(10,6,11)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #0A0638

#0A0638
(10,6,56)
#201C4A
(32,28,74)
#36325C
(54,50,92)
#4C486E
(76,72,110)
#625E80
(98,94,128)
#787492
(120,116,146)
#8E8AA4
(142,138,164)
#A4A0B6
(164,160,182)
#BAB6C8
(186,182,200)
#D0CCDA
(208,204,218)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0638; }

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

This text font color is #0A0638.


Background Color

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

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

This div background color is #0A0638.


Border color

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

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

This div border color is #0A0638.


Opacity

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

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

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

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

This text has shadow with #0A0638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0638 on black background.


Color preview on white background

This text has color #0A0638 on white background.



Black color preview on #0A0638 background

This text has black color on #0A0638 background.


White color preview on #0A0638 background

This text has white color on #0A0638 background.