COLOR #003B7A

HEX: #003B7A
RGB: (0,59,122)

Color info

#003B7A contains mainly blue color. Web safe color of #003B7A is #003366 (or #036).

RGB color model

#003B7A color RGB value is (0,59,122).

  • red value is 0;
  • green value is 59;
  • blue value is 122.
RGB:
(0,59,122)
(0%,23%,48%)

RGB channels and saturation

R 0 of 255 = 0%
G 59 of 255 = 23%
B 122 of 255 = 48%

0
59
122

R + G + B ~ 24%. #003B7A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 122 = 181 (100%)
R 0 of 181 ~ 0%
G 59 of 181 ~ 32.6%
B 122 of 181 ~ 67.4%

%32.6
%67.4

CMYK color model

#003B7A color CMYK value is (100,52,0,52).

  • cyan value is 100.00%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(100,52,0,52)
C100M52Y0K52 
(100%,52%,0%,52%)
(1.00/0.52/0.00/0.52)	

CMYK percentages

%100
%51.64
%0
%52.16

Codes

Color #003B7A in popluar color models

003B7A
RGB059122
HSL211°100.00%23.92%
HSB/HSV211°100.00%47.84%
CMYK100.00%51.64%0.00%
52.16%

Color #003B7A in popluar number systems.

HEX003B7A
Decimal059122
Binary01110111111010
Octal073172

Shades and tints

Shades of #003B7A

#003B7A
(0,59,122)
#00366F
(0,54,111)
#003164
(0,49,100)
#002C59
(0,44,89)
#00274E
(0,39,78)
#002243
(0,34,67)
#001D38
(0,29,56)
#00182D
(0,24,45)
#001322
(0,19,34)
#000E17
(0,14,23)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #003B7A

#003B7A
(0,59,122)
#174C86
(23,76,134)
#2E5D92
(46,93,146)
#456E9E
(69,110,158)
#5C7FAA
(92,127,170)
#7390B6
(115,144,182)
#8AA1C2
(138,161,194)
#A1B2CE
(161,178,206)
#B8C3DA
(184,195,218)
#CFD4E6
(207,212,230)
#E6E5F2
(230,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003B7A color. Also use rgb(0,59,122) instead hex code.

Text Font Color

.myTextColor { color: #003B7A; }

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

This text font color is #003B7A.


Background Color

.myBgColor { background-color: #003B7A; }

<div style="background-color:#003B7A">Inner text</div>

This div background color is #003B7A.


Border color

.myBorderColor { border: 1px solid #003B7A; }

<div style="border:3px solid #003B7A">Div</div>

This div border color is #003B7A.


Opacity

.myOpacity80 { color: #003B7A; opacity: 0.8; }

<p style="color:#003B7A;opacity:0.8;">80%</p>

Text with #003B7A 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 #003B7A;}

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

This text has shadow with #003B7A color.

.textShadow {text-shadow: 3px 3px 1px #003B7A, 3px 3px 1px red;}

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

This text has shadow with #003B7A primary color and red secondary color.


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

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

This text has shadow with #003B7A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B7A on black background.


Color preview on white background

This text has color #003B7A on white background.



Black color preview on #003B7A background

This text has black color on #003B7A background.


White color preview on #003B7A background

This text has white color on #003B7A background.