COLOR #0A3060

HEX: #0A3060
RGB: (10,48,96)

Color info

#0A3060 contains mainly green and blue colors. Web safe color of #0A3060 is #003366 (or #036).

RGB color model

#0A3060 color RGB value is (10,48,96).

  • red value is 10;
  • green value is 48;
  • blue value is 96.
RGB:
(10,48,96)
(4%,19%,38%)

RGB channels and saturation

R 10 of 255 = 4%
G 48 of 255 = 19%
B 96 of 255 = 38%

10
48
96

R + G + B ~ 20%. #0A3060 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 48 + 96 = 154 (100%)
R 10 of 154 ~ 6.49%
G 48 of 154 ~ 31.17%
B 96 of 154 ~ 62.34%

%31.17
%62.34

CMYK color model

#0A3060 color CMYK value is (90,50,0,62).

  • cyan value is 89.58%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(90,50,0,62)
C90M50Y0K62 
(90%,50%,0%,62%)
(0.90/0.50/0.00/0.62)	

CMYK percentages

%89.58
%50
%0
%62.35

Codes

Color #0A3060 in popluar color models

0A3060
RGB104896
HSL213°81.13%20.78%
HSB/HSV213°89.58%37.65%
CMYK89.58%50.00%0.00%
62.35%

Color #0A3060 in popluar number systems.

HEX0A3060
Decimal104896
Binary10101100001100000
Octal1260140

Shades and tints

Shades of #0A3060

#0A3060
(10,48,96)
#0A2C58
(10,44,88)
#0A2850
(10,40,80)
#0A2448
(10,36,72)
#0A2040
(10,32,64)
#0A1C38
(10,28,56)
#0A1830
(10,24,48)
#0A1428
(10,20,40)
#0A1020
(10,16,32)
#0A0C18
(10,12,24)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #0A3060

#0A3060
(10,48,96)
#20426E
(32,66,110)
#36547C
(54,84,124)
#4C668A
(76,102,138)
#627898
(98,120,152)
#788AA6
(120,138,166)
#8E9CB4
(142,156,180)
#A4AEC2
(164,174,194)
#BAC0D0
(186,192,208)
#D0D2DE
(208,210,222)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3060; }

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

This text font color is #0A3060.


Background Color

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

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

This div background color is #0A3060.


Border color

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

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

This div border color is #0A3060.


Opacity

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

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

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

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

This text has shadow with #0A3060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3060 on black background.


Color preview on white background

This text has color #0A3060 on white background.



Black color preview on #0A3060 background

This text has black color on #0A3060 background.


White color preview on #0A3060 background

This text has white color on #0A3060 background.