Color Hex Logo

#010870 Color Hex

#010870
(1,8,112)
0 Favorites   0 Comments

Color spaces of #010870

RGB 18112
HSL0.660.980.22
HSV236°99°44°
CMYK 0.990.930.00   0.56
XYZ3.02401.350015.4304
Yxy1.35000.15270.0682
Hunter Lab11.619026.1240-70.6061
CIE-Lab11.620839.3799-56.6503

#010870 color RGB value is (1,8,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001000 01110000
Octal 1 10 160
Decimal 1 8 112
Hex 1 8 70

RGB Percentages of Color #010870

%0.83
%6.61
%92.56

CMYK Percentages of Color #010870

%99
%93
%0
%56

Triadic Colors of #010870

#010870 #700108 #087001

Analogous Colors of #010870

#010870 #310170 #014070

Monochromatic Colors of #010870

#010870

Complementary Color

#010870 #706901

#010870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010870 Color CSS Codes

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

#010870 Text Font Color

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

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


#010870 Background Color

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

This div background color is #010870


#010870 Border Color

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

This div border color is #010870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010870


Comments

No comments written yet.

Please login to write comment.