COLOR #01191B

HEX: #01191B RGB: (1,25,27)

Color info

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

RGB color model

#01191B color RGB value is (1,25,27).

RGB: (1,25,27) (0%, 10%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 27 of 255 = 11%

1
25
27

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

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 27 = 53 (100%)
R 1 of 53 ~ 1.89%
G 25 of 53 ~ 47.17%
B 27 of 53 ~ 50.94'%

%47.17
%50.94

CMYK color model

#01191B color CMYK value is (96,7,0,89).

  • cyan value is 96.30%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (96,7,0,89)
C96M7Y0K89 (96%, 7%, 0%, 89%)
(0.96 / 0.07 / 0.00 / 0.89)

CMYK percentages

%96.3
%7.41
%0
%89.41

Codes

Color #01191B in popluar color models

01 19 1B
RGB 1 25 27
HSL 185° 92.86% 5.49%
HSB/HSV 185° 96.30% 10.59%
CMYK 96.30% 7.41% 0.00%
89.41%

Color #01191B in popluar number systems.

HEX 01 19 1B
Decimal 1 25 27
Binary 1 11001 11011
Octal 1 31 33

Shades and tints

Shades of #01191B

#01191B
(1,25,27)
#011719
(1,23,25)
#011517
(1,21,23)
#011315
(1,19,21)
#011113
(1,17,19)
#010F11
(1,15,17)
#010D0F
(1,13,15)
#010B0D
(1,11,13)
#01090B
(1,9,11)
#010709
(1,7,9)
#010507
(1,5,7)
#000000
(0,0,0)

Tints of #01191B

#01191B
(1,25,27)
#182D2F
(24,45,47)
#2F4143
(47,65,67)
#465557
(70,85,87)
#5D696B
(93,105,107)
#747D7F
(116,125,127)
#8B9193
(139,145,147)
#A2A5A7
(162,165,167)
#B9B9BB
(185,185,187)
#D0CDCF
(208,205,207)
#E7E1E3
(231,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01191B color. Also use rgb(1,25,27) instead hex code.

Text Font Color

.myTextColor { color: #01191B; }

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

This text font color is #01191B.

Background Color

.myBgColor { background-color: #01191B; }

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

This div background color is #01191B.

Border color

.myBorderColor { border: 1px solid #01191B; }

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

This div border color is #01191B.

Opacity

.myOpacity80 { color: #01191B; opacity: 0.8; }

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

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

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

This text has shadow with #01191B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01191B.

Preview

Color preview on black background

This text has color #01191B on black background.


Color preview on white background

This text has color #01191B on white background.


Black color preview on #01191B background

This text has black color on #01191B background.


White color preview on #01191B background

This text has white color on #01191B background.


Related colors

Complementary color

Complementary color for #hex is #FEE6E4.


I love getcolorcode.com

Triadic colors

1 #1B0119 and #191B01 with #01191B are triadic colors.

2 #1B1901 and #19011B with #01191B are triadic colors.