COLOR #0A52B3

HEX: #0A52B3
RGB: (10,82,179)

Color info

#0A52B3 contains mainly blue color. Web safe color of #0A52B3 is #006699 (or #069).

RGB color model

#0A52B3 color RGB value is (10,82,179).

  • red value is 10;
  • green value is 82;
  • blue value is 179.
RGB:
(10,82,179)
(4%,32%,70%)

RGB channels and saturation

R 10 of 255 = 4%
G 82 of 255 = 32%
B 179 of 255 = 70%

10
82
179

R + G + B ~ 35%. #0A52B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 82 + 179 = 271 (100%)
R 10 of 271 ~ 3.69%
G 82 of 271 ~ 30.26%
B 179 of 271 ~ 66.05%

%30.26
%66.05

CMYK color model

#0A52B3 color CMYK value is (94,54,0,30).

  • cyan value is 94.41%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(94,54,0,30)
C94M54Y0K30 
(94%,54%,0%,30%)
(0.94/0.54/0.00/0.30)	

CMYK percentages

%94.41
%54.19
%0
%29.8

Codes

Color #0A52B3 in popluar color models

0A52B3
RGB1082179
HSL214°89.42%37.06%
HSB/HSV214°94.41%70.20%
CMYK94.41%54.19%0.00%
29.80%

Color #0A52B3 in popluar number systems.

HEX0A52B3
Decimal1082179
Binary1010101001010110011
Octal12122263

Shades and tints

Shades of #0A52B3

#0A52B3
(10,82,179)
#0A4BA3
(10,75,163)
#0A4493
(10,68,147)
#0A3D83
(10,61,131)
#0A3673
(10,54,115)
#0A2F63
(10,47,99)
#0A2853
(10,40,83)
#0A2143
(10,33,67)
#0A1A33
(10,26,51)
#0A1323
(10,19,35)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #0A52B3

#0A52B3
(10,82,179)
#2061B9
(32,97,185)
#3670BF
(54,112,191)
#4C7FC5
(76,127,197)
#628ECB
(98,142,203)
#789DD1
(120,157,209)
#8EACD7
(142,172,215)
#A4BBDD
(164,187,221)
#BACAE3
(186,202,227)
#D0D9E9
(208,217,233)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A52B3 color. Also use rgb(10,82,179) instead hex code.

Text Font Color

.myTextColor { color: #0A52B3; }

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

This text font color is #0A52B3.


Background Color

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

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

This div background color is #0A52B3.


Border color

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

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

This div border color is #0A52B3.


Opacity

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

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

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

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

This text has shadow with #0A52B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A52B3 on black background.


Color preview on white background

This text has color #0A52B3 on white background.



Black color preview on #0A52B3 background

This text has black color on #0A52B3 background.


White color preview on #0A52B3 background

This text has white color on #0A52B3 background.