Color Hex Logo

#01086f Color Hex

#01086F
(1,8,111)
0 Favorites   0 Comments

Color spaces of #01086f

RGB 18111
HSL0.660.980.22
HSV236°99°44°
CMYK 0.990.930.00   0.56
XYZ2.96861.327815.1388
Yxy1.32780.15270.0683
Hunter Lab11.523025.8205-69.8283
CIE-Lab11.468539.0626-56.2518

#01086f color RGB value is (1,8,111).

#01086f hex color red value is 1, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #01086f hue: 0.66 , saturation: 0.98 and the lightness value of 01086f is 0.22.

The process color (four color CMYK) of #01086f color hex is 0.99, 0.93, 0.00, 0.56. Web safe color of #01086f is #000066. Color #01086f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 01101111
Octal 1 10 157
Decimal 1 8 111
Hex 1 8 6F

RGB Percentages of Color #01086f

%0.83
%6.67
%92.50

CMYK Percentages of Color #01086f

%99
%93
%0
%56

Triadic Colors of #01086f

#01086f #6f0108 #086f01

Analogous Colors of #01086f

#01086f #31016f #013f6f

Monochromatic Colors of #01086f

#01086f

Complementary Color

#01086f #6f6801

#01086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01086f Color CSS Codes

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

#01086f Text Font Color

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

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


#01086f Background Color

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

This div background color is #01086f


#01086f Border Color

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

This div border color is #01086f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01086f


Comments

No comments written yet.

Please login to write comment.