COLOR #0A1C85

HEX: #0A1C85
RGB: (10,28,133)

Color info

#0A1C85 contains mainly blue color. Web safe color of #0A1C85 is #003399 (or #039).

RGB color model

#0A1C85 color RGB value is (10,28,133).

  • red value is 10;
  • green value is 28;
  • blue value is 133.
RGB:
(10,28,133)
(4%,11%,52%)

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 133 of 255 = 52%

10
28
133

R + G + B ~ 22%. #0A1C85 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 28 + 133 = 171 (100%)
R 10 of 171 ~ 5.85%
G 28 of 171 ~ 16.37%
B 133 of 171 ~ 77.78%

%16.37
%77.78

CMYK color model

#0A1C85 color CMYK value is (92,79,0,48).

  • cyan value is 92.48%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(92,79,0,48)
C92M79Y0K48 
(92%,79%,0%,48%)
(0.92/0.79/0.00/0.48)	

CMYK percentages

%92.48
%78.95
%0
%47.84

Codes

Color #0A1C85 in popluar color models

0A1C85
RGB1028133
HSL231°86.01%28.04%
HSB/HSV231°92.48%52.16%
CMYK92.48%78.95%0.00%
47.84%

Color #0A1C85 in popluar number systems.

HEX0A1C85
Decimal1028133
Binary10101110010000101
Octal1234205

Shades and tints

Shades of #0A1C85

#0A1C85
(10,28,133)
#0A1A79
(10,26,121)
#0A186D
(10,24,109)
#0A1661
(10,22,97)
#0A1455
(10,20,85)
#0A1249
(10,18,73)
#0A103D
(10,16,61)
#0A0E31
(10,14,49)
#0A0C25
(10,12,37)
#0A0A19
(10,10,25)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #0A1C85

#0A1C85
(10,28,133)
#203090
(32,48,144)
#36449B
(54,68,155)
#4C58A6
(76,88,166)
#626CB1
(98,108,177)
#7880BC
(120,128,188)
#8E94C7
(142,148,199)
#A4A8D2
(164,168,210)
#BABCDD
(186,188,221)
#D0D0E8
(208,208,232)
#E6E4F3
(230,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1C85 color. Also use rgb(10,28,133) instead hex code.

Text Font Color

.myTextColor { color: #0A1C85; }

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

This text font color is #0A1C85.


Background Color

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

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

This div background color is #0A1C85.


Border color

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

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

This div border color is #0A1C85.


Opacity

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

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

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

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

This text has shadow with #0A1C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1C85 on black background.


Color preview on white background

This text has color #0A1C85 on white background.



Black color preview on #0A1C85 background

This text has black color on #0A1C85 background.


White color preview on #0A1C85 background

This text has white color on #0A1C85 background.