COLOR #001F72

HEX: #001F72
RGB: (0,31,114)

Color info

#001F72 contains mainly blue color. Web safe color of #001F72 is #003366 (or #036).

RGB color model

#001F72 color RGB value is (0,31,114).

  • red value is 0;
  • green value is 31;
  • blue value is 114.
RGB:
(0,31,114)
(0%,12%,45%)

RGB channels and saturation

R 0 of 255 = 0%
G 31 of 255 = 12%
B 114 of 255 = 45%

0
31
114

R + G + B ~ 19%. #001F72 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 31 + 114 = 145 (100%)
R 0 of 145 ~ 0%
G 31 of 145 ~ 21.38%
B 114 of 145 ~ 78.62%

%21.38
%78.62

CMYK color model

#001F72 color CMYK value is (100,73,0,55).

  • cyan value is 100.00%
  • magenta value is 72.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(100,73,0,55)
C100M73Y0K55 
(100%,73%,0%,55%)
(1.00/0.73/0.00/0.55)	

CMYK percentages

%100
%72.81
%0
%55.29

Codes

Color #001F72 in popluar color models

001F72
RGB031114
HSL224°100.00%22.35%
HSB/HSV224°100.00%44.71%
CMYK100.00%72.81%0.00%
55.29%

Color #001F72 in popluar number systems.

HEX001F72
Decimal031114
Binary0111111110010
Octal037162

Shades and tints

Shades of #001F72

#001F72
(0,31,114)
#001D68
(0,29,104)
#001B5E
(0,27,94)
#001954
(0,25,84)
#00174A
(0,23,74)
#001540
(0,21,64)
#001336
(0,19,54)
#00112C
(0,17,44)
#000F22
(0,15,34)
#000D18
(0,13,24)
#000B0E
(0,11,14)
#000000
(0,0,0)

Tints of #001F72

#001F72
(0,31,114)
#17337E
(23,51,126)
#2E478A
(46,71,138)
#455B96
(69,91,150)
#5C6FA2
(92,111,162)
#7383AE
(115,131,174)
#8A97BA
(138,151,186)
#A1ABC6
(161,171,198)
#B8BFD2
(184,191,210)
#CFD3DE
(207,211,222)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001F72 color. Also use rgb(0,31,114) instead hex code.

Text Font Color

.myTextColor { color: #001F72; }

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

This text font color is #001F72.


Background Color

.myBgColor { background-color: #001F72; }

<div style="background-color:#001F72">Inner text</div>

This div background color is #001F72.


Border color

.myBorderColor { border: 1px solid #001F72; }

<div style="border:3px solid #001F72">Div</div>

This div border color is #001F72.


Opacity

.myOpacity80 { color: #001F72; opacity: 0.8; }

<p style="color:#001F72;opacity:0.8;">80%</p>

Text with #001F72 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 #001F72;}

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

This text has shadow with #001F72 color.

.textShadow {text-shadow: 3px 3px 1px #001F72, 3px 3px 1px red;}

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

This text has shadow with #001F72 primary color and red secondary color.


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

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

This text has shadow with #001F72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F72 on black background.


Color preview on white background

This text has color #001F72 on white background.



Black color preview on #001F72 background

This text has black color on #001F72 background.


White color preview on #001F72 background

This text has white color on #001F72 background.