COLOR #0A72D7

HEX: #0A72D7
RGB: (10,114,215)

Color info

#0A72D7 contains mainly blue color. Web safe color of #0A72D7 is #0066CC (or #06C).

RGB color model

#0A72D7 color RGB value is (10,114,215).

  • red value is 10;
  • green value is 114;
  • blue value is 215.
RGB:
(10,114,215)
(4%,45%,84%)

RGB channels and saturation

R 10 of 255 = 4%
G 114 of 255 = 45%
B 215 of 255 = 84%

10
114
215

R + G + B ~ 44%. #0A72D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 114 + 215 = 339 (100%)
R 10 of 339 ~ 2.95%
G 114 of 339 ~ 33.63%
B 215 of 339 ~ 63.42%

%33.63
%63.42

CMYK color model

#0A72D7 color CMYK value is (95,47,0,16).

  • cyan value is 95.35%
  • magenta value is 46.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(95,47,0,16)
C95M47Y0K16 
(95%,47%,0%,16%)
(0.95/0.47/0.00/0.16)	

CMYK percentages

%95.35
%46.98
%0
%15.69

Codes

Color #0A72D7 in popluar color models

0A72D7
RGB10114215
HSL210°91.11%44.12%
HSB/HSV210°95.35%84.31%
CMYK95.35%46.98%0.00%
15.69%

Color #0A72D7 in popluar number systems.

HEX0A72D7
Decimal10114215
Binary1010111001011010111
Octal12162327

Shades and tints

Shades of #0A72D7

#0A72D7
(10,114,215)
#0A68C4
(10,104,196)
#0A5EB1
(10,94,177)
#0A549E
(10,84,158)
#0A4A8B
(10,74,139)
#0A4078
(10,64,120)
#0A3665
(10,54,101)
#0A2C52
(10,44,82)
#0A223F
(10,34,63)
#0A182C
(10,24,44)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #0A72D7

#0A72D7
(10,114,215)
#207EDA
(32,126,218)
#368ADD
(54,138,221)
#4C96E0
(76,150,224)
#62A2E3
(98,162,227)
#78AEE6
(120,174,230)
#8EBAE9
(142,186,233)
#A4C6EC
(164,198,236)
#BAD2EF
(186,210,239)
#D0DEF2
(208,222,242)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A72D7 color. Also use rgb(10,114,215) instead hex code.

Text Font Color

.myTextColor { color: #0A72D7; }

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

This text font color is #0A72D7.


Background Color

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

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

This div background color is #0A72D7.


Border color

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

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

This div border color is #0A72D7.


Opacity

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

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

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

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

This text has shadow with #0A72D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A72D7 on black background.


Color preview on white background

This text has color #0A72D7 on white background.



Black color preview on #0A72D7 background

This text has black color on #0A72D7 background.


White color preview on #0A72D7 background

This text has white color on #0A72D7 background.