COLOR #07147D

HEX: #07147D
RGB: (7,20,125)

Color info

#07147D contains mainly blue color. Web safe color of #07147D is #000066 (or #006).

RGB color model

#07147D color RGB value is (7,20,125).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 125 of 255 = 49%

7
20
125

R + G + B ~ 20%. #07147D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 125 = 152 (100%)
R 7 of 152 ~ 4.61%
G 20 of 152 ~ 13.16%
B 125 of 152 ~ 82.24%

%13.16
%82.24

CMYK color model

#07147D color CMYK value is (94,84,0,51).

  • cyan value is 94.40%
  • magenta value is 84.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(94,84,0,51)
C94M84Y0K51 
(94%,84%,0%,51%)
(0.94/0.84/0.00/0.51)	

CMYK percentages

%94.4
%84
%0
%50.98

Codes

Color #07147D in popluar color models

07147D
RGB720125
HSL233°89.39%25.88%
HSB/HSV233°94.40%49.02%
CMYK94.40%84.00%0.00%
50.98%

Color #07147D in popluar number systems.

HEX07147D
Decimal720125
Binary111101001111101
Octal724175

Shades and tints

Shades of #07147D

#07147D
(7,20,125)
#071372
(7,19,114)
#071267
(7,18,103)
#07115C
(7,17,92)
#071051
(7,16,81)
#070F46
(7,15,70)
#070E3B
(7,14,59)
#070D30
(7,13,48)
#070C25
(7,12,37)
#070B1A
(7,11,26)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #07147D

#07147D
(7,20,125)
#1D2988
(29,41,136)
#333E93
(51,62,147)
#49539E
(73,83,158)
#5F68A9
(95,104,169)
#757DB4
(117,125,180)
#8B92BF
(139,146,191)
#A1A7CA
(161,167,202)
#B7BCD5
(183,188,213)
#CDD1E0
(205,209,224)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07147D color. Also use rgb(7,20,125) instead hex code.

Text Font Color

.myTextColor { color: #07147D; }

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

This text font color is #07147D.


Background Color

.myBgColor { background-color: #07147D; }

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

This div background color is #07147D.


Border color

.myBorderColor { border: 1px solid #07147D; }

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

This div border color is #07147D.


Opacity

.myOpacity80 { color: #07147D; opacity: 0.8; }

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

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

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

This text has shadow with #07147D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07147D on black background.


Color preview on white background

This text has color #07147D on white background.



Black color preview on #07147D background

This text has black color on #07147D background.


White color preview on #07147D background

This text has white color on #07147D background.