COLOR #001314

HEX: #001314
RGB: (0,19,20)

Color info

#001314 contains only green and blue colors. Web safe color of #001314 is #000000 (or #000).

RGB color model

#001314 color RGB value is (0,19,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 20 of 255 = 8%

0
19
20

R + G + B ~ 5%. #001314 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 20 = 39 (100%)
R 0 of 39 ~ 0%
G 19 of 39 ~ 48.72%
B 20 of 39 ~ 51.28%

%48.72
%51.28

CMYK color model

#001314 color CMYK value is (100,5,0,92).

  • cyan value is 100.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(100,5,0,92)
C100M5Y0K92 
(100%,5%,0%,92%)
(1.00/0.05/0.00/0.92)	

CMYK percentages

%100
%5
%0
%92.16

Codes

Color #001314 in popluar color models

001314
RGB01920
HSL183°100.00%3.92%
HSB/HSV183°100.00%7.84%
CMYK100.00%5.00%0.00%
92.16%

Color #001314 in popluar number systems.

HEX001314
Decimal01920
Binary01001110100
Octal02324

Shades and tints

Shades of #001314

#001314
(0,19,20)
#001213
(0,18,19)
#001112
(0,17,18)
#001011
(0,16,17)
#000F10
(0,15,16)
#000E0F
(0,14,15)
#000D0E
(0,13,14)
#000C0D
(0,12,13)
#000B0C
(0,11,12)
#000A0B
(0,10,11)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #001314

#001314
(0,19,20)
#172829
(23,40,41)
#2E3D3E
(46,61,62)
#455253
(69,82,83)
#5C6768
(92,103,104)
#737C7D
(115,124,125)
#8A9192
(138,145,146)
#A1A6A7
(161,166,167)
#B8BBBC
(184,187,188)
#CFD0D1
(207,208,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001314; }

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

This text font color is #001314.


Background Color

.myBgColor { background-color: #001314; }

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

This div background color is #001314.


Border color

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

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

This div border color is #001314.


Opacity

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

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

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

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

This text has shadow with #001314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001314 on black background.


Color preview on white background

This text has color #001314 on white background.



Black color preview on #001314 background

This text has black color on #001314 background.


White color preview on #001314 background

This text has white color on #001314 background.