Color Hex Logo

#000085 Color Hex

#000085
(0,0,133)
2 Favorites   0 Comments

Color spaces of #000085

RGB 00133
HSL0.671.000.26
HSV240°100°52°
CMYK 1.001.000.00   0.48
XYZ4.23361.693522.2940
Yxy1.69350.15000.0600
Hunter Lab13.013535.2969-92.4632
CIE-Lab13.788848.8395-66.5198

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

#000085 hex color red value is 0, green value is 0 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #000085 hue: 0.67 , saturation: 1.00 and the lightness value of 000085 is 0.26.

The process color (four color CMYK) of #000085 color hex is 1.00, 1.00, 0.00, 0.48. Web safe color of #000085 is #000099. Color #000085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000000 10000101
Octal 0 0 205
Decimal 0 0 133
Hex 0 0 85

RGB Percentages of Color #000085

%0.00
%0.00
%100.00

CMYK Percentages of Color #000085

%100
%100
%0
%48

Triadic Colors of #000085

#000085 #850000 #008500

Analogous Colors of #000085

#000085 #420085 #004285

Monochromatic Colors of #000085

#000085

Complementary Color

#000085 #858500

#000085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000085 Color CSS Codes

.mybgcolor {background-color:#000085; } 
.myforecolor {color:#000085; }
.mybordercolor {border:3px solid #000085; }

#000085 Text Font Color

<p style="color:#000085">Text here</p>

This sample text font color is #000085
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000085 Background Color

<div style="background-color:#000085">
Div content here</div>

This div background color is #000085


#000085 Border Color

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

This div border color is #000085


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,0,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000085; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000085;
  -webkit-box-shadow: 1px 1px 3px 2px #000085;
  box-shadow:         1px 1px 3px 2px #000085; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,0,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000085">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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

#000085 Color Palettes


Comments

No comments written yet.

Please login to write comment.