Color Hex Logo

#17009d Color Hex

#17009D
(23,0,157)
0 Favorites   0 Comments

Color spaces of #17009d

RGB 230157
HSL0.691.000.31
HSV249°100°62°
CMYK 0.851.000.00   0.38
XYZ6.43922.616532.0639
Yxy2.61650.15660.0636
Hunter Lab16.175642.7502-106.2040
CIE-Lab18.437555.3924-73.6854

#17009d color RGB value is (23,0,157).

#17009d hex color red value is 23, green value is 0 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #17009d hue: 0.69 , saturation: 1.00 and the lightness value of 17009d is 0.31.

The process color (four color CMYK) of #17009d color hex is 0.85, 1.00, 0.00, 0.38. Web safe color of #17009d is #000099. Color #17009d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 10011101
Octal 27 0 235
Decimal 23 0 157
Hex 17 0 9D

RGB Percentages of Color #17009d

%12.78
%0.00
%87.22

CMYK Percentages of Color #17009d

%85
%100
%0
%38

Triadic Colors of #17009d

#17009d #9d1700 #009d17

Analogous Colors of #17009d

#17009d #66009d #00379d

Monochromatic Colors of #17009d

#17009d

Complementary Color

#17009d #869d00

#17009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17009d Color CSS Codes

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

#17009d Text Font Color

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

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


#17009d Background Color

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

This div background color is #17009d


#17009d Border Color

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

This div border color is #17009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17009d


Comments

No comments written yet.

Please login to write comment.