COLOR #011128

HEX: #011128
RGB: (1,17,40)

Color info

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

RGB color model

#011128 color RGB value is (1,17,40).

  • red value is 1;
  • green value is 17;
  • blue value is 40.
RGB:
(1,17,40)
(0%,7%,16%)

RGB channels and saturation

R 1 of 255 = 0%
G 17 of 255 = 7%
B 40 of 255 = 16%

1
17
40

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

Portions of RGB colors in percentages

R + G + B =
1 + 17 + 40 = 58 (100%)
R 1 of 58 ~ 1.72%
G 17 of 58 ~ 29.31%
B 40 of 58 ~ 68.97%

%29.31
%68.97

CMYK color model

#011128 color CMYK value is (98,58,0,84).

  • cyan value is 97.50%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(98,58,0,84)
C98M58Y0K84 
(98%,58%,0%,84%)
(0.98/0.58/0.00/0.84)	

CMYK percentages

%97.5
%57.5
%0
%84.31

Codes

Color #011128 in popluar color models

011128
RGB11740
HSL215°95.12%8.04%
HSB/HSV215°97.50%15.69%
CMYK97.50%57.50%0.00%
84.31%

Color #011128 in popluar number systems.

HEX011128
Decimal11740
Binary110001101000
Octal12150

Shades and tints

Shades of #011128

#011128
(1,17,40)
#011025
(1,16,37)
#010F22
(1,15,34)
#010E1F
(1,14,31)
#010D1C
(1,13,28)
#010C19
(1,12,25)
#010B16
(1,11,22)
#010A13
(1,10,19)
#010910
(1,9,16)
#01080D
(1,8,13)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #011128

#011128
(1,17,40)
#18263B
(24,38,59)
#2F3B4E
(47,59,78)
#465061
(70,80,97)
#5D6574
(93,101,116)
#747A87
(116,122,135)
#8B8F9A
(139,143,154)
#A2A4AD
(162,164,173)
#B9B9C0
(185,185,192)
#D0CED3
(208,206,211)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011128 color. Also use rgb(1,17,40) instead hex code.

Text Font Color

.myTextColor { color: #011128; }

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

This text font color is #011128.


Background Color

.myBgColor { background-color: #011128; }

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

This div background color is #011128.


Border color

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

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

This div border color is #011128.


Opacity

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

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

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

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

This text has shadow with #011128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011128 on black background.


Color preview on white background

This text has color #011128 on white background.



Black color preview on #011128 background

This text has black color on #011128 background.


White color preview on #011128 background

This text has white color on #011128 background.