COLOR #0A355A

HEX: #0A355A RGB: (10,53,90)

Color info

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

RGB color model

#0A355A color RGB value is (10,53,90).

RGB: (10,53,90) (4%, 21%, 35%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 90 of 255 = 35%

10
53
90

R + G + B ~ 20%. #0A355A is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 53 + 90 = 153 (100%)
R 10 of 153 ~ 6.54%
G 53 of 153 ~ 34.64%
B 90 of 153 ~ 58.82'%

%34.64
%58.82

CMYK color model

#0A355A color CMYK value is (89,41,0,65).

  • cyan value is 88.89%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (89,41,0,65) C89M41Y0K65 (89%,41%,0%,65%) (0.89/0.41/0.00/0.65) 

CMYK percentages

%88.89
%41.11
%0
%64.71

Codes

Color #0A355A in popluar color models

0A 35 5A
RGB 10 53 90
HSL 208° 80.00% 19.61%
HSB/HSV 208° 88.89% 35.29%
CMYK 88.89% 41.11% 0.00%
64.71%

Color #0A355A in popluar number systems.

HEX 0A 35 5A
Decimal 10 53 90
Binary 1010 110101 1011010
Octal 12 65 132

Shades and tints

Shades of #0A355A

#0A355A
(10,53,90)
#0A3152
(10,49,82)
#0A2D4A
(10,45,74)
#0A2942
(10,41,66)
#0A253A
(10,37,58)
#0A2132
(10,33,50)
#0A1D2A
(10,29,42)
#0A1922
(10,25,34)
#0A151A
(10,21,26)
#0A1112
(10,17,18)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #0A355A

#0A355A
(10,53,90)
#204769
(32,71,105)
#365978
(54,89,120)
#4C6B87
(76,107,135)
#627D96
(98,125,150)
#788FA5
(120,143,165)
#8EA1B4
(142,161,180)
#A4B3C3
(164,179,195)
#BAC5D2
(186,197,210)
#D0D7E1
(208,215,225)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A355A color. Also use rgb(10,53,90) instead hex code.

Text Font Color

.myTextColor { color: #0A355A; }

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

This text font color is #0A355A.

Background Color

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

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

This div background color is #0A355A.

Border color

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

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

This div border color is #0A355A.

Opacity

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

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

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

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

This text has shadow with #0A355A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A355A.

Preview

Color preview on black background

This text has color #0A355A on black background.


Color preview on white background

This text has color #0A355A on white background.


Black color preview on #0A355A background

This text has black color on #0A355A background.


White color preview on #0A355A background

This text has white color on #0A355A background.


Related colors

Complementary color

Complementary color for #hex is #F5CAA5.


I love getcolorcode.com

Triadic colors

1 #5A0A35 and #355A0A with #0A355A are triadic colors.

2 #5A350A and #350A5A with #0A355A are triadic colors.