COLOR #000055

HEX: #000055
RGB: (0,0,85)

Color info

#000055 contains only blue color. Web safe color of #000055 is #000066 (or #006).

RGB color model

#000055 color RGB value is (0,0,85).

  • red value is 0;
  • green value is 0;
  • blue value is 85.
RGB:
(0,0,85)
(0%,0%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 85 of 255 = 33%

0
0
85

R + G + B ~ 11%. #000055 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000055 color CMYK value is (100,100,0,67).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(100,100,0,67)
C100M100Y0K67 
(100%,100%,0%,67%)
(1.00/1.00/0.00/0.67)	

CMYK percentages

%100
%100
%0
%66.67

Codes

Color #000055 in popluar color models

000055
RGB0085
HSL240°100.00%16.67%
HSB/HSV240°100.00%33.33%
CMYK100.00%100.00%0.00%
66.67%

Color #000055 in popluar number systems.

HEX000055
Decimal0085
Binary001010101
Octal00125

Shades and tints

Shades of #000055

#000055
(0,0,85)
#00004E
(0,0,78)
#000047
(0,0,71)
#000040
(0,0,64)
#000039
(0,0,57)
#000032
(0,0,50)
#00002B
(0,0,43)
#000024
(0,0,36)
#00001D
(0,0,29)
#000016
(0,0,22)
#00000F
(0,0,15)
#000000
(0,0,0)

Tints of #000055

#000055
(0,0,85)
#171764
(23,23,100)
#2E2E73
(46,46,115)
#454582
(69,69,130)
#5C5C91
(92,92,145)
#7373A0
(115,115,160)
#8A8AAF
(138,138,175)
#A1A1BE
(161,161,190)
#B8B8CD
(184,184,205)
#CFCFDC
(207,207,220)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000055; }

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

This text font color is #000055.


Background Color

.myBgColor { background-color: #000055; }

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

This div background color is #000055.


Border color

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

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

This div border color is #000055.


Opacity

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

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

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

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

This text has shadow with #000055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000055 on black background.


Color preview on white background

This text has color #000055 on white background.



Black color preview on #000055 background

This text has black color on #000055 background.


White color preview on #000055 background

This text has white color on #000055 background.