COLOR #001B14

HEX: #001B14
RGB: (0,27,20)

Color info

#001B14 contains only green and blue colors. Web safe color of #001B14 is #003300 (or #030).

RGB color model

#001B14 color RGB value is (0,27,20).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 20 of 255 = 8%

0
27
20

R + G + B ~ 6%. #001B14 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 20 = 47 (100%)
R 0 of 47 ~ 0%
G 27 of 47 ~ 57.45%
B 20 of 47 ~ 42.55%

%57.45
%42.55

CMYK color model

#001B14 color CMYK value is (100,0,26,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 89.41%
CMYK:
(100,0,26,89)
C100M0Y26K89 
(100%,0%,26%,89%)
(1.00/0.00/0.26/0.89)	

CMYK percentages

%100
%0
%25.93
%89.41

Codes

Color #001B14 in popluar color models

001B14
RGB02720
HSL164°100.00%5.29%
HSB/HSV164°100.00%10.59%
CMYK100.00%0.00%25.93%
89.41%

Color #001B14 in popluar number systems.

HEX001B14
Decimal02720
Binary01101110100
Octal03324

Shades and tints

Shades of #001B14

#001B14
(0,27,20)
#001913
(0,25,19)
#001712
(0,23,18)
#001511
(0,21,17)
#001310
(0,19,16)
#00110F
(0,17,15)
#000F0E
(0,15,14)
#000D0D
(0,13,13)
#000B0C
(0,11,12)
#00090B
(0,9,11)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #001B14

#001B14
(0,27,20)
#172F29
(23,47,41)
#2E433E
(46,67,62)
#455753
(69,87,83)
#5C6B68
(92,107,104)
#737F7D
(115,127,125)
#8A9392
(138,147,146)
#A1A7A7
(161,167,167)
#B8BBBC
(184,187,188)
#CFCFD1
(207,207,209)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B14; }

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

This text font color is #001B14.


Background Color

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

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

This div background color is #001B14.


Border color

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

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

This div border color is #001B14.


Opacity

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

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

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

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

This text has shadow with #001B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B14 on black background.


Color preview on white background

This text has color #001B14 on white background.



Black color preview on #001B14 background

This text has black color on #001B14 background.


White color preview on #001B14 background

This text has white color on #001B14 background.