Color Hex Logo

#10589f Color Hex

#10589F
(16,88,159)
0 Favorites   0 Comments

Color spaces of #10589f

RGB 1688159
HSL0.580.820.34
HSV210°90°62°
CMYK 0.900.450.00   0.38
XYZ9.96149.592834.1275
Yxy9.59280.18560.1787
Hunter Lab30.97223.2084-43.6495
CIE-Lab37.10156.8530-44.3015

#10589f color RGB value is (16,88,159).

#10589f hex color red value is 16, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #10589f hue: 0.58 , saturation: 0.82 and the lightness value of 10589f is 0.34.

The process color (four color CMYK) of #10589f color hex is 0.90, 0.45, 0.00, 0.38. Web safe color of #10589f is #006699. Color #10589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01011000 10011111
Octal 20 130 237
Decimal 16 88 159
Hex 10 58 9F

RGB Percentages of Color #10589f

%6.08
%33.46
%60.46

CMYK Percentages of Color #10589f

%90
%45
%0
%38

Triadic Colors of #10589f

#10589f #9f1058 #589f10

Analogous Colors of #10589f

#10589f #10119f #109f9f

Monochromatic Colors of #10589f

#10589f

Complementary Color

#10589f #9f5710

#10589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10589f Color CSS Codes

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

#10589f Text Font Color

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

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


#10589f Background Color

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

This div background color is #10589f


#10589f Border Color

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

This div border color is #10589f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,88,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10589f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10589f;
  -webkit-box-shadow: 1px 1px 3px 2px #10589f;
  box-shadow:         1px 1px 3px 2px #10589f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10589f


Comments

No comments written yet.

Please login to write comment.