COLOR #0A335F

HEX: #0A335F RGB: (10,51,95)

Color info

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

RGB color model

#0A335F color RGB value is (10,51,95).

RGB: (10,51,95) (4%, 20%, 37%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 95 of 255 = 37%

10
51
95

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

Portions of RGB colors in percentages

R + G + B = 10 + 51 + 95 = 156 (100%)
R 10 of 156 ~ 6.41%
G 51 of 156 ~ 32.69%
B 95 of 156 ~ 60.9'%

%32.69
%60.9

CMYK color model

#0A335F color CMYK value is (89,46,0,63).

  • cyan value is 89.47%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (89,46,0,63)
C89M46Y0K63 (89%, 46%, 0%, 63%)
(0.89 / 0.46 / 0.00 / 0.63)

CMYK percentages

%89.47
%46.32
%0
%62.75

Codes

Color #0A335F in popluar color models

0A 33 5F
RGB 10 51 95
HSL 211° 80.95% 20.59%
HSB/HSV 211° 89.47% 37.25%
CMYK 89.47% 46.32% 0.00%
62.75%

Color #0A335F in popluar number systems.

HEX 0A 33 5F
Decimal 10 51 95
Binary 1010 110011 1011111
Octal 12 63 137

Shades and tints

Shades of #0A335F

#0A335F
(10,51,95)
#0A2F57
(10,47,87)
#0A2B4F
(10,43,79)
#0A2747
(10,39,71)
#0A233F
(10,35,63)
#0A1F37
(10,31,55)
#0A1B2F
(10,27,47)
#0A1727
(10,23,39)
#0A131F
(10,19,31)
#0A0F17
(10,15,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #0A335F

#0A335F
(10,51,95)
#20456D
(32,69,109)
#36577B
(54,87,123)
#4C6989
(76,105,137)
#627B97
(98,123,151)
#788DA5
(120,141,165)
#8E9FB3
(142,159,179)
#A4B1C1
(164,177,193)
#BAC3CF
(186,195,207)
#D0D5DD
(208,213,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A335F color. Also use rgb(10,51,95) instead hex code.

Text Font Color

.myTextColor { color: #0A335F; }

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

This text font color is #0A335F.

Background Color

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

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

This div background color is #0A335F.

Border color

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

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

This div border color is #0A335F.

Opacity

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

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

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

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

This text has shadow with #0A335F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A335F.

Preview

Color preview on black background

This text has color #0A335F on black background.


Color preview on white background

This text has color #0A335F on white background.


Black color preview on #0A335F background

This text has black color on #0A335F background.


White color preview on #0A335F background

This text has white color on #0A335F background.


Related colors

Complementary color

Complementary color for #hex is #F5CCA0.


I love getcolorcode.com

Triadic colors

1 #5F0A33 and #335F0A with #0A335F are triadic colors.

2 #5F330A and #330A5F with #0A335F are triadic colors.