COLOR #072ACB

HEX: #072ACB
RGB: (7,42,203)

Color info

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

RGB color model

#072ACB color RGB value is (7,42,203).

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

RGB channels and saturation

R 7 of 255 = 3%
G 42 of 255 = 16%
B 203 of 255 = 80%

7
42
203

R + G + B ~ 33%. #072ACB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 42 + 203 = 252 (100%)
R 7 of 252 ~ 2.78%
G 42 of 252 ~ 16.67%
B 203 of 252 ~ 80.56%

%16.67
%80.56

CMYK color model

#072ACB color CMYK value is (97,79,0,20).

  • cyan value is 96.55%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(97,79,0,20)
C97M79Y0K20 
(97%,79%,0%,20%)
(0.97/0.79/0.00/0.20)	

CMYK percentages

%96.55
%79.31
%0
%20.39

Codes

Color #072ACB in popluar color models

072ACB
RGB742203
HSL229°93.33%41.18%
HSB/HSV229°96.55%79.61%
CMYK96.55%79.31%0.00%
20.39%

Color #072ACB in popluar number systems.

HEX072ACB
Decimal742203
Binary11110101011001011
Octal752313

Shades and tints

Shades of #072ACB

#072ACB
(7,42,203)
#0727B9
(7,39,185)
#0724A7
(7,36,167)
#072195
(7,33,149)
#071E83
(7,30,131)
#071B71
(7,27,113)
#07185F
(7,24,95)
#07154D
(7,21,77)
#07123B
(7,18,59)
#070F29
(7,15,41)
#070C17
(7,12,23)
#000000
(0,0,0)

Tints of #072ACB

#072ACB
(7,42,203)
#1D3DCF
(29,61,207)
#3350D3
(51,80,211)
#4963D7
(73,99,215)
#5F76DB
(95,118,219)
#7589DF
(117,137,223)
#8B9CE3
(139,156,227)
#A1AFE7
(161,175,231)
#B7C2EB
(183,194,235)
#CDD5EF
(205,213,239)
#E3E8F3
(227,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072ACB; }

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

This text font color is #072ACB.


Background Color

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

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

This div background color is #072ACB.


Border color

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

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

This div border color is #072ACB.


Opacity

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

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

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

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

This text has shadow with #072ACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072ACB on black background.


Color preview on white background

This text has color #072ACB on white background.



Black color preview on #072ACB background

This text has black color on #072ACB background.


White color preview on #072ACB background

This text has white color on #072ACB background.