Color Hex Logo

#10177d Color Hex

#10177D
(16,23,125)
0 Favorites   0 Comments

Color spaces of #10177d

RGB 1623125
HSL0.660.770.28
HSV236°87°49°
CMYK 0.870.820.00   0.51
XYZ4.22182.203619.6049
Yxy2.20360.16220.0847
Hunter Lab14.844524.7877-67.9121
CIE-Lab16.521436.8963-56.8644

#10177d color RGB value is (16,23,125).

#10177d hex color red value is 16, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #10177d hue: 0.66 , saturation: 0.77 and the lightness value of 10177d is 0.28.

The process color (four color CMYK) of #10177d color hex is 0.87, 0.82, 0.00, 0.51. Web safe color of #10177d is #000066. Color #10177d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010111 01111101
Octal 20 27 175
Decimal 16 23 125
Hex 10 17 7D

RGB Percentages of Color #10177d

%9.76
%14.02
%76.22

CMYK Percentages of Color #10177d

%87
%82
%0
%51

Triadic Colors of #10177d

#10177d #7d1017 #177d10

Analogous Colors of #10177d

#10177d #40107d #104e7d

Monochromatic Colors of #10177d

#10177d

Complementary Color

#10177d #7d7610

#10177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10177d Color CSS Codes

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

#10177d Text Font Color

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

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


#10177d Background Color

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

This div background color is #10177d


#10177d Border Color

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

This div border color is #10177d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,23,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10177d


Comments

No comments written yet.

Please login to write comment.