COLOR #0A3669

HEX: #0A3669
RGB: (10,54,105)

Color info

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

RGB color model

#0A3669 color RGB value is (10,54,105).

  • red value is 10;
  • green value is 54;
  • blue value is 105.
RGB:
(10,54,105)
(4%,21%,41%)

RGB channels and saturation

R 10 of 255 = 4%
G 54 of 255 = 21%
B 105 of 255 = 41%

10
54
105

R + G + B ~ 22%. #0A3669 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 54 + 105 = 169 (100%)
R 10 of 169 ~ 5.92%
G 54 of 169 ~ 31.95%
B 105 of 169 ~ 62.13%

%31.95
%62.13

CMYK color model

#0A3669 color CMYK value is (90,49,0,59).

  • cyan value is 90.48%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,49,0,59)
C90M49Y0K59 
(90%,49%,0%,59%)
(0.90/0.49/0.00/0.59)	

CMYK percentages

%90.48
%48.57
%0
%58.82

Codes

Color #0A3669 in popluar color models

0A3669
RGB1054105
HSL212°82.61%22.55%
HSB/HSV212°90.48%41.18%
CMYK90.48%48.57%0.00%
58.82%

Color #0A3669 in popluar number systems.

HEX0A3669
Decimal1054105
Binary10101101101101001
Octal1266151

Shades and tints

Shades of #0A3669

#0A3669
(10,54,105)
#0A3260
(10,50,96)
#0A2E57
(10,46,87)
#0A2A4E
(10,42,78)
#0A2645
(10,38,69)
#0A223C
(10,34,60)
#0A1E33
(10,30,51)
#0A1A2A
(10,26,42)
#0A1621
(10,22,33)
#0A1218
(10,18,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #0A3669

#0A3669
(10,54,105)
#204876
(32,72,118)
#365A83
(54,90,131)
#4C6C90
(76,108,144)
#627E9D
(98,126,157)
#7890AA
(120,144,170)
#8EA2B7
(142,162,183)
#A4B4C4
(164,180,196)
#BAC6D1
(186,198,209)
#D0D8DE
(208,216,222)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3669 color. Also use rgb(10,54,105) instead hex code.

Text Font Color

.myTextColor { color: #0A3669; }

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

This text font color is #0A3669.


Background Color

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

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

This div background color is #0A3669.


Border color

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

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

This div border color is #0A3669.


Opacity

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

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

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

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

This text has shadow with #0A3669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3669 on black background.


Color preview on white background

This text has color #0A3669 on white background.



Black color preview on #0A3669 background

This text has black color on #0A3669 background.


White color preview on #0A3669 background

This text has white color on #0A3669 background.