COLOR #00317A

HEX: #00317A
RGB: (0,49,122)

Color info

#00317A contains mainly blue color. Web safe color of #00317A is #003366 (or #036).

RGB color model

#00317A color RGB value is (0,49,122).

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

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 122 of 255 = 48%

0
49
122

R + G + B ~ 22%. #00317A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 122 = 171 (100%)
R 0 of 171 ~ 0%
G 49 of 171 ~ 28.65%
B 122 of 171 ~ 71.35%

%28.65
%71.35

CMYK color model

#00317A color CMYK value is (100,60,0,52).

  • cyan value is 100.00%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(100,60,0,52)
C100M60Y0K52 
(100%,60%,0%,52%)
(1.00/0.60/0.00/0.52)	

CMYK percentages

%100
%59.84
%0
%52.16

Codes

Color #00317A in popluar color models

00317A
RGB049122
HSL216°100.00%23.92%
HSB/HSV216°100.00%47.84%
CMYK100.00%59.84%0.00%
52.16%

Color #00317A in popluar number systems.

HEX00317A
Decimal049122
Binary01100011111010
Octal061172

Shades and tints

Shades of #00317A

#00317A
(0,49,122)
#002D6F
(0,45,111)
#002964
(0,41,100)
#002559
(0,37,89)
#00214E
(0,33,78)
#001D43
(0,29,67)
#001938
(0,25,56)
#00152D
(0,21,45)
#001122
(0,17,34)
#000D17
(0,13,23)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #00317A

#00317A
(0,49,122)
#174386
(23,67,134)
#2E5592
(46,85,146)
#45679E
(69,103,158)
#5C79AA
(92,121,170)
#738BB6
(115,139,182)
#8A9DC2
(138,157,194)
#A1AFCE
(161,175,206)
#B8C1DA
(184,193,218)
#CFD3E6
(207,211,230)
#E6E5F2
(230,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00317A color. Also use rgb(0,49,122) instead hex code.

Text Font Color

.myTextColor { color: #00317A; }

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

This text font color is #00317A.


Background Color

.myBgColor { background-color: #00317A; }

<div style="background-color:#00317A">Inner text</div>

This div background color is #00317A.


Border color

.myBorderColor { border: 1px solid #00317A; }

<div style="border:3px solid #00317A">Div</div>

This div border color is #00317A.


Opacity

.myOpacity80 { color: #00317A; opacity: 0.8; }

<p style="color:#00317A;opacity:0.8;">80%</p>

Text with #00317A 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 #00317A;}

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

This text has shadow with #00317A color.

.textShadow {text-shadow: 3px 3px 1px #00317A, 3px 3px 1px red;}

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

This text has shadow with #00317A primary color and red secondary color.


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

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

This text has shadow with #00317A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00317A on black background.


Color preview on white background

This text has color #00317A on white background.



Black color preview on #00317A background

This text has black color on #00317A background.


White color preview on #00317A background

This text has white color on #00317A background.