COLOR #010136

HEX: #010136
RGB: (1,1,54)

Color info

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

RGB color model

#010136 color RGB value is (1,1,54).

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

RGB channels and saturation

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

1
1
54

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

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 54 = 56 (100%)
R 1 of 56 ~ 1.79%
G 1 of 56 ~ 1.79%
B 54 of 56 ~ 96.43%

%96.43

CMYK color model

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

  • cyan value is 98.15%
  • magenta value is 98.15%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(98,98,0,79)
C98M98Y0K79 
(98%,98%,0%,79%)
(0.98/0.98/0.00/0.79)	

CMYK percentages

%98.15
%98.15
%0
%78.82

Codes

Color #010136 in popluar color models

010136
RGB1154
HSL240°96.36%10.78%
HSB/HSV240°98.15%21.18%
CMYK98.15%98.15%0.00%
78.82%

Color #010136 in popluar number systems.

HEX010136
Decimal1154
Binary11110110
Octal1166

Shades and tints

Shades of #010136

#010136
(1,1,54)
#010132
(1,1,50)
#01012E
(1,1,46)
#01012A
(1,1,42)
#010126
(1,1,38)
#010122
(1,1,34)
#01011E
(1,1,30)
#01011A
(1,1,26)
#010116
(1,1,22)
#010112
(1,1,18)
#01010E
(1,1,14)
#000000
(0,0,0)

Tints of #010136

#010136
(1,1,54)
#181848
(24,24,72)
#2F2F5A
(47,47,90)
#46466C
(70,70,108)
#5D5D7E
(93,93,126)
#747490
(116,116,144)
#8B8BA2
(139,139,162)
#A2A2B4
(162,162,180)
#B9B9C6
(185,185,198)
#D0D0D8
(208,208,216)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010136; }

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

This text font color is #010136.


Background Color

.myBgColor { background-color: #010136; }

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

This div background color is #010136.


Border color

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

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

This div border color is #010136.


Opacity

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

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

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

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

This text has shadow with #010136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010136 on black background.


Color preview on white background

This text has color #010136 on white background.



Black color preview on #010136 background

This text has black color on #010136 background.


White color preview on #010136 background

This text has white color on #010136 background.