COLOR #07248C

HEX: #07248C
RGB: (7,36,140)

Color info

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

RGB color model

#07248C color RGB value is (7,36,140).

  • red value is 7;
  • green value is 36;
  • blue value is 140.
RGB:
(7,36,140)
(3%,14%,55%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 140 of 255 = 55%

7
36
140

R + G + B ~ 24%. #07248C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 36 + 140 = 183 (100%)
R 7 of 183 ~ 3.83%
G 36 of 183 ~ 19.67%
B 140 of 183 ~ 76.5%

%19.67
%76.5

CMYK color model

#07248C color CMYK value is (95,74,0,45).

  • cyan value is 95.00%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(95,74,0,45)
C95M74Y0K45 
(95%,74%,0%,45%)
(0.95/0.74/0.00/0.45)	

CMYK percentages

%95
%74.29
%0
%45.1

Codes

Color #07248C in popluar color models

07248C
RGB736140
HSL227°90.48%28.82%
HSB/HSV227°95.00%54.90%
CMYK95.00%74.29%0.00%
45.10%

Color #07248C in popluar number systems.

HEX07248C
Decimal736140
Binary11110010010001100
Octal744214

Shades and tints

Shades of #07248C

#07248C
(7,36,140)
#072180
(7,33,128)
#071E74
(7,30,116)
#071B68
(7,27,104)
#07185C
(7,24,92)
#071550
(7,21,80)
#071244
(7,18,68)
#070F38
(7,15,56)
#070C2C
(7,12,44)
#070920
(7,9,32)
#070614
(7,6,20)
#000000
(0,0,0)

Tints of #07248C

#07248C
(7,36,140)
#1D3796
(29,55,150)
#334AA0
(51,74,160)
#495DAA
(73,93,170)
#5F70B4
(95,112,180)
#7583BE
(117,131,190)
#8B96C8
(139,150,200)
#A1A9D2
(161,169,210)
#B7BCDC
(183,188,220)
#CDCFE6
(205,207,230)
#E3E2F0
(227,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07248C color. Also use rgb(7,36,140) instead hex code.

Text Font Color

.myTextColor { color: #07248C; }

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

This text font color is #07248C.


Background Color

.myBgColor { background-color: #07248C; }

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

This div background color is #07248C.


Border color

.myBorderColor { border: 1px solid #07248C; }

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

This div border color is #07248C.


Opacity

.myOpacity80 { color: #07248C; opacity: 0.8; }

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

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

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

This text has shadow with #07248C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07248C on black background.


Color preview on white background

This text has color #07248C on white background.



Black color preview on #07248C background

This text has black color on #07248C background.


White color preview on #07248C background

This text has white color on #07248C background.