Color Hex Logo

#017599 Color Hex

#017599
(1,117,153)
0 Favorites   0 Comments

Color spaces of #017599

RGB 1117153
HSL0.540.990.30
HSV194°99°60°
CMYK 0.990.240.00   0.40
XYZ12.123615.028932.3989
Yxy15.02890.20360.2524
Hunter Lab38.7671-12.0204-22.4135
CIE-Lab45.6738-14.1441-27.1881

#017599 color RGB value is (1,117,153).

#017599 hex color red value is 1, green value is 117 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #017599 hue: 0.54 , saturation: 0.99 and the lightness value of 017599 is 0.30.

The process color (four color CMYK) of #017599 color hex is 0.99, 0.24, 0.00, 0.40. Web safe color of #017599 is #006699. Color #017599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 10011001
Octal 1 165 231
Decimal 1 117 153
Hex 1 75 99

RGB Percentages of Color #017599

%0.37
%43.17
%56.46

CMYK Percentages of Color #017599

%99
%24
%0
%40

Triadic Colors of #017599

#017599 #990175 #759901

Analogous Colors of #017599

#017599 #012999 #019971

Monochromatic Colors of #017599

#017599

Complementary Color

#017599 #992501

#017599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017599 Color CSS Codes

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

#017599 Text Font Color

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

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


#017599 Background Color

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

This div background color is #017599


#017599 Border Color

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

This div border color is #017599


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,117,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017599


Comments

No comments written yet.

Please login to write comment.