Color Hex Logo

#10586d Color Hex

#10586D
(16,88,109)
0 Favorites   0 Comments

Color spaces of #10586d

RGB 1688109
HSL0.540.740.25
HSV194°85°43°
CMYK 0.850.190.00   0.57
XYZ6.46378.193715.7089
Yxy8.19370.21290.2698
Hunter Lab28.6246-9.7862-12.5005
CIE-Lab34.3831-13.0804-18.0285

#10586d color RGB value is (16,88,109).

#10586d hex color red value is 16, green value is 88 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #10586d hue: 0.54 , saturation: 0.74 and the lightness value of 10586d is 0.25.

The process color (four color CMYK) of #10586d color hex is 0.85, 0.19, 0.00, 0.57. Web safe color of #10586d is #006666. Color #10586d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01011000 01101101
Octal 20 130 155
Decimal 16 88 109
Hex 10 58 6D

RGB Percentages of Color #10586d

%7.51
%41.31
%51.17

CMYK Percentages of Color #10586d

%85
%19
%0
%57

Triadic Colors of #10586d

#10586d #6d1058 #586d10

Analogous Colors of #10586d

#10586d #102a6d #106d53

Monochromatic Colors of #10586d

#10586d

Complementary Color

#10586d #6d2510

#10586d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10586d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10586d Color CSS Codes

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

#10586d Text Font Color

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

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


#10586d Background Color

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

This div background color is #10586d


#10586d Border Color

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

This div border color is #10586d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10586d


Comments

No comments written yet.

Please login to write comment.