COLOR #072AC6

HEX: #072AC6
RGB: (7,42,198)

Color info

#072AC6 contains mainly blue color. Web safe color of #072AC6 is #0033CC (or #03C).

RGB color model

#072AC6 color RGB value is (7,42,198).

  • red value is 7;
  • green value is 42;
  • blue value is 198.
RGB:
(7,42,198)
(3%,16%,78%)

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 198 of 255 = 78%

7
42
198

R + G + B ~ 32%. #072AC6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 198 = 247 (100%)
R 7 of 247 ~ 2.83%
G 42 of 247 ~ 17%
B 198 of 247 ~ 80.16%

%17
%80.16

CMYK color model

#072AC6 color CMYK value is (96,79,0,22).

  • cyan value is 96.46%
  • magenta value is 78.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(96,79,0,22)
C96M79Y0K22 
(96%,79%,0%,22%)
(0.96/0.79/0.00/0.22)	

CMYK percentages

%96.46
%78.79
%0
%22.35

Codes

Color #072AC6 in popluar color models

072AC6
RGB742198
HSL229°93.17%40.20%
HSB/HSV229°96.46%77.65%
CMYK96.46%78.79%0.00%
22.35%

Color #072AC6 in popluar number systems.

HEX072AC6
Decimal742198
Binary11110101011000110
Octal752306

Shades and tints

Shades of #072AC6

#072AC6
(7,42,198)
#0727B4
(7,39,180)
#0724A2
(7,36,162)
#072190
(7,33,144)
#071E7E
(7,30,126)
#071B6C
(7,27,108)
#07185A
(7,24,90)
#071548
(7,21,72)
#071236
(7,18,54)
#070F24
(7,15,36)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #072AC6

#072AC6
(7,42,198)
#1D3DCB
(29,61,203)
#3350D0
(51,80,208)
#4963D5
(73,99,213)
#5F76DA
(95,118,218)
#7589DF
(117,137,223)
#8B9CE4
(139,156,228)
#A1AFE9
(161,175,233)
#B7C2EE
(183,194,238)
#CDD5F3
(205,213,243)
#E3E8F8
(227,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072AC6 color. Also use rgb(7,42,198) instead hex code.

Text Font Color

.myTextColor { color: #072AC6; }

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

This text font color is #072AC6.


Background Color

.myBgColor { background-color: #072AC6; }

<div style="background-color:#072AC6">Inner text</div>

This div background color is #072AC6.


Border color

.myBorderColor { border: 1px solid #072AC6; }

<div style="border:3px solid #072AC6">Div</div>

This div border color is #072AC6.


Opacity

.myOpacity80 { color: #072AC6; opacity: 0.8; }

<p style="color:#072AC6;opacity:0.8;">80%</p>

Text with #072AC6 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 #072AC6;}

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

This text has shadow with #072AC6 color.

.textShadow {text-shadow: 3px 3px 1px #072AC6, 3px 3px 1px red;}

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

This text has shadow with #072AC6 primary color and red secondary color.


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

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

This text has shadow with #072AC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072AC6 on black background.


Color preview on white background

This text has color #072AC6 on white background.



Black color preview on #072AC6 background

This text has black color on #072AC6 background.


White color preview on #072AC6 background

This text has white color on #072AC6 background.