COLOR #000132

HEX: #000132
RGB: (0,1,50)

Color info

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

RGB color model

#000132 color RGB value is (0,1,50).

  • red value is 0;
  • green value is 1;
  • blue value is 50.
RGB:
(0,1,50)
(0%,0%,20%)

RGB channels and saturation

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

0
1
50

R + G + B ~ 7%. #000132 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 50 = 51 (100%)
R 0 of 51 ~ 0%
G 1 of 51 ~ 1.96%
B 50 of 51 ~ 98.04%

%98.04

CMYK color model

#000132 color CMYK value is (100,98,0,80).

  • cyan value is 100.00%
  • magenta value is 98.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,98,0,80)
C100M98Y0K80 
(100%,98%,0%,80%)
(1.00/0.98/0.00/0.80)	

CMYK percentages

%100
%98
%0
%80.39

Codes

Color #000132 in popluar color models

000132
RGB0150
HSL239°100.00%9.80%
HSB/HSV239°100.00%19.61%
CMYK100.00%98.00%0.00%
80.39%

Color #000132 in popluar number systems.

HEX000132
Decimal0150
Binary01110010
Octal0162

Shades and tints

Shades of #000132

#000132
(0,1,50)
#00012E
(0,1,46)
#00012A
(0,1,42)
#000126
(0,1,38)
#000122
(0,1,34)
#00011E
(0,1,30)
#00011A
(0,1,26)
#000116
(0,1,22)
#000112
(0,1,18)
#00010E
(0,1,14)
#00010A
(0,1,10)
#000000
(0,0,0)

Tints of #000132

#000132
(0,1,50)
#171844
(23,24,68)
#2E2F56
(46,47,86)
#454668
(69,70,104)
#5C5D7A
(92,93,122)
#73748C
(115,116,140)
#8A8B9E
(138,139,158)
#A1A2B0
(161,162,176)
#B8B9C2
(184,185,194)
#CFD0D4
(207,208,212)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000132; }

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

This text font color is #000132.


Background Color

.myBgColor { background-color: #000132; }

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

This div background color is #000132.


Border color

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

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

This div border color is #000132.


Opacity

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

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

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

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

This text has shadow with #000132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000132 on black background.


Color preview on white background

This text has color #000132 on white background.



Black color preview on #000132 background

This text has black color on #000132 background.


White color preview on #000132 background

This text has white color on #000132 background.