COLOR #0A366F

HEX: #0A366F
RGB: (10,54,111)

Color info

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

RGB color model

#0A366F color RGB value is (10,54,111).

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

RGB channels and saturation

R 10 of 255 = 4%
G 54 of 255 = 21%
B 111 of 255 = 44%

10
54
111

R + G + B ~ 23%. #0A366F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 54 + 111 = 175 (100%)
R 10 of 175 ~ 5.71%
G 54 of 175 ~ 30.86%
B 111 of 175 ~ 63.43%

%30.86
%63.43

CMYK color model

#0A366F color CMYK value is (91,51,0,56).

  • cyan value is 90.99%
  • magenta value is 51.35%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(91,51,0,56)
C91M51Y0K56 
(91%,51%,0%,56%)
(0.91/0.51/0.00/0.56)	

CMYK percentages

%90.99
%51.35
%0
%56.47

Codes

Color #0A366F in popluar color models

0A366F
RGB1054111
HSL214°83.47%23.73%
HSB/HSV214°90.99%43.53%
CMYK90.99%51.35%0.00%
56.47%

Color #0A366F in popluar number systems.

HEX0A366F
Decimal1054111
Binary10101101101101111
Octal1266157

Shades and tints

Shades of #0A366F

#0A366F
(10,54,111)
#0A3265
(10,50,101)
#0A2E5B
(10,46,91)
#0A2A51
(10,42,81)
#0A2647
(10,38,71)
#0A223D
(10,34,61)
#0A1E33
(10,30,51)
#0A1A29
(10,26,41)
#0A161F
(10,22,31)
#0A1215
(10,18,21)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #0A366F

#0A366F
(10,54,111)
#20487C
(32,72,124)
#365A89
(54,90,137)
#4C6C96
(76,108,150)
#627EA3
(98,126,163)
#7890B0
(120,144,176)
#8EA2BD
(142,162,189)
#A4B4CA
(164,180,202)
#BAC6D7
(186,198,215)
#D0D8E4
(208,216,228)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A366F; }

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

This text font color is #0A366F.


Background Color

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

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

This div background color is #0A366F.


Border color

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

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

This div border color is #0A366F.


Opacity

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

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

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

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

This text has shadow with #0A366F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A366F on black background.


Color preview on white background

This text has color #0A366F on white background.



Black color preview on #0A366F background

This text has black color on #0A366F background.


White color preview on #0A366F background

This text has white color on #0A366F background.