COLOR #0A436A

HEX: #0A436A RGB: (10,67,106)

Color info

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

RGB color model

#0A436A color RGB value is (10,67,106).

RGB: (10,67,106) (4%, 26%, 42%)

RGB channels and saturation

R 10 of 255 = 4%
G 67 of 255 = 26%
B 106 of 255 = 42%

10
67
106

R + G + B ~ 24%. #0A436A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 67 + 106 = 183 (100%)
R 10 of 183 ~ 5.46%
G 67 of 183 ~ 36.61%
B 106 of 183 ~ 57.92'%

%36.61
%57.92

CMYK color model

#0A436A color CMYK value is (91,37,0,58).

  • cyan value is 90.57%
  • magenta value is 36.79%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (91,37,0,58)
C91M37Y0K58 (91%, 37%, 0%, 58%)
(0.91 / 0.37 / 0.00 / 0.58)

CMYK percentages

%90.57
%36.79
%0
%58.43

Codes

Color #0A436A in popluar color models

0A 43 6A
RGB 10 67 106
HSL 204° 82.76% 22.75%
HSB/HSV 204° 90.57% 41.57%
CMYK 90.57% 36.79% 0.00%
58.43%

Color #0A436A in popluar number systems.

HEX 0A 43 6A
Decimal 10 67 106
Binary 1010 1000011 1101010
Octal 12 103 152

Shades and tints

Shades of #0A436A

#0A436A
(10,67,106)
#0A3D61
(10,61,97)
#0A3758
(10,55,88)
#0A314F
(10,49,79)
#0A2B46
(10,43,70)
#0A253D
(10,37,61)
#0A1F34
(10,31,52)
#0A192B
(10,25,43)
#0A1322
(10,19,34)
#0A0D19
(10,13,25)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #0A436A

#0A436A
(10,67,106)
#205477
(32,84,119)
#366584
(54,101,132)
#4C7691
(76,118,145)
#62879E
(98,135,158)
#7898AB
(120,152,171)
#8EA9B8
(142,169,184)
#A4BAC5
(164,186,197)
#BACBD2
(186,203,210)
#D0DCDF
(208,220,223)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A436A color. Also use rgb(10,67,106) instead hex code.

Text Font Color

.myTextColor { color: #0A436A; }

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

This text font color is #0A436A.

Background Color

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

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

This div background color is #0A436A.

Border color

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

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

This div border color is #0A436A.

Opacity

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

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

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

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

This text has shadow with #0A436A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A436A.

Preview

Color preview on black background

This text has color #0A436A on black background.


Color preview on white background

This text has color #0A436A on white background.


Black color preview on #0A436A background

This text has black color on #0A436A background.


White color preview on #0A436A background

This text has white color on #0A436A background.


Related colors

Complementary color

Complementary color for #hex is #F5BC95.


I love getcolorcode.com

Triadic colors

1 #6A0A43 and #436A0A with #0A436A are triadic colors.

2 #6A430A and #430A6A with #0A436A are triadic colors.