COLOR #000129

HEX: #000129
RGB: (0,1,41)

Color info

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

RGB color model

#000129 color RGB value is (0,1,41).

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

RGB channels and saturation

R 0 of 255 = 0%
G 1 of 255 = 0%
B 41 of 255 = 16%

0
1
41

R + G + B ~ 5%. #000129 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 41 = 42 (100%)
R 0 of 42 ~ 0%
G 1 of 42 ~ 2.38%
B 41 of 42 ~ 97.62%

%97.62

CMYK color model

#000129 color CMYK value is (100,98,0,84).

  • cyan value is 100.00%
  • magenta value is 97.56%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(100,98,0,84)
C100M98Y0K84 
(100%,98%,0%,84%)
(1.00/0.98/0.00/0.84)	

CMYK percentages

%100
%97.56
%0
%83.92

Codes

Color #000129 in popluar color models

000129
RGB0141
HSL239°100.00%8.04%
HSB/HSV239°100.00%16.08%
CMYK100.00%97.56%0.00%
83.92%

Color #000129 in popluar number systems.

HEX000129
Decimal0141
Binary01101001
Octal0151

Shades and tints

Shades of #000129

#000129
(0,1,41)
#000126
(0,1,38)
#000123
(0,1,35)
#000120
(0,1,32)
#00011D
(0,1,29)
#00011A
(0,1,26)
#000117
(0,1,23)
#000114
(0,1,20)
#000111
(0,1,17)
#00010E
(0,1,14)
#00010B
(0,1,11)
#000000
(0,0,0)

Tints of #000129

#000129
(0,1,41)
#17183C
(23,24,60)
#2E2F4F
(46,47,79)
#454662
(69,70,98)
#5C5D75
(92,93,117)
#737488
(115,116,136)
#8A8B9B
(138,139,155)
#A1A2AE
(161,162,174)
#B8B9C1
(184,185,193)
#CFD0D4
(207,208,212)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000129; }

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

This text font color is #000129.


Background Color

.myBgColor { background-color: #000129; }

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

This div background color is #000129.


Border color

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

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

This div border color is #000129.


Opacity

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

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

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

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

This text has shadow with #000129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000129 on black background.


Color preview on white background

This text has color #000129 on white background.



Black color preview on #000129 background

This text has black color on #000129 background.


White color preview on #000129 background

This text has white color on #000129 background.