COLOR #0A5C95

HEX: #0A5C95
RGB: (10,92,149)

Color info

#0A5C95 contains mainly green and blue colors. Web safe color of #0A5C95 is #006699 (or #069).

RGB color model

#0A5C95 color RGB value is (10,92,149).

  • red value is 10;
  • green value is 92;
  • blue value is 149.
RGB:
(10,92,149)
(4%,36%,58%)

RGB channels and saturation

R 10 of 255 = 4%
G 92 of 255 = 36%
B 149 of 255 = 58%

10
92
149

R + G + B ~ 33%. #0A5C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 92 + 149 = 251 (100%)
R 10 of 251 ~ 3.98%
G 92 of 251 ~ 36.65%
B 149 of 251 ~ 59.36%

%36.65
%59.36

CMYK color model

#0A5C95 color CMYK value is (93,38,0,42).

  • cyan value is 93.29%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(93,38,0,42)
C93M38Y0K42 
(93%,38%,0%,42%)
(0.93/0.38/0.00/0.42)	

CMYK percentages

%93.29
%38.26
%0
%41.57

Codes

Color #0A5C95 in popluar color models

0A5C95
RGB1092149
HSL205°87.42%31.18%
HSB/HSV205°93.29%58.43%
CMYK93.29%38.26%0.00%
41.57%

Color #0A5C95 in popluar number systems.

HEX0A5C95
Decimal1092149
Binary1010101110010010101
Octal12134225

Shades and tints

Shades of #0A5C95

#0A5C95
(10,92,149)
#0A5488
(10,84,136)
#0A4C7B
(10,76,123)
#0A446E
(10,68,110)
#0A3C61
(10,60,97)
#0A3454
(10,52,84)
#0A2C47
(10,44,71)
#0A243A
(10,36,58)
#0A1C2D
(10,28,45)
#0A1420
(10,20,32)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #0A5C95

#0A5C95
(10,92,149)
#206A9E
(32,106,158)
#3678A7
(54,120,167)
#4C86B0
(76,134,176)
#6294B9
(98,148,185)
#78A2C2
(120,162,194)
#8EB0CB
(142,176,203)
#A4BED4
(164,190,212)
#BACCDD
(186,204,221)
#D0DAE6
(208,218,230)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5C95 color. Also use rgb(10,92,149) instead hex code.

Text Font Color

.myTextColor { color: #0A5C95; }

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

This text font color is #0A5C95.


Background Color

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

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

This div background color is #0A5C95.


Border color

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

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

This div border color is #0A5C95.


Opacity

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

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

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

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

This text has shadow with #0A5C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5C95 on black background.


Color preview on white background

This text has color #0A5C95 on white background.



Black color preview on #0A5C95 background

This text has black color on #0A5C95 background.


White color preview on #0A5C95 background

This text has white color on #0A5C95 background.