COLOR #072AA3

HEX: #072AA3
RGB: (7,42,163)

Color info

#072AA3 contains mainly blue color. Web safe color of #072AA3 is #003399 (or #039).

RGB color model

#072AA3 color RGB value is (7,42,163).

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

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 163 of 255 = 64%

7
42
163

R + G + B ~ 28%. #072AA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 163 = 212 (100%)
R 7 of 212 ~ 3.3%
G 42 of 212 ~ 19.81%
B 163 of 212 ~ 76.89%

%19.81
%76.89

CMYK color model

#072AA3 color CMYK value is (96,74,0,36).

  • cyan value is 95.71%
  • magenta value is 74.23%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(96,74,0,36)
C96M74Y0K36 
(96%,74%,0%,36%)
(0.96/0.74/0.00/0.36)	

CMYK percentages

%95.71
%74.23
%0
%36.08

Codes

Color #072AA3 in popluar color models

072AA3
RGB742163
HSL227°91.76%33.33%
HSB/HSV227°95.71%63.92%
CMYK95.71%74.23%0.00%
36.08%

Color #072AA3 in popluar number systems.

HEX072AA3
Decimal742163
Binary11110101010100011
Octal752243

Shades and tints

Shades of #072AA3

#072AA3
(7,42,163)
#072795
(7,39,149)
#072487
(7,36,135)
#072179
(7,33,121)
#071E6B
(7,30,107)
#071B5D
(7,27,93)
#07184F
(7,24,79)
#071541
(7,21,65)
#071233
(7,18,51)
#070F25
(7,15,37)
#070C17
(7,12,23)
#000000
(0,0,0)

Tints of #072AA3

#072AA3
(7,42,163)
#1D3DAB
(29,61,171)
#3350B3
(51,80,179)
#4963BB
(73,99,187)
#5F76C3
(95,118,195)
#7589CB
(117,137,203)
#8B9CD3
(139,156,211)
#A1AFDB
(161,175,219)
#B7C2E3
(183,194,227)
#CDD5EB
(205,213,235)
#E3E8F3
(227,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072AA3; }

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

This text font color is #072AA3.


Background Color

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

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

This div background color is #072AA3.


Border color

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

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

This div border color is #072AA3.


Opacity

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

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

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

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

This text has shadow with #072AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072AA3 on black background.


Color preview on white background

This text has color #072AA3 on white background.



Black color preview on #072AA3 background

This text has black color on #072AA3 background.


White color preview on #072AA3 background

This text has white color on #072AA3 background.