COLOR #0A0C71

HEX: #0A0C71
RGB: (10,12,113)

Color info

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

RGB color model

#0A0C71 color RGB value is (10,12,113).

  • red value is 10;
  • green value is 12;
  • blue value is 113.
RGB:
(10,12,113)
(4%,5%,44%)

RGB channels and saturation

R 10 of 255 = 4%
G 12 of 255 = 5%
B 113 of 255 = 44%

10
12
113

R + G + B ~ 18%. #0A0C71 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 12 + 113 = 135 (100%)
R 10 of 135 ~ 7.41%
G 12 of 135 ~ 8.89%
B 113 of 135 ~ 83.7%

%83.7

CMYK color model

#0A0C71 color CMYK value is (91,89,0,56).

  • cyan value is 91.15%
  • magenta value is 89.38%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(91,89,0,56)
C91M89Y0K56 
(91%,89%,0%,56%)
(0.91/0.89/0.00/0.56)	

CMYK percentages

%91.15
%89.38
%0
%55.69

Codes

Color #0A0C71 in popluar color models

0A0C71
RGB1012113
HSL239°83.74%24.12%
HSB/HSV239°91.15%44.31%
CMYK91.15%89.38%0.00%
55.69%

Color #0A0C71 in popluar number systems.

HEX0A0C71
Decimal1012113
Binary101011001110001
Octal1214161

Shades and tints

Shades of #0A0C71

#0A0C71
(10,12,113)
#0A0B67
(10,11,103)
#0A0A5D
(10,10,93)
#0A0953
(10,9,83)
#0A0849
(10,8,73)
#0A073F
(10,7,63)
#0A0635
(10,6,53)
#0A052B
(10,5,43)
#0A0421
(10,4,33)
#0A0317
(10,3,23)
#0A020D
(10,2,13)
#000000
(0,0,0)

Tints of #0A0C71

#0A0C71
(10,12,113)
#20227D
(32,34,125)
#363889
(54,56,137)
#4C4E95
(76,78,149)
#6264A1
(98,100,161)
#787AAD
(120,122,173)
#8E90B9
(142,144,185)
#A4A6C5
(164,166,197)
#BABCD1
(186,188,209)
#D0D2DD
(208,210,221)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0C71; }

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

This text font color is #0A0C71.


Background Color

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

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

This div background color is #0A0C71.


Border color

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

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

This div border color is #0A0C71.


Opacity

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

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

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

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

This text has shadow with #0A0C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0C71 on black background.


Color preview on white background

This text has color #0A0C71 on white background.



Black color preview on #0A0C71 background

This text has black color on #0A0C71 background.


White color preview on #0A0C71 background

This text has white color on #0A0C71 background.