Color Hex Logo

#01586c Color Hex

#01586C
(1,88,108)
0 Favorites   0 Comments

Color spaces of #01586c

RGB 188108
HSL0.530.980.21
HSV191°99°42°
CMYK 0.990.190.00   0.58
XYZ6.20908.068615.4175
Yxy8.06860.20910.2717
Hunter Lab28.4053-10.6916-12.2971
CIE-Lab34.1253-14.6861-17.8202

#01586c color RGB value is (1,88,108).

#01586c hex color red value is 1, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01586c hue: 0.53 , saturation: 0.98 and the lightness value of 01586c is 0.21.

The process color (four color CMYK) of #01586c color hex is 0.99, 0.19, 0.00, 0.58. Web safe color of #01586c is #006666. Color #01586c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011000 01101100
Octal 1 130 154
Decimal 1 88 108
Hex 1 58 6C

RGB Percentages of Color #01586c

%0.51
%44.67
%54.82

CMYK Percentages of Color #01586c

%99
%19
%0
%58

Triadic Colors of #01586c

#01586c #6c0158 #586c01

Analogous Colors of #01586c

#01586c #01236c #016c4b

Monochromatic Colors of #01586c

#01586c

Complementary Color

#01586c #6c1501

#01586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01586c Color CSS Codes

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

#01586c Text Font Color

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

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


#01586c Background Color

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

This div background color is #01586c


#01586c Border Color

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

This div border color is #01586c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,88,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01586c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01586c;
  -webkit-box-shadow: 1px 1px 3px 2px #01586c;
  box-shadow:         1px 1px 3px 2px #01586c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01586c


Comments

No comments written yet.

Please login to write comment.