COLOR #0A72CD

HEX: #0A72CD
RGB: (10,114,205)

Color info

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

RGB color model

#0A72CD color RGB value is (10,114,205).

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

RGB channels and saturation

R 10 of 255 = 4%
G 114 of 255 = 45%
B 205 of 255 = 80%

10
114
205

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

Portions of RGB colors in percentages

R + G + B =
10 + 114 + 205 = 329 (100%)
R 10 of 329 ~ 3.04%
G 114 of 329 ~ 34.65%
B 205 of 329 ~ 62.31%

%34.65
%62.31

CMYK color model

#0A72CD color CMYK value is (95,44,0,20).

  • cyan value is 95.12%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(95,44,0,20)
C95M44Y0K20 
(95%,44%,0%,20%)
(0.95/0.44/0.00/0.20)	

CMYK percentages

%95.12
%44.39
%0
%19.61

Codes

Color #0A72CD in popluar color models

0A72CD
RGB10114205
HSL208°90.70%42.16%
HSB/HSV208°95.12%80.39%
CMYK95.12%44.39%0.00%
19.61%

Color #0A72CD in popluar number systems.

HEX0A72CD
Decimal10114205
Binary1010111001011001101
Octal12162315

Shades and tints

Shades of #0A72CD

#0A72CD
(10,114,205)
#0A68BB
(10,104,187)
#0A5EA9
(10,94,169)
#0A5497
(10,84,151)
#0A4A85
(10,74,133)
#0A4073
(10,64,115)
#0A3661
(10,54,97)
#0A2C4F
(10,44,79)
#0A223D
(10,34,61)
#0A182B
(10,24,43)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #0A72CD

#0A72CD
(10,114,205)
#207ED1
(32,126,209)
#368AD5
(54,138,213)
#4C96D9
(76,150,217)
#62A2DD
(98,162,221)
#78AEE1
(120,174,225)
#8EBAE5
(142,186,229)
#A4C6E9
(164,198,233)
#BAD2ED
(186,210,237)
#D0DEF1
(208,222,241)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A72CD; }

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

This text font color is #0A72CD.


Background Color

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

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

This div background color is #0A72CD.


Border color

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

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

This div border color is #0A72CD.


Opacity

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

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

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

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

This text has shadow with #0A72CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A72CD on black background.


Color preview on white background

This text has color #0A72CD on white background.



Black color preview on #0A72CD background

This text has black color on #0A72CD background.


White color preview on #0A72CD background

This text has white color on #0A72CD background.