COLOR #010087

HEX: #010087
RGB: (1,0,135)

Color info

#010087 contains mainly blue color. Web safe color of #010087 is #000099 (or #009).

RGB color model

#010087 color RGB value is (1,0,135).

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

RGB channels and saturation

R 1 of 255 = 0%
G 0 of 255 = 0%
B 135 of 255 = 53%

1
0
135

R + G + B ~ 18%. #010087 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 135 = 136 (100%)
R 1 of 136 ~ 0.74%
G 0 of 136 ~ 0%
B 135 of 136 ~ 99.26%

%99.26

CMYK color model

#010087 color CMYK value is (99,100,0,47).

  • cyan value is 99.26%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(99,100,0,47)
C99M100Y0K47 
(99%,100%,0%,47%)
(0.99/1.00/0.00/0.47)	

CMYK percentages

%99.26
%100
%0
%47.06

Codes

Color #010087 in popluar color models

010087
RGB10135
HSL240°100.00%26.47%
HSB/HSV240°100.00%52.94%
CMYK99.26%100.00%0.00%
47.06%

Color #010087 in popluar number systems.

HEX010087
Decimal10135
Binary1010000111
Octal10207

Shades and tints

Shades of #010087

#010087
(1,0,135)
#01007B
(1,0,123)
#01006F
(1,0,111)
#010063
(1,0,99)
#010057
(1,0,87)
#01004B
(1,0,75)
#01003F
(1,0,63)
#010033
(1,0,51)
#010027
(1,0,39)
#01001B
(1,0,27)
#01000F
(1,0,15)
#000000
(0,0,0)

Tints of #010087

#010087
(1,0,135)
#181791
(24,23,145)
#2F2E9B
(47,46,155)
#4645A5
(70,69,165)
#5D5CAF
(93,92,175)
#7473B9
(116,115,185)
#8B8AC3
(139,138,195)
#A2A1CD
(162,161,205)
#B9B8D7
(185,184,215)
#D0CFE1
(208,207,225)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010087; }

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

This text font color is #010087.


Background Color

.myBgColor { background-color: #010087; }

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

This div background color is #010087.


Border color

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

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

This div border color is #010087.


Opacity

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

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

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

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

This text has shadow with #010087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010087 on black background.


Color preview on white background

This text has color #010087 on white background.



Black color preview on #010087 background

This text has black color on #010087 background.


White color preview on #010087 background

This text has white color on #010087 background.