COLOR #001331

HEX: #001331
RGB: (0,19,49)

Color info

#001331 contains only green and blue colors. Web safe color of #001331 is #000033 (or #003).

RGB color model

#001331 color RGB value is (0,19,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 49 of 255 = 19%

0
19
49

R + G + B ~ 9%. #001331 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 49 = 68 (100%)
R 0 of 68 ~ 0%
G 19 of 68 ~ 27.94%
B 49 of 68 ~ 72.06%

%27.94
%72.06

CMYK color model

#001331 color CMYK value is (100,61,0,81).

  • cyan value is 100.00%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(100,61,0,81)
C100M61Y0K81 
(100%,61%,0%,81%)
(1.00/0.61/0.00/0.81)	

CMYK percentages

%100
%61.22
%0
%80.78

Codes

Color #001331 in popluar color models

001331
RGB01949
HSL217°100.00%9.61%
HSB/HSV217°100.00%19.22%
CMYK100.00%61.22%0.00%
80.78%

Color #001331 in popluar number systems.

HEX001331
Decimal01949
Binary010011110001
Octal02361

Shades and tints

Shades of #001331

#001331
(0,19,49)
#00122D
(0,18,45)
#001129
(0,17,41)
#001025
(0,16,37)
#000F21
(0,15,33)
#000E1D
(0,14,29)
#000D19
(0,13,25)
#000C15
(0,12,21)
#000B11
(0,11,17)
#000A0D
(0,10,13)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #001331

#001331
(0,19,49)
#172843
(23,40,67)
#2E3D55
(46,61,85)
#455267
(69,82,103)
#5C6779
(92,103,121)
#737C8B
(115,124,139)
#8A919D
(138,145,157)
#A1A6AF
(161,166,175)
#B8BBC1
(184,187,193)
#CFD0D3
(207,208,211)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001331; }

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

This text font color is #001331.


Background Color

.myBgColor { background-color: #001331; }

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

This div background color is #001331.


Border color

.myBorderColor { border: 1px solid #001331; }

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

This div border color is #001331.


Opacity

.myOpacity80 { color: #001331; opacity: 0.8; }

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

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

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

This text has shadow with #001331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001331 on black background.


Color preview on white background

This text has color #001331 on white background.



Black color preview on #001331 background

This text has black color on #001331 background.


White color preview on #001331 background

This text has white color on #001331 background.