COLOR #011132

HEX: #011132 RGB: (1,17,50)

Color info

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

RGB color model

#011132 color RGB value is (1,17,50).

RGB: (1,17,50) (0%, 7%, 20%)

RGB channels and saturation

R 1 of 255 = 0%
G 17 of 255 = 7%
B 50 of 255 = 20%

1
17
50

R + G + B ~ 9%. #011132 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 17 + 50 = 68 (100%)
R 1 of 68 ~ 1.47%
G 17 of 68 ~ 25%
B 50 of 68 ~ 73.53'%

%25
%73.53

CMYK color model

#011132 color CMYK value is (98,66,0,80).

  • cyan value is 98.00%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (98,66,0,80)
C98M66Y0K80 (98%, 66%, 0%, 80%)
(0.98 / 0.66 / 0.00 / 0.80)

CMYK percentages

%98
%66
%0
%80.39

Codes

Color #011132 in popluar color models

01 11 32
RGB 1 17 50
HSL 220° 96.08% 10.00%
HSB/HSV 220° 98.00% 19.61%
CMYK 98.00% 66.00% 0.00%
80.39%

Color #011132 in popluar number systems.

HEX 01 11 32
Decimal 1 17 50
Binary 1 10001 110010
Octal 1 21 62

Shades and tints

Shades of #011132

#011132
(1,17,50)
#01102E
(1,16,46)
#010F2A
(1,15,42)
#010E26
(1,14,38)
#010D22
(1,13,34)
#010C1E
(1,12,30)
#010B1A
(1,11,26)
#010A16
(1,10,22)
#010912
(1,9,18)
#01080E
(1,8,14)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #011132

#011132
(1,17,50)
#182644
(24,38,68)
#2F3B56
(47,59,86)
#465068
(70,80,104)
#5D657A
(93,101,122)
#747A8C
(116,122,140)
#8B8F9E
(139,143,158)
#A2A4B0
(162,164,176)
#B9B9C2
(185,185,194)
#D0CED4
(208,206,212)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011132; }

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

This text font color is #011132.

Background Color

.myBgColor { background-color: #011132; }

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

This div background color is #011132.

Border color

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

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

This div border color is #011132.

Opacity

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

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

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

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

This text has shadow with #011132 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011132.

Preview

Color preview on black background

This text has color #011132 on black background.


Color preview on white background

This text has color #011132 on white background.


Black color preview on #011132 background

This text has black color on #011132 background.


White color preview on #011132 background

This text has white color on #011132 background.


Related colors

Complementary color

Complementary color for #hex is #FEEECD.


I love getcolorcode.com

Triadic colors

1 #320111 and #113201 with #011132 are triadic colors.

2 #321101 and #110132 with #011132 are triadic colors.