COLOR #011836

HEX: #011836
RGB: (1,24,54)

Color info

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

RGB color model

#011836 color RGB value is (1,24,54).

  • red value is 1;
  • green value is 24;
  • blue value is 54.
RGB:
(1,24,54)
(0%,9%,21%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 54 of 255 = 21%

1
24
54

R + G + B ~ 10%. #011836 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 54 = 79 (100%)
R 1 of 79 ~ 1.27%
G 24 of 79 ~ 30.38%
B 54 of 79 ~ 68.35%

%30.38
%68.35

CMYK color model

#011836 color CMYK value is (98,56,0,79).

  • cyan value is 98.15%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(98,56,0,79)
C98M56Y0K79 
(98%,56%,0%,79%)
(0.98/0.56/0.00/0.79)	

CMYK percentages

%98.15
%55.56
%0
%78.82

Codes

Color #011836 in popluar color models

011836
RGB12454
HSL214°96.36%10.78%
HSB/HSV214°98.15%21.18%
CMYK98.15%55.56%0.00%
78.82%

Color #011836 in popluar number systems.

HEX011836
Decimal12454
Binary111000110110
Octal13066

Shades and tints

Shades of #011836

#011836
(1,24,54)
#011632
(1,22,50)
#01142E
(1,20,46)
#01122A
(1,18,42)
#011026
(1,16,38)
#010E22
(1,14,34)
#010C1E
(1,12,30)
#010A1A
(1,10,26)
#010816
(1,8,22)
#010612
(1,6,18)
#01040E
(1,4,14)
#000000
(0,0,0)

Tints of #011836

#011836
(1,24,54)
#182D48
(24,45,72)
#2F425A
(47,66,90)
#46576C
(70,87,108)
#5D6C7E
(93,108,126)
#748190
(116,129,144)
#8B96A2
(139,150,162)
#A2ABB4
(162,171,180)
#B9C0C6
(185,192,198)
#D0D5D8
(208,213,216)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011836 color. Also use rgb(1,24,54) instead hex code.

Text Font Color

.myTextColor { color: #011836; }

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

This text font color is #011836.


Background Color

.myBgColor { background-color: #011836; }

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

This div background color is #011836.


Border color

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

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

This div border color is #011836.


Opacity

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

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

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

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

This text has shadow with #011836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011836 on black background.


Color preview on white background

This text has color #011836 on white background.



Black color preview on #011836 background

This text has black color on #011836 background.


White color preview on #011836 background

This text has white color on #011836 background.