COLOR #0A0594

HEX: #0A0594
RGB: (10,5,148)

Color info

#0A0594 contains mainly blue color. Web safe color of #0A0594 is #000099 (or #009).

RGB color model

#0A0594 color RGB value is (10,5,148).

  • red value is 10;
  • green value is 5;
  • blue value is 148.
RGB:
(10,5,148)
(4%,2%,58%)

RGB channels and saturation

R 10 of 255 = 4%
G 5 of 255 = 2%
B 148 of 255 = 58%

10
5
148

R + G + B ~ 21%. #0A0594 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 148 = 163 (100%)
R 10 of 163 ~ 6.13%
G 5 of 163 ~ 3.07%
B 148 of 163 ~ 90.8%

%90.8

CMYK color model

#0A0594 color CMYK value is (93,97,0,42).

  • cyan value is 93.24%
  • magenta value is 96.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(93,97,0,42)
C93M97Y0K42 
(93%,97%,0%,42%)
(0.93/0.97/0.00/0.42)	

CMYK percentages

%93.24
%96.62
%0
%41.96

Codes

Color #0A0594 in popluar color models

0A0594
RGB105148
HSL242°93.46%30.00%
HSB/HSV242°96.62%58.04%
CMYK93.24%96.62%0.00%
41.96%

Color #0A0594 in popluar number systems.

HEX0A0594
Decimal105148
Binary101010110010100
Octal125224

Shades and tints

Shades of #0A0594

#0A0594
(10,5,148)
#0A0587
(10,5,135)
#0A057A
(10,5,122)
#0A056D
(10,5,109)
#0A0560
(10,5,96)
#0A0553
(10,5,83)
#0A0546
(10,5,70)
#0A0539
(10,5,57)
#0A052C
(10,5,44)
#0A051F
(10,5,31)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #0A0594

#0A0594
(10,5,148)
#201B9D
(32,27,157)
#3631A6
(54,49,166)
#4C47AF
(76,71,175)
#625DB8
(98,93,184)
#7873C1
(120,115,193)
#8E89CA
(142,137,202)
#A49FD3
(164,159,211)
#BAB5DC
(186,181,220)
#D0CBE5
(208,203,229)
#E6E1EE
(230,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0594; }

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

This text font color is #0A0594.


Background Color

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

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

This div background color is #0A0594.


Border color

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

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

This div border color is #0A0594.


Opacity

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

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

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

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

This text has shadow with #0A0594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0594 on black background.


Color preview on white background

This text has color #0A0594 on white background.



Black color preview on #0A0594 background

This text has black color on #0A0594 background.


White color preview on #0A0594 background

This text has white color on #0A0594 background.