Color Hex Logo

#10136d Color Hex

#10136D
(16,19,109)
0 Favorites   0 Comments

Color spaces of #10136d

RGB 1619109
HSL0.660.740.25
HSV238°85°43°
CMYK 0.850.830.00   0.57
XYZ3.20691.680014.6233
Yxy1.68000.16440.0861
Hunter Lab12.961521.4815-57.8187
CIE-Lab13.709433.5090-51.1985

#10136d color RGB value is (16,19,109).

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

The process color (four color CMYK) of #10136d color hex is 0.85, 0.83, 0.00, 0.57. Web safe color of #10136d is #000066. Color #10136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010011 01101101
Octal 20 23 155
Decimal 16 19 109
Hex 10 13 6D

RGB Percentages of Color #10136d

%11.11
%13.19
%75.69

CMYK Percentages of Color #10136d

%85
%83
%0
%57

Triadic Colors of #10136d

#10136d #6d1013 #136d10

Analogous Colors of #10136d

#10136d #3b106d #10426d

Monochromatic Colors of #10136d

#10136d

Complementary Color

#10136d #6d6a10

#10136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10136d Color CSS Codes

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

#10136d Text Font Color

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

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


#10136d Background Color

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

This div background color is #10136d


#10136d Border Color

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

This div border color is #10136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10136d


Comments

No comments written yet.

Please login to write comment.