COLOR #07157E

HEX: #07157E
RGB: (7,21,126)

Color info

#07157E contains mainly blue color. Web safe color of #07157E is #000066 (or #006).

RGB color model

#07157E color RGB value is (7,21,126).

  • red value is 7;
  • green value is 21;
  • blue value is 126.
RGB:
(7,21,126)
(3%,8%,49%)

RGB channels and saturation

R 7 of 255 = 3%
G 21 of 255 = 8%
B 126 of 255 = 49%

7
21
126

R + G + B ~ 20%. #07157E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 126 = 154 (100%)
R 7 of 154 ~ 4.55%
G 21 of 154 ~ 13.64%
B 126 of 154 ~ 81.82%

%13.64
%81.82

CMYK color model

#07157E color CMYK value is (94,83,0,51).

  • cyan value is 94.44%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(94,83,0,51)
C94M83Y0K51 
(94%,83%,0%,51%)
(0.94/0.83/0.00/0.51)	

CMYK percentages

%94.44
%83.33
%0
%50.59

Codes

Color #07157E in popluar color models

07157E
RGB721126
HSL233°89.47%26.08%
HSB/HSV233°94.44%49.41%
CMYK94.44%83.33%0.00%
50.59%

Color #07157E in popluar number systems.

HEX07157E
Decimal721126
Binary111101011111110
Octal725176

Shades and tints

Shades of #07157E

#07157E
(7,21,126)
#071473
(7,20,115)
#071368
(7,19,104)
#07125D
(7,18,93)
#071152
(7,17,82)
#071047
(7,16,71)
#070F3C
(7,15,60)
#070E31
(7,14,49)
#070D26
(7,13,38)
#070C1B
(7,12,27)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #07157E

#07157E
(7,21,126)
#1D2A89
(29,42,137)
#333F94
(51,63,148)
#49549F
(73,84,159)
#5F69AA
(95,105,170)
#757EB5
(117,126,181)
#8B93C0
(139,147,192)
#A1A8CB
(161,168,203)
#B7BDD6
(183,189,214)
#CDD2E1
(205,210,225)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07157E color. Also use rgb(7,21,126) instead hex code.

Text Font Color

.myTextColor { color: #07157E; }

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

This text font color is #07157E.


Background Color

.myBgColor { background-color: #07157E; }

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

This div background color is #07157E.


Border color

.myBorderColor { border: 1px solid #07157E; }

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

This div border color is #07157E.


Opacity

.myOpacity80 { color: #07157E; opacity: 0.8; }

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

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

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

This text has shadow with #07157E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07157E on black background.


Color preview on white background

This text has color #07157E on white background.



Black color preview on #07157E background

This text has black color on #07157E background.


White color preview on #07157E background

This text has white color on #07157E background.