COLOR #0A2961

HEX: #0A2961
RGB: (10,41,97)

Color info

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

RGB color model

#0A2961 color RGB value is (10,41,97).

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

RGB channels and saturation

R 10 of 255 = 4%
G 41 of 255 = 16%
B 97 of 255 = 38%

10
41
97

R + G + B ~ 19%. #0A2961 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 41 + 97 = 148 (100%)
R 10 of 148 ~ 6.76%
G 41 of 148 ~ 27.7%
B 97 of 148 ~ 65.54%

%27.7
%65.54

CMYK color model

#0A2961 color CMYK value is (90,58,0,62).

  • cyan value is 89.69%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(90,58,0,62)
C90M58Y0K62 
(90%,58%,0%,62%)
(0.90/0.58/0.00/0.62)	

CMYK percentages

%89.69
%57.73
%0
%61.96

Codes

Color #0A2961 in popluar color models

0A2961
RGB104197
HSL219°81.31%20.98%
HSB/HSV219°89.69%38.04%
CMYK89.69%57.73%0.00%
61.96%

Color #0A2961 in popluar number systems.

HEX0A2961
Decimal104197
Binary10101010011100001
Octal1251141

Shades and tints

Shades of #0A2961

#0A2961
(10,41,97)
#0A2659
(10,38,89)
#0A2351
(10,35,81)
#0A2049
(10,32,73)
#0A1D41
(10,29,65)
#0A1A39
(10,26,57)
#0A1731
(10,23,49)
#0A1429
(10,20,41)
#0A1121
(10,17,33)
#0A0E19
(10,14,25)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #0A2961

#0A2961
(10,41,97)
#203C6F
(32,60,111)
#364F7D
(54,79,125)
#4C628B
(76,98,139)
#627599
(98,117,153)
#7888A7
(120,136,167)
#8E9BB5
(142,155,181)
#A4AEC3
(164,174,195)
#BAC1D1
(186,193,209)
#D0D4DF
(208,212,223)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2961; }

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

This text font color is #0A2961.


Background Color

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

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

This div background color is #0A2961.


Border color

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

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

This div border color is #0A2961.


Opacity

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

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

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

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

This text has shadow with #0A2961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2961 on black background.


Color preview on white background

This text has color #0A2961 on white background.



Black color preview on #0A2961 background

This text has black color on #0A2961 background.


White color preview on #0A2961 background

This text has white color on #0A2961 background.