Color Hex Logo

#011770 Color Hex

#011770
(1,23,112)
0 Favorites   0 Comments

Color spaces of #011770

RGB 123112
HSL0.630.980.22
HSV228°99°44°
CMYK 0.990.790.00   0.56
XYZ3.24351.789115.5036
Yxy1.78910.15790.0871
Hunter Lab13.375719.8772-59.3591
CIE-Lab14.339131.4072-52.1281

#011770 color RGB value is (1,23,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 01110000
Octal 1 27 160
Decimal 1 23 112
Hex 1 17 70

RGB Percentages of Color #011770

%0.74
%16.91
%82.35

CMYK Percentages of Color #011770

%99
%79
%0
%56

Triadic Colors of #011770

#011770 #700117 #177001

Analogous Colors of #011770

#011770 #220170 #014f70

Monochromatic Colors of #011770

#011770

Complementary Color

#011770 #705a01

#011770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011770 Color CSS Codes

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

#011770 Text Font Color

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

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


#011770 Background Color

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

This div background color is #011770


#011770 Border Color

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

This div border color is #011770


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,23,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 #011770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011770


Comments

No comments written yet.

Please login to write comment.