COLOR #07185E

HEX: #07185E
RGB: (7,24,94)

Color info

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

RGB color model

#07185E color RGB value is (7,24,94).

  • red value is 7;
  • green value is 24;
  • blue value is 94.
RGB:
(7,24,94)
(3%,9%,37%)

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 94 of 255 = 37%

7
24
94

R + G + B ~ 16%. #07185E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 94 = 125 (100%)
R 7 of 125 ~ 5.6%
G 24 of 125 ~ 19.2%
B 94 of 125 ~ 75.2%

%19.2
%75.2

CMYK color model

#07185E color CMYK value is (93,74,0,63).

  • cyan value is 92.55%
  • magenta value is 74.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(93,74,0,63)
C93M74Y0K63 
(93%,74%,0%,63%)
(0.93/0.74/0.00/0.63)	

CMYK percentages

%92.55
%74.47
%0
%63.14

Codes

Color #07185E in popluar color models

07185E
RGB72494
HSL228°86.14%19.80%
HSB/HSV228°92.55%36.86%
CMYK92.55%74.47%0.00%
63.14%

Color #07185E in popluar number systems.

HEX07185E
Decimal72494
Binary111110001011110
Octal730136

Shades and tints

Shades of #07185E

#07185E
(7,24,94)
#071656
(7,22,86)
#07144E
(7,20,78)
#071246
(7,18,70)
#07103E
(7,16,62)
#070E36
(7,14,54)
#070C2E
(7,12,46)
#070A26
(7,10,38)
#07081E
(7,8,30)
#070616
(7,6,22)
#07040E
(7,4,14)
#000000
(0,0,0)

Tints of #07185E

#07185E
(7,24,94)
#1D2D6C
(29,45,108)
#33427A
(51,66,122)
#495788
(73,87,136)
#5F6C96
(95,108,150)
#7581A4
(117,129,164)
#8B96B2
(139,150,178)
#A1ABC0
(161,171,192)
#B7C0CE
(183,192,206)
#CDD5DC
(205,213,220)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07185E color. Also use rgb(7,24,94) instead hex code.

Text Font Color

.myTextColor { color: #07185E; }

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

This text font color is #07185E.


Background Color

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

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

This div background color is #07185E.


Border color

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

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

This div border color is #07185E.


Opacity

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

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

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

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

This text has shadow with #07185E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07185E on black background.


Color preview on white background

This text has color #07185E on white background.



Black color preview on #07185E background

This text has black color on #07185E background.


White color preview on #07185E background

This text has white color on #07185E background.