COLOR #011B24

HEX: #011B24
RGB: (1,27,36)

Color info

#011B24 contains red, green and blue colors in about the same proportion. Web safe color of #011B24 is #003333 (or #033).

RGB color model

#011B24 color RGB value is (1,27,36).

  • red value is 1;
  • green value is 27;
  • blue value is 36.
RGB:
(1,27,36)
(0%,11%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 27 of 255 = 11%
B 36 of 255 = 14%

1
27
36

R + G + B ~ 8%. #011B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 27 + 36 = 64 (100%)
R 1 of 64 ~ 1.56%
G 27 of 64 ~ 42.19%
B 36 of 64 ~ 56.25%

%42.19
%56.25

CMYK color model

#011B24 color CMYK value is (97,25,0,86).

  • cyan value is 97.22%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(97,25,0,86)
C97M25Y0K86 
(97%,25%,0%,86%)
(0.97/0.25/0.00/0.86)	

CMYK percentages

%97.22
%25
%0
%85.88

Codes

Color #011B24 in popluar color models

011B24
RGB12736
HSL195°94.59%7.25%
HSB/HSV195°97.22%14.12%
CMYK97.22%25.00%0.00%
85.88%

Color #011B24 in popluar number systems.

HEX011B24
Decimal12736
Binary111011100100
Octal13344

Shades and tints

Shades of #011B24

#011B24
(1,27,36)
#011921
(1,25,33)
#01171E
(1,23,30)
#01151B
(1,21,27)
#011318
(1,19,24)
#011115
(1,17,21)
#010F12
(1,15,18)
#010D0F
(1,13,15)
#010B0C
(1,11,12)
#010909
(1,9,9)
#010706
(1,7,6)
#000000
(0,0,0)

Tints of #011B24

#011B24
(1,27,36)
#182F37
(24,47,55)
#2F434A
(47,67,74)
#46575D
(70,87,93)
#5D6B70
(93,107,112)
#747F83
(116,127,131)
#8B9396
(139,147,150)
#A2A7A9
(162,167,169)
#B9BBBC
(185,187,188)
#D0CFCF
(208,207,207)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011B24 color. Also use rgb(1,27,36) instead hex code.

Text Font Color

.myTextColor { color: #011B24; }

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

This text font color is #011B24.


Background Color

.myBgColor { background-color: #011B24; }

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

This div background color is #011B24.


Border color

.myBorderColor { border: 1px solid #011B24; }

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

This div border color is #011B24.


Opacity

.myOpacity80 { color: #011B24; opacity: 0.8; }

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

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

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

This text has shadow with #011B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011B24 on black background.


Color preview on white background

This text has color #011B24 on white background.



Black color preview on #011B24 background

This text has black color on #011B24 background.


White color preview on #011B24 background

This text has white color on #011B24 background.