COLOR #000085

HEX: #000085
RGB: (0,0,133)

Color info

#000085 contains only blue color. Web safe color of #000085 is #000099 (or #009).

RGB color model

#000085 color RGB value is (0,0,133).

  • red value is 0;
  • green value is 0;
  • blue value is 133.
RGB:
(0,0,133)
(0%,0%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 133 of 255 = 52%

0
0
133

R + G + B ~ 17%. #000085 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 133 = 133 (100%)
R 0 of 133 ~ 0%
G 0 of 133 ~ 0%
B 133 of 133 ~ 100%

%100

CMYK color model

#000085 color CMYK value is (100,100,0,48).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(100,100,0,48)
C100M100Y0K48 
(100%,100%,0%,48%)
(1.00/1.00/0.00/0.48)	

CMYK percentages

%100
%100
%0
%47.84

Codes

Color #000085 in popluar color models

000085
RGB00133
HSL240°100.00%26.08%
HSB/HSV240°100.00%52.16%
CMYK100.00%100.00%0.00%
47.84%

Color #000085 in popluar number systems.

HEX000085
Decimal00133
Binary0010000101
Octal00205

Shades and tints

Shades of #000085

#000085
(0,0,133)
#000079
(0,0,121)
#00006D
(0,0,109)
#000061
(0,0,97)
#000055
(0,0,85)
#000049
(0,0,73)
#00003D
(0,0,61)
#000031
(0,0,49)
#000025
(0,0,37)
#000019
(0,0,25)
#00000D
(0,0,13)
#000000
(0,0,0)

Tints of #000085

#000085
(0,0,133)
#171790
(23,23,144)
#2E2E9B
(46,46,155)
#4545A6
(69,69,166)
#5C5CB1
(92,92,177)
#7373BC
(115,115,188)
#8A8AC7
(138,138,199)
#A1A1D2
(161,161,210)
#B8B8DD
(184,184,221)
#CFCFE8
(207,207,232)
#E6E6F3
(230,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000085; }

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

This text font color is #000085.


Background Color

.myBgColor { background-color: #000085; }

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

This div background color is #000085.


Border color

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

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

This div border color is #000085.


Opacity

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

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

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

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

This text has shadow with #000085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000085 on black background.


Color preview on white background

This text has color #000085 on white background.



Black color preview on #000085 background

This text has black color on #000085 background.


White color preview on #000085 background

This text has white color on #000085 background.