Color Hex Logo

#10538f Color Hex

#10538F
(16,83,143)
0 Favorites   0 Comments

Color spaces of #10538f

RGB 1683143
HSL0.580.800.31
HSV208°89°56°
CMYK 0.890.420.00   0.44
XYZ8.26498.279827.1492
Yxy8.27980.18920.1895
Hunter Lab28.77460.9147-35.7985
CIE-Lab34.55893.5885-38.7110

#10538f color RGB value is (16,83,143).

#10538f hex color red value is 16, green value is 83 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #10538f hue: 0.58 , saturation: 0.80 and the lightness value of 10538f is 0.31.

The process color (four color CMYK) of #10538f color hex is 0.89, 0.42, 0.00, 0.44. Web safe color of #10538f is #006699. Color #10538f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010011 10001111
Octal 20 123 217
Decimal 16 83 143
Hex 10 53 8F

RGB Percentages of Color #10538f

%6.61
%34.30
%59.09

CMYK Percentages of Color #10538f

%89
%42
%0
%44

Triadic Colors of #10538f

#10538f #8f1053 #538f10

Analogous Colors of #10538f

#10538f #10148f #108f8c

Monochromatic Colors of #10538f

#10538f

Complementary Color

#10538f #8f4c10

#10538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10538f Color CSS Codes

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

#10538f Text Font Color

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

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


#10538f Background Color

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

This div background color is #10538f


#10538f Border Color

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

This div border color is #10538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10538f


Comments

No comments written yet.

Please login to write comment.