COLOR #010637

HEX: #010637
RGB: (1,6,55)

Color info

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

RGB color model

#010637 color RGB value is (1,6,55).

  • red value is 1;
  • green value is 6;
  • blue value is 55.
RGB:
(1,6,55)
(0%,2%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 6 of 255 = 2%
B 55 of 255 = 22%

1
6
55

R + G + B ~ 8%. #010637 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 55 = 62 (100%)
R 1 of 62 ~ 1.61%
G 6 of 62 ~ 9.68%
B 55 of 62 ~ 88.71%

%9.68
%88.71

CMYK color model

#010637 color CMYK value is (98,89,0,78).

  • cyan value is 98.18%
  • magenta value is 89.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(98,89,0,78)
C98M89Y0K78 
(98%,89%,0%,78%)
(0.98/0.89/0.00/0.78)	

CMYK percentages

%98.18
%89.09
%0
%78.43

Codes

Color #010637 in popluar color models

010637
RGB1655
HSL234°96.43%10.98%
HSB/HSV234°98.18%21.57%
CMYK98.18%89.09%0.00%
78.43%

Color #010637 in popluar number systems.

HEX010637
Decimal1655
Binary1110110111
Octal1667

Shades and tints

Shades of #010637

#010637
(1,6,55)
#010632
(1,6,50)
#01062D
(1,6,45)
#010628
(1,6,40)
#010623
(1,6,35)
#01061E
(1,6,30)
#010619
(1,6,25)
#010614
(1,6,20)
#01060F
(1,6,15)
#01060A
(1,6,10)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #010637

#010637
(1,6,55)
#181C49
(24,28,73)
#2F325B
(47,50,91)
#46486D
(70,72,109)
#5D5E7F
(93,94,127)
#747491
(116,116,145)
#8B8AA3
(139,138,163)
#A2A0B5
(162,160,181)
#B9B6C7
(185,182,199)
#D0CCD9
(208,204,217)
#E7E2EB
(231,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010637; }

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

This text font color is #010637.


Background Color

.myBgColor { background-color: #010637; }

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

This div background color is #010637.


Border color

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

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

This div border color is #010637.


Opacity

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

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

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

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

This text has shadow with #010637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010637 on black background.


Color preview on white background

This text has color #010637 on white background.



Black color preview on #010637 background

This text has black color on #010637 background.


White color preview on #010637 background

This text has white color on #010637 background.