Color Hex Logo

#170c6b Color Hex

#170C6B
(23,12,107)
0 Favorites   0 Comments

Color spaces of #170c6b

RGB 2312107
HSL0.690.800.23
HSV247°89°42°
CMYK 0.790.890.00   0.58
XYZ3.13871.506614.0353
Yxy1.50660.16800.0807
Hunter Lab12.274424.1644-59.2040
CIE-Lab12.650036.9221-51.6336

#170c6b color RGB value is (23,12,107).

#170c6b hex color red value is 23, green value is 12 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #170c6b hue: 0.69 , saturation: 0.80 and the lightness value of 170c6b is 0.23.

The process color (four color CMYK) of #170c6b color hex is 0.79, 0.89, 0.00, 0.58. Web safe color of #170c6b is #000066. Color #170c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00001100 01101011
Octal 27 14 153
Decimal 23 12 107
Hex 17 C 6B

RGB Percentages of Color #170c6b

%16.20
%8.45
%75.35

CMYK Percentages of Color #170c6b

%79
%89
%0
%58

Triadic Colors of #170c6b

#170c6b #6b170c #0c6b17

Analogous Colors of #170c6b

#170c6b #470c6b #0c316b

Monochromatic Colors of #170c6b

#170c6b

Complementary Color

#170c6b #606b0c

#170c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#170c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#170c6b Color CSS Codes

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

#170c6b Text Font Color

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

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


#170c6b Background Color

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

This div background color is #170c6b


#170c6b Border Color

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

This div border color is #170c6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #170c6b


Comments

No comments written yet.

Please login to write comment.