Color Hex Logo

#010556 Color Hex

#010556
(1,5,86)
0 Favorites   0 Comments

Color spaces of #010556

RGB 1586
HSL0.660.980.17
HSV237°99°34°
CMYK 0.990.940.00   0.66
XYZ1.74650.78698.8639
Yxy0.78690.15320.0690
Hunter Lab8.870719.6199-53.0348
CIE-Lab7.108032.3376-46.8385

#010556 color RGB value is (1,5,86).

#010556 hex color red value is 1, green value is 5 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #010556 hue: 0.66 , saturation: 0.98 and the lightness value of 010556 is 0.17.

The process color (four color CMYK) of #010556 color hex is 0.99, 0.94, 0.00, 0.66. Web safe color of #010556 is #000066. Color #010556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000101 01010110
Octal 1 5 126
Decimal 1 5 86
Hex 1 5 56

RGB Percentages of Color #010556

%1.09
%5.43
%93.48

CMYK Percentages of Color #010556

%99
%94
%0
%66

Triadic Colors of #010556

#010556 #560105 #055601

Analogous Colors of #010556

#010556 #280156 #012f56

Monochromatic Colors of #010556

#010556

Complementary Color

#010556 #565201

#010556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010556 Color CSS Codes

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

#010556 Text Font Color

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

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


#010556 Background Color

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

This div background color is #010556


#010556 Border Color

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

This div border color is #010556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010556


Comments

No comments written yet.

Please login to write comment.