COLOR #0A0361

HEX: #0A0361
RGB: (10,3,97)

Color info

#0A0361 contains mainly blue color. Web safe color of #0A0361 is #000066 (or #006).

RGB color model

#0A0361 color RGB value is (10,3,97).

  • red value is 10;
  • green value is 3;
  • blue value is 97.
RGB:
(10,3,97)
(4%,1%,38%)

RGB channels and saturation

R 10 of 255 = 4%
G 3 of 255 = 1%
B 97 of 255 = 38%

10
3
97

R + G + B ~ 14%. #0A0361 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 3 + 97 = 110 (100%)
R 10 of 110 ~ 9.09%
G 3 of 110 ~ 2.73%
B 97 of 110 ~ 88.18%

%88.18

CMYK color model

#0A0361 color CMYK value is (90,97,0,62).

  • cyan value is 89.69%
  • magenta value is 96.91%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(90,97,0,62)
C90M97Y0K62 
(90%,97%,0%,62%)
(0.90/0.97/0.00/0.62)	

CMYK percentages

%89.69
%96.91
%0
%61.96

Codes

Color #0A0361 in popluar color models

0A0361
RGB10397
HSL244°94.00%19.61%
HSB/HSV244°96.91%38.04%
CMYK89.69%96.91%0.00%
61.96%

Color #0A0361 in popluar number systems.

HEX0A0361
Decimal10397
Binary1010111100001
Octal123141

Shades and tints

Shades of #0A0361

#0A0361
(10,3,97)
#0A0359
(10,3,89)
#0A0351
(10,3,81)
#0A0349
(10,3,73)
#0A0341
(10,3,65)
#0A0339
(10,3,57)
#0A0331
(10,3,49)
#0A0329
(10,3,41)
#0A0321
(10,3,33)
#0A0319
(10,3,25)
#0A0311
(10,3,17)
#000000
(0,0,0)

Tints of #0A0361

#0A0361
(10,3,97)
#20196F
(32,25,111)
#362F7D
(54,47,125)
#4C458B
(76,69,139)
#625B99
(98,91,153)
#7871A7
(120,113,167)
#8E87B5
(142,135,181)
#A49DC3
(164,157,195)
#BAB3D1
(186,179,209)
#D0C9DF
(208,201,223)
#E6DFED
(230,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0361; }

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

This text font color is #0A0361.


Background Color

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

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

This div background color is #0A0361.


Border color

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

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

This div border color is #0A0361.


Opacity

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

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

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

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

This text has shadow with #0A0361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0361 on black background.


Color preview on white background

This text has color #0A0361 on white background.



Black color preview on #0A0361 background

This text has black color on #0A0361 background.


White color preview on #0A0361 background

This text has white color on #0A0361 background.