COLOR #001F54

HEX: #001F54
RGB: (0,31,84)

Color info

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

RGB color model

#001F54 color RGB value is (0,31,84).

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

RGB channels and saturation

R 0 of 255 = 0%
G 31 of 255 = 12%
B 84 of 255 = 33%

0
31
84

R + G + B ~ 15%. #001F54 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 31 + 84 = 115 (100%)
R 0 of 115 ~ 0%
G 31 of 115 ~ 26.96%
B 84 of 115 ~ 73.04%

%26.96
%73.04

CMYK color model

#001F54 color CMYK value is (100,63,0,67).

  • cyan value is 100.00%
  • magenta value is 63.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(100,63,0,67)
C100M63Y0K67 
(100%,63%,0%,67%)
(1.00/0.63/0.00/0.67)	

CMYK percentages

%100
%63.1
%0
%67.06

Codes

Color #001F54 in popluar color models

001F54
RGB03184
HSL218°100.00%16.47%
HSB/HSV218°100.00%32.94%
CMYK100.00%63.10%0.00%
67.06%

Color #001F54 in popluar number systems.

HEX001F54
Decimal03184
Binary0111111010100
Octal037124

Shades and tints

Shades of #001F54

#001F54
(0,31,84)
#001D4D
(0,29,77)
#001B46
(0,27,70)
#00193F
(0,25,63)
#001738
(0,23,56)
#001531
(0,21,49)
#00132A
(0,19,42)
#001123
(0,17,35)
#000F1C
(0,15,28)
#000D15
(0,13,21)
#000B0E
(0,11,14)
#000000
(0,0,0)

Tints of #001F54

#001F54
(0,31,84)
#173363
(23,51,99)
#2E4772
(46,71,114)
#455B81
(69,91,129)
#5C6F90
(92,111,144)
#73839F
(115,131,159)
#8A97AE
(138,151,174)
#A1ABBD
(161,171,189)
#B8BFCC
(184,191,204)
#CFD3DB
(207,211,219)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001F54; }

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

This text font color is #001F54.


Background Color

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

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

This div background color is #001F54.


Border color

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

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

This div border color is #001F54.


Opacity

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

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

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

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

This text has shadow with #001F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001F54 on black background.


Color preview on white background

This text has color #001F54 on white background.



Black color preview on #001F54 background

This text has black color on #001F54 background.


White color preview on #001F54 background

This text has white color on #001F54 background.