COLOR #001114

HEX: #001114
RGB: (0,17,20)

Color info

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

RGB color model

#001114 color RGB value is (0,17,20).

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

RGB channels and saturation

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

0
17
20

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 20 = 37 (100%)
R 0 of 37 ~ 0%
G 17 of 37 ~ 45.95%
B 20 of 37 ~ 54.05%

%45.95
%54.05

CMYK color model

#001114 color CMYK value is (100,15,0,92).

  • cyan value is 100.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(100,15,0,92)
C100M15Y0K92 
(100%,15%,0%,92%)
(1.00/0.15/0.00/0.92)	

CMYK percentages

%100
%15
%0
%92.16

Codes

Color #001114 in popluar color models

001114
RGB01720
HSL189°100.00%3.92%
HSB/HSV189°100.00%7.84%
CMYK100.00%15.00%0.00%
92.16%

Color #001114 in popluar number systems.

HEX001114
Decimal01720
Binary01000110100
Octal02124

Shades and tints

Shades of #001114

#001114
(0,17,20)
#001013
(0,16,19)
#000F12
(0,15,18)
#000E11
(0,14,17)
#000D10
(0,13,16)
#000C0F
(0,12,15)
#000B0E
(0,11,14)
#000A0D
(0,10,13)
#00090C
(0,9,12)
#00080B
(0,8,11)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #001114

#001114
(0,17,20)
#172629
(23,38,41)
#2E3B3E
(46,59,62)
#455053
(69,80,83)
#5C6568
(92,101,104)
#737A7D
(115,122,125)
#8A8F92
(138,143,146)
#A1A4A7
(161,164,167)
#B8B9BC
(184,185,188)
#CFCED1
(207,206,209)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001114; }

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

This text font color is #001114.


Background Color

.myBgColor { background-color: #001114; }

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

This div background color is #001114.


Border color

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

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

This div border color is #001114.


Opacity

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

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

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

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

This text has shadow with #001114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001114 on black background.


Color preview on white background

This text has color #001114 on white background.



Black color preview on #001114 background

This text has black color on #001114 background.


White color preview on #001114 background

This text has white color on #001114 background.