Color Hex Logo

#10059d Color Hex

#10059D
(16,5,157)
0 Favorites   0 Comments

Color spaces of #10059d

RGB 165157
HSL0.680.940.32
HSV244°97°62°
CMYK 0.900.970.00   0.38
XYZ6.35382.653032.0755
Yxy2.65300.15470.0646
Hunter Lab16.288041.1270-105.3563
CIE-Lab18.596953.8002-73.4266

#10059d color RGB value is (16,5,157).

#10059d hex color red value is 16, green value is 5 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #10059d hue: 0.68 , saturation: 0.94 and the lightness value of 10059d is 0.32.

The process color (four color CMYK) of #10059d color hex is 0.90, 0.97, 0.00, 0.38. Web safe color of #10059d is #000099. Color #10059d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000101 10011101
Octal 20 5 235
Decimal 16 5 157
Hex 10 5 9D

RGB Percentages of Color #10059d

%8.99
%2.81
%88.20

CMYK Percentages of Color #10059d

%90
%97
%0
%38

Triadic Colors of #10059d

#10059d #9d1005 #059d10

Analogous Colors of #10059d

#10059d #5c059d #05469d

Monochromatic Colors of #10059d

#10059d

Complementary Color

#10059d #929d05

#10059d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10059d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10059d Color CSS Codes

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

#10059d Text Font Color

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

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


#10059d Background Color

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

This div background color is #10059d


#10059d Border Color

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

This div border color is #10059d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,5,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 #10059d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10059d


Comments

No comments written yet.

Please login to write comment.