Color Hex Logo

#01085e Color Hex

#01085E
(1,8,94)
0 Favorites   0 Comments

Color spaces of #01085e

RGB 1894
HSL0.650.980.19
HSV235°99°37°
CMYK 0.990.910.00   0.63
XYZ2.11970.988310.6687
Yxy0.98830.15390.0717
Hunter Lab9.941320.6626-56.6691
CIE-Lab8.893633.4393-49.2835

#01085e color RGB value is (1,8,94).

#01085e hex color red value is 1, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #01085e hue: 0.65 , saturation: 0.98 and the lightness value of 01085e is 0.19.

The process color (four color CMYK) of #01085e color hex is 0.99, 0.91, 0.00, 0.63. Web safe color of #01085e is #000066. Color #01085e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 01011110
Octal 1 10 136
Decimal 1 8 94
Hex 1 8 5E

RGB Percentages of Color #01085e

%0.97
%7.77
%91.26

CMYK Percentages of Color #01085e

%99
%91
%0
%63

Triadic Colors of #01085e

#01085e #5e0108 #085e01

Analogous Colors of #01085e

#01085e #28015e #01375e

Monochromatic Colors of #01085e

#01085e

Complementary Color

#01085e #5e5701

#01085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01085e Color CSS Codes

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

#01085e Text Font Color

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

This sample text font color is #01085e
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.


#01085e Background Color

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

This div background color is #01085e


#01085e Border Color

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

This div border color is #01085e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,8,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01085e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01085e;
  -webkit-box-shadow: 1px 1px 3px 2px #01085e;
  box-shadow:         1px 1px 3px 2px #01085e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01085e;
  -webkit-box-shadow: 1px 1px 3px 2px #01085e;
  box-shadow:         1px 1px 3px 2px #01085e;">
Div content here</div>

This div box has shadow with color #01085e


Comments

No comments written yet.

Please login to write comment.