COLOR #001132

HEX: #001132 RGB: (0,17,50)

Color info

#001132 contains only green and blue colors. Web safe color of #001132 is #000033 (or #003).

RGB color model

#001132 color RGB value is (0,17,50).

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

RGB channels and saturation

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

0
17
50

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

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 50 = 67 (100%)
R 0 of 67 ~ 0%
G 17 of 67 ~ 25.37%
B 50 of 67 ~ 74.63'%

%25.37
%74.63

CMYK color model

#001132 color CMYK value is (100,66,0,80).

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

CMYK: (100,66,0,80)
C100M66Y0K80 (100%, 66%, 0%, 80%)
(1.00 / 0.66 / 0.00 / 0.80)

CMYK percentages

%100
%66
%0
%80.39

Codes

Color #001132 in popluar color models

00 11 32
RGB 0 17 50
HSL 220° 100.00% 9.80%
HSB/HSV 220° 100.00% 19.61%
CMYK 100.00% 66.00% 0.00%
80.39%

Color #001132 in popluar number systems.

HEX 00 11 32
Decimal 0 17 50
Binary 0 10001 110010
Octal 0 21 62

Shades and tints

Shades of #001132

#001132
(0,17,50)
#00102E
(0,16,46)
#000F2A
(0,15,42)
#000E26
(0,14,38)
#000D22
(0,13,34)
#000C1E
(0,12,30)
#000B1A
(0,11,26)
#000A16
(0,10,22)
#000912
(0,9,18)
#00080E
(0,8,14)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #001132

#001132
(0,17,50)
#172644
(23,38,68)
#2E3B56
(46,59,86)
#455068
(69,80,104)
#5C657A
(92,101,122)
#737A8C
(115,122,140)
#8A8F9E
(138,143,158)
#A1A4B0
(161,164,176)
#B8B9C2
(184,185,194)
#CFCED4
(207,206,212)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001132; }

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

This text font color is #001132.

Background Color

.myBgColor { background-color: #001132; }

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

This div background color is #001132.

Border color

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

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

This div border color is #001132.

Opacity

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

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

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

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

This text has shadow with #001132 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001132.

Preview

Color preview on black background

This text has color #001132 on black background.


Color preview on white background

This text has color #001132 on white background.


Black color preview on #001132 background

This text has black color on #001132 background.


White color preview on #001132 background

This text has white color on #001132 background.


Related colors

Complementary color

Complementary color for #hex is #FFEECD.


I love getcolorcode.com

Triadic colors

1 #320011 and #113200 with #001132 are triadic colors.

2 #321100 and #110032 with #001132 are triadic colors.