COLOR #0A335A

HEX: #0A335A
RGB: (10,51,90)

Color info

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

RGB color model

#0A335A color RGB value is (10,51,90).

  • red value is 10;
  • green value is 51;
  • blue value is 90.
RGB:
(10,51,90)
(4%,20%,35%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 90 of 255 = 35%

10
51
90

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

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 90 = 151 (100%)
R 10 of 151 ~ 6.62%
G 51 of 151 ~ 33.77%
B 90 of 151 ~ 59.6%

%33.77
%59.6

CMYK color model

#0A335A color CMYK value is (89,43,0,65).

  • cyan value is 88.89%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(89,43,0,65)
C89M43Y0K65 
(89%,43%,0%,65%)
(0.89/0.43/0.00/0.65)	

CMYK percentages

%88.89
%43.33
%0
%64.71

Codes

Color #0A335A in popluar color models

0A335A
RGB105190
HSL209°80.00%19.61%
HSB/HSV209°88.89%35.29%
CMYK88.89%43.33%0.00%
64.71%

Color #0A335A in popluar number systems.

HEX0A335A
Decimal105190
Binary10101100111011010
Octal1263132

Shades and tints

Shades of #0A335A

#0A335A
(10,51,90)
#0A2F52
(10,47,82)
#0A2B4A
(10,43,74)
#0A2742
(10,39,66)
#0A233A
(10,35,58)
#0A1F32
(10,31,50)
#0A1B2A
(10,27,42)
#0A1722
(10,23,34)
#0A131A
(10,19,26)
#0A0F12
(10,15,18)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #0A335A

#0A335A
(10,51,90)
#204569
(32,69,105)
#365778
(54,87,120)
#4C6987
(76,105,135)
#627B96
(98,123,150)
#788DA5
(120,141,165)
#8E9FB4
(142,159,180)
#A4B1C3
(164,177,195)
#BAC3D2
(186,195,210)
#D0D5E1
(208,213,225)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A335A; }

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

This text font color is #0A335A.


Background Color

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

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

This div background color is #0A335A.


Border color

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

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

This div border color is #0A335A.


Opacity

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

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

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

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

This text has shadow with #0A335A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A335A on black background.


Color preview on white background

This text has color #0A335A on white background.



Black color preview on #0A335A background

This text has black color on #0A335A background.


White color preview on #0A335A background

This text has white color on #0A335A background.