COLOR #072398

HEX: #072398
RGB: (7,35,152)

Color info

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

RGB color model

#072398 color RGB value is (7,35,152).

  • red value is 7;
  • green value is 35;
  • blue value is 152.
RGB:
(7,35,152)
(3%,14%,60%)

RGB channels and saturation

R 7 of 255 = 3%
G 35 of 255 = 14%
B 152 of 255 = 60%

7
35
152

R + G + B ~ 26%. #072398 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 35 + 152 = 194 (100%)
R 7 of 194 ~ 3.61%
G 35 of 194 ~ 18.04%
B 152 of 194 ~ 78.35%

%18.04
%78.35

CMYK color model

#072398 color CMYK value is (95,77,0,40).

  • cyan value is 95.39%
  • magenta value is 76.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(95,77,0,40)
C95M77Y0K40 
(95%,77%,0%,40%)
(0.95/0.77/0.00/0.40)	

CMYK percentages

%95.39
%76.97
%0
%40.39

Codes

Color #072398 in popluar color models

072398
RGB735152
HSL228°91.19%31.18%
HSB/HSV228°95.39%59.61%
CMYK95.39%76.97%0.00%
40.39%

Color #072398 in popluar number systems.

HEX072398
Decimal735152
Binary11110001110011000
Octal743230

Shades and tints

Shades of #072398

#072398
(7,35,152)
#07208B
(7,32,139)
#071D7E
(7,29,126)
#071A71
(7,26,113)
#071764
(7,23,100)
#071457
(7,20,87)
#07114A
(7,17,74)
#070E3D
(7,14,61)
#070B30
(7,11,48)
#070823
(7,8,35)
#070516
(7,5,22)
#000000
(0,0,0)

Tints of #072398

#072398
(7,35,152)
#1D37A1
(29,55,161)
#334BAA
(51,75,170)
#495FB3
(73,95,179)
#5F73BC
(95,115,188)
#7587C5
(117,135,197)
#8B9BCE
(139,155,206)
#A1AFD7
(161,175,215)
#B7C3E0
(183,195,224)
#CDD7E9
(205,215,233)
#E3EBF2
(227,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072398 color. Also use rgb(7,35,152) instead hex code.

Text Font Color

.myTextColor { color: #072398; }

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

This text font color is #072398.


Background Color

.myBgColor { background-color: #072398; }

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

This div background color is #072398.


Border color

.myBorderColor { border: 1px solid #072398; }

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

This div border color is #072398.


Opacity

.myOpacity80 { color: #072398; opacity: 0.8; }

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

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

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

This text has shadow with #072398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072398 on black background.


Color preview on white background

This text has color #072398 on white background.



Black color preview on #072398 background

This text has black color on #072398 background.


White color preview on #072398 background

This text has white color on #072398 background.