COLOR #0A385A

HEX: #0A385A
RGB: (10,56,90)

Color info

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

RGB color model

#0A385A color RGB value is (10,56,90).

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

RGB channels and saturation

R 10 of 255 = 4%
G 56 of 255 = 22%
B 90 of 255 = 35%

10
56
90

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

Portions of RGB colors in percentages

R + G + B =
10 + 56 + 90 = 156 (100%)
R 10 of 156 ~ 6.41%
G 56 of 156 ~ 35.9%
B 90 of 156 ~ 57.69%

%35.9
%57.69

CMYK color model

#0A385A color CMYK value is (89,38,0,65).

  • cyan value is 88.89%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(89,38,0,65)
C89M38Y0K65 
(89%,38%,0%,65%)
(0.89/0.38/0.00/0.65)	

CMYK percentages

%88.89
%37.78
%0
%64.71

Codes

Color #0A385A in popluar color models

0A385A
RGB105690
HSL206°80.00%19.61%
HSB/HSV206°88.89%35.29%
CMYK88.89%37.78%0.00%
64.71%

Color #0A385A in popluar number systems.

HEX0A385A
Decimal105690
Binary10101110001011010
Octal1270132

Shades and tints

Shades of #0A385A

#0A385A
(10,56,90)
#0A3352
(10,51,82)
#0A2E4A
(10,46,74)
#0A2942
(10,41,66)
#0A243A
(10,36,58)
#0A1F32
(10,31,50)
#0A1A2A
(10,26,42)
#0A1522
(10,21,34)
#0A101A
(10,16,26)
#0A0B12
(10,11,18)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #0A385A

#0A385A
(10,56,90)
#204A69
(32,74,105)
#365C78
(54,92,120)
#4C6E87
(76,110,135)
#628096
(98,128,150)
#7892A5
(120,146,165)
#8EA4B4
(142,164,180)
#A4B6C3
(164,182,195)
#BAC8D2
(186,200,210)
#D0DAE1
(208,218,225)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A385A; }

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

This text font color is #0A385A.


Background Color

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

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

This div background color is #0A385A.


Border color

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

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

This div border color is #0A385A.


Opacity

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

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

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

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

This text has shadow with #0A385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A385A on black background.


Color preview on white background

This text has color #0A385A on white background.



Black color preview on #0A385A background

This text has black color on #0A385A background.


White color preview on #0A385A background

This text has white color on #0A385A background.