COLOR #000136

HEX: #000136 RGB: (0,1,54)

Color info

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

RGB color model

#000136 color RGB value is (0,1,54).

RGB: (0,1,54) (0%, 0%, 21%)

RGB channels and saturation

R 0 of 255 = 0%
G 1 of 255 = 0%
B 54 of 255 = 21%

0
1
54

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

Portions of RGB colors in percentages

R + G + B = 0 + 1 + 54 = 55 (100%)
R 0 of 55 ~ 0%
G 1 of 55 ~ 1.82%
B 54 of 55 ~ 98.18'%

%98.18

CMYK color model

#000136 color CMYK value is (100,98,0,79).

  • cyan value is 100.00%
  • magenta value is 98.15%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (100,98,0,79)
C100M98Y0K79 (100%, 98%, 0%, 79%)
(1.00 / 0.98 / 0.00 / 0.79)

CMYK percentages

%100
%98.15
%0
%78.82

Codes

Color #000136 in popluar color models

00 01 36
RGB 0 1 54
HSL 239° 100.00% 10.59%
HSB/HSV 239° 100.00% 21.18%
CMYK 100.00% 98.15% 0.00%
78.82%

Color #000136 in popluar number systems.

HEX 00 01 36
Decimal 0 1 54
Binary 0 1 110110
Octal 0 1 66

Shades and tints

Shades of #000136

#000136
(0,1,54)
#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)
#000000
(0,0,0)

Tints of #000136

#000136
(0,1,54)
#171848
(23,24,72)
#2E2F5A
(46,47,90)
#45466C
(69,70,108)
#5C5D7E
(92,93,126)
#737490
(115,116,144)
#8A8BA2
(138,139,162)
#A1A2B4
(161,162,180)
#B8B9C6
(184,185,198)
#CFD0D8
(207,208,216)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000136; }

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

This text font color is #000136.

Background Color

.myBgColor { background-color: #000136; }

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

This div background color is #000136.

Border color

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

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

This div border color is #000136.

Opacity

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

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

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

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

This text has shadow with #000136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000136.

Preview

Color preview on black background

This text has color #000136 on black background.


Color preview on white background

This text has color #000136 on white background.


Black color preview on #000136 background

This text has black color on #000136 background.


White color preview on #000136 background

This text has white color on #000136 background.


Related colors

Complementary color

Complementary color for #hex is #FFFEC9.


I love getcolorcode.com

Triadic colors

1 #360001 and #013600 with #000136 are triadic colors.

2 #360100 and #010036 with #000136 are triadic colors.