COLOR #001F58

HEX: #001F58
RGB: (0,31,88)

Color info

#001F58 contains only green and blue colors. Web safe color of #001F58 is #003366 (or #036).

RGB color model

#001F58 color RGB value is (0,31,88).

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

RGB channels and saturation

R 0 of 255 = 0%
G 31 of 255 = 12%
B 88 of 255 = 35%

0
31
88

R + G + B ~ 16%. #001F58 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 31 + 88 = 119 (100%)
R 0 of 119 ~ 0%
G 31 of 119 ~ 26.05%
B 88 of 119 ~ 73.95%

%26.05
%73.95

CMYK color model

#001F58 color CMYK value is (100,65,0,65).

  • cyan value is 100.00%
  • magenta value is 64.77%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(100,65,0,65)
C100M65Y0K65 
(100%,65%,0%,65%)
(1.00/0.65/0.00/0.65)	

CMYK percentages

%100
%64.77
%0
%65.49

Codes

Color #001F58 in popluar color models

001F58
RGB03188
HSL219°100.00%17.25%
HSB/HSV219°100.00%34.51%
CMYK100.00%64.77%0.00%
65.49%

Color #001F58 in popluar number systems.

HEX001F58
Decimal03188
Binary0111111011000
Octal037130

Shades and tints

Shades of #001F58

#001F58
(0,31,88)
#001D50
(0,29,80)
#001B48
(0,27,72)
#001940
(0,25,64)
#001738
(0,23,56)
#001530
(0,21,48)
#001328
(0,19,40)
#001120
(0,17,32)
#000F18
(0,15,24)
#000D10
(0,13,16)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #001F58

#001F58
(0,31,88)
#173367
(23,51,103)
#2E4776
(46,71,118)
#455B85
(69,91,133)
#5C6F94
(92,111,148)
#7383A3
(115,131,163)
#8A97B2
(138,151,178)
#A1ABC1
(161,171,193)
#B8BFD0
(184,191,208)
#CFD3DF
(207,211,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001F58; }

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

This text font color is #001F58.


Background Color

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

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

This div background color is #001F58.


Border color

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

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

This div border color is #001F58.


Opacity

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

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

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

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

This text has shadow with #001F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F58 on black background.


Color preview on white background

This text has color #001F58 on white background.



Black color preview on #001F58 background

This text has black color on #001F58 background.


White color preview on #001F58 background

This text has white color on #001F58 background.