COLOR #0A3D5B

HEX: #0A3D5B
RGB: (10,61,91)

Color info

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

RGB color model

#0A3D5B color RGB value is (10,61,91).

  • red value is 10;
  • green value is 61;
  • blue value is 91.
RGB:
(10,61,91)
(4%,24%,36%)

RGB channels and saturation

R 10 of 255 = 4%
G 61 of 255 = 24%
B 91 of 255 = 36%

10
61
91

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

Portions of RGB colors in percentages

R + G + B =
10 + 61 + 91 = 162 (100%)
R 10 of 162 ~ 6.17%
G 61 of 162 ~ 37.65%
B 91 of 162 ~ 56.17%

%37.65
%56.17

CMYK color model

#0A3D5B color CMYK value is (89,33,0,64).

  • cyan value is 89.01%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(89,33,0,64)
C89M33Y0K64 
(89%,33%,0%,64%)
(0.89/0.33/0.00/0.64)	

CMYK percentages

%89.01
%32.97
%0
%64.31

Codes

Color #0A3D5B in popluar color models

0A3D5B
RGB106191
HSL202°80.20%19.80%
HSB/HSV202°89.01%35.69%
CMYK89.01%32.97%0.00%
64.31%

Color #0A3D5B in popluar number systems.

HEX0A3D5B
Decimal106191
Binary10101111011011011
Octal1275133

Shades and tints

Shades of #0A3D5B

#0A3D5B
(10,61,91)
#0A3853
(10,56,83)
#0A334B
(10,51,75)
#0A2E43
(10,46,67)
#0A293B
(10,41,59)
#0A2433
(10,36,51)
#0A1F2B
(10,31,43)
#0A1A23
(10,26,35)
#0A151B
(10,21,27)
#0A1013
(10,16,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #0A3D5B

#0A3D5B
(10,61,91)
#204E69
(32,78,105)
#365F77
(54,95,119)
#4C7085
(76,112,133)
#628193
(98,129,147)
#7892A1
(120,146,161)
#8EA3AF
(142,163,175)
#A4B4BD
(164,180,189)
#BAC5CB
(186,197,203)
#D0D6D9
(208,214,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3D5B color. Also use rgb(10,61,91) instead hex code.

Text Font Color

.myTextColor { color: #0A3D5B; }

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

This text font color is #0A3D5B.


Background Color

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

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

This div background color is #0A3D5B.


Border color

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

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

This div border color is #0A3D5B.


Opacity

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

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

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

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

This text has shadow with #0A3D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3D5B on black background.


Color preview on white background

This text has color #0A3D5B on white background.



Black color preview on #0A3D5B background

This text has black color on #0A3D5B background.


White color preview on #0A3D5B background

This text has white color on #0A3D5B background.