COLOR #0727A6

HEX: #0727A6
RGB: (7,39,166)

Color info

#0727A6 contains mainly blue color. Web safe color of #0727A6 is #003399 (or #039).

RGB color model

#0727A6 color RGB value is (7,39,166).

  • red value is 7;
  • green value is 39;
  • blue value is 166.
RGB:
(7,39,166)
(3%,15%,65%)

RGB channels and saturation

R 7 of 255 = 3%
G 39 of 255 = 15%
B 166 of 255 = 65%

7
39
166

R + G + B ~ 28%. #0727A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 39 + 166 = 212 (100%)
R 7 of 212 ~ 3.3%
G 39 of 212 ~ 18.4%
B 166 of 212 ~ 78.3%

%18.4
%78.3

CMYK color model

#0727A6 color CMYK value is (96,77,0,35).

  • cyan value is 95.78%
  • magenta value is 76.51%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(96,77,0,35)
C96M77Y0K35 
(96%,77%,0%,35%)
(0.96/0.77/0.00/0.35)	

CMYK percentages

%95.78
%76.51
%0
%34.9

Codes

Color #0727A6 in popluar color models

0727A6
RGB739166
HSL228°91.91%33.92%
HSB/HSV228°95.78%65.10%
CMYK95.78%76.51%0.00%
34.90%

Color #0727A6 in popluar number systems.

HEX0727A6
Decimal739166
Binary11110011110100110
Octal747246

Shades and tints

Shades of #0727A6

#0727A6
(7,39,166)
#072497
(7,36,151)
#072188
(7,33,136)
#071E79
(7,30,121)
#071B6A
(7,27,106)
#07185B
(7,24,91)
#07154C
(7,21,76)
#07123D
(7,18,61)
#070F2E
(7,15,46)
#070C1F
(7,12,31)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #0727A6

#0727A6
(7,39,166)
#1D3AAE
(29,58,174)
#334DB6
(51,77,182)
#4960BE
(73,96,190)
#5F73C6
(95,115,198)
#7586CE
(117,134,206)
#8B99D6
(139,153,214)
#A1ACDE
(161,172,222)
#B7BFE6
(183,191,230)
#CDD2EE
(205,210,238)
#E3E5F6
(227,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0727A6 color. Also use rgb(7,39,166) instead hex code.

Text Font Color

.myTextColor { color: #0727A6; }

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

This text font color is #0727A6.


Background Color

.myBgColor { background-color: #0727A6; }

<div style="background-color:#0727A6">Inner text</div>

This div background color is #0727A6.


Border color

.myBorderColor { border: 1px solid #0727A6; }

<div style="border:3px solid #0727A6">Div</div>

This div border color is #0727A6.


Opacity

.myOpacity80 { color: #0727A6; opacity: 0.8; }

<p style="color:#0727A6;opacity:0.8;">80%</p>

Text with #0727A6 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 #0727A6;}

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

This text has shadow with #0727A6 color.

.textShadow {text-shadow: 3px 3px 1px #0727A6, 3px 3px 1px red;}

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

This text has shadow with #0727A6 primary color and red secondary color.


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

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

This text has shadow with #0727A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0727A6 on black background.


Color preview on white background

This text has color #0727A6 on white background.



Black color preview on #0727A6 background

This text has black color on #0727A6 background.


White color preview on #0727A6 background

This text has white color on #0727A6 background.