Color Hex Logo

#173286 Color Hex

#173286
(23,50,134)
0 Favorites   0 Comments

Color spaces of #173286

RGB 2350134
HSL0.630.710.31
HSV225°83°53°
CMYK 0.830.630.00   0.47
XYZ5.79704.184623.0564
Yxy4.18460.17550.1267
Hunter Lab20.456314.7856-52.5067
CIE-Lab24.272623.2264-49.7730

#173286 color RGB value is (23,50,134).

#173286 hex color red value is 23, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #173286 hue: 0.63 , saturation: 0.71 and the lightness value of 173286 is 0.31.

The process color (four color CMYK) of #173286 color hex is 0.83, 0.63, 0.00, 0.47. Web safe color of #173286 is #003399. Color #173286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 10000110
Octal 27 62 206
Decimal 23 50 134
Hex 17 32 86

RGB Percentages of Color #173286

%11.11
%24.15
%64.73

CMYK Percentages of Color #173286

%83
%63
%0
%47

Triadic Colors of #173286

#173286 #861732 #328617

Analogous Colors of #173286

#173286 #331786 #176a86

Monochromatic Colors of #173286

#173286

Complementary Color

#173286 #866b17

#173286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#173286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#173286 Color CSS Codes

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

#173286 Text Font Color

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

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


#173286 Background Color

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

This div background color is #173286


#173286 Border Color

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

This div border color is #173286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #173286


Comments

No comments written yet.

Please login to write comment.