COLOR #07259D

HEX: #07259D
RGB: (7,37,157)

Color info

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

RGB color model

#07259D color RGB value is (7,37,157).

  • red value is 7;
  • green value is 37;
  • blue value is 157.
RGB:
(7,37,157)
(3%,15%,62%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 157 of 255 = 62%

7
37
157

R + G + B ~ 27%. #07259D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 157 = 201 (100%)
R 7 of 201 ~ 3.48%
G 37 of 201 ~ 18.41%
B 157 of 201 ~ 78.11%

%18.41
%78.11

CMYK color model

#07259D color CMYK value is (96,76,0,38).

  • cyan value is 95.54%
  • magenta value is 76.43%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(96,76,0,38)
C96M76Y0K38 
(96%,76%,0%,38%)
(0.96/0.76/0.00/0.38)	

CMYK percentages

%95.54
%76.43
%0
%38.43

Codes

Color #07259D in popluar color models

07259D
RGB737157
HSL228°91.46%32.16%
HSB/HSV228°95.54%61.57%
CMYK95.54%76.43%0.00%
38.43%

Color #07259D in popluar number systems.

HEX07259D
Decimal737157
Binary11110010110011101
Octal745235

Shades and tints

Shades of #07259D

#07259D
(7,37,157)
#07228F
(7,34,143)
#071F81
(7,31,129)
#071C73
(7,28,115)
#071965
(7,25,101)
#071657
(7,22,87)
#071349
(7,19,73)
#07103B
(7,16,59)
#070D2D
(7,13,45)
#070A1F
(7,10,31)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #07259D

#07259D
(7,37,157)
#1D38A5
(29,56,165)
#334BAD
(51,75,173)
#495EB5
(73,94,181)
#5F71BD
(95,113,189)
#7584C5
(117,132,197)
#8B97CD
(139,151,205)
#A1AAD5
(161,170,213)
#B7BDDD
(183,189,221)
#CDD0E5
(205,208,229)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07259D color. Also use rgb(7,37,157) instead hex code.

Text Font Color

.myTextColor { color: #07259D; }

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

This text font color is #07259D.


Background Color

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

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

This div background color is #07259D.


Border color

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

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

This div border color is #07259D.


Opacity

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

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

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

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

This text has shadow with #07259D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07259D on black background.


Color preview on white background

This text has color #07259D on white background.



Black color preview on #07259D background

This text has black color on #07259D background.


White color preview on #07259D background

This text has white color on #07259D background.