COLOR #01161D

HEX: #01161D RGB: (1,22,29)

Color info

#01161D contains red, green and blue colors in about the same proportion. Web safe color of #01161D is #000033 (or #003).

RGB color model

#01161D color RGB value is (1,22,29).

RGB: (1,22,29) (0%, 9%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 22 of 255 = 9%
B 29 of 255 = 11%

1
22
29

R + G + B ~ 7%. #01161D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 22 + 29 = 52 (100%)
R 1 of 52 ~ 1.92%
G 22 of 52 ~ 42.31%
B 29 of 52 ~ 55.77'%

%42.31
%55.77

CMYK color model

#01161D color CMYK value is (97,24,0,89).

  • cyan value is 96.55%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK: (97,24,0,89) C97M24Y0K89 (97%,24%,0%,89%) (0.97/0.24/0.00/0.89) 

CMYK percentages

%96.55
%24.14
%0
%88.63

Codes

Color #01161D in popluar color models

01 16 1D
RGB 1 22 29
HSL 195° 93.33% 5.88%
HSB/HSV 195° 96.55% 11.37%
CMYK 96.55% 24.14% 0.00%
88.63%

Color #01161D in popluar number systems.

HEX 01 16 1D
Decimal 1 22 29
Binary 1 10110 11101
Octal 1 26 35

Shades and tints

Shades of #01161D

#01161D
(1,22,29)
#01141B
(1,20,27)
#011219
(1,18,25)
#011017
(1,16,23)
#010E15
(1,14,21)
#010C13
(1,12,19)
#010A11
(1,10,17)
#01080F
(1,8,15)
#01060D
(1,6,13)
#01040B
(1,4,11)
#010209
(1,2,9)
#000000
(0,0,0)

Tints of #01161D

#01161D
(1,22,29)
#182B31
(24,43,49)
#2F4045
(47,64,69)
#465559
(70,85,89)
#5D6A6D
(93,106,109)
#747F81
(116,127,129)
#8B9495
(139,148,149)
#A2A9A9
(162,169,169)
#B9BEBD
(185,190,189)
#D0D3D1
(208,211,209)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01161D color. Also use rgb(1,22,29) instead hex code.

Text Font Color

.myTextColor { color: #01161D; }

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

This text font color is #01161D.

Background Color

.myBgColor { background-color: #01161D; }

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

This div background color is #01161D.

Border color

.myBorderColor { border: 1px solid #01161D; }

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

This div border color is #01161D.

Opacity

.myOpacity80 { color: #01161D; opacity: 0.8; }

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

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

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

This text has shadow with #01161D color.


.textShadow {text-shadow: 3px 3px 1px #01161D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01161D; -webkit-box-shadow: 1px 1px 3px 2px #01161D; box-shadow:1px 1px 3px 2px #01161D;">
Div content here
</div>

This div box has shadow with color #01161D.

Preview

Color preview on black background

This text has color #01161D on black background.


Color preview on white background

This text has color #01161D on white background.


Black color preview on #01161D background

This text has black color on #01161D background.


White color preview on #01161D background

This text has white color on #01161D background.


Related colors

Complementary color

Complementary color for #hex is #FEE9E2.


I love getcolorcode.com

Triadic colors

1 #1D0116 and #161D01 with #01161D are triadic colors.

2 #1D1601 and #16011D with #01161D are triadic colors.