Color Hex Logo

#10197e Color Hex

#10197E
(16,25,126)
0 Favorites   0 Comments

Color spaces of #10197e

RGB 1625126
HSL0.650.770.28
HSV235°87°49°
CMYK 0.870.800.00   0.51
XYZ4.32722.311819.9568
Yxy2.31180.16270.0869
Hunter Lab15.204624.1927-67.1779
CIE-Lab17.045236.1001-56.6330

#10197e color RGB value is (16,25,126).

#10197e hex color red value is 16, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #10197e hue: 0.65 , saturation: 0.77 and the lightness value of 10197e is 0.28.

The process color (four color CMYK) of #10197e color hex is 0.87, 0.80, 0.00, 0.51. Web safe color of #10197e is #000066. Color #10197e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00011001 01111110
Octal 20 31 176
Decimal 16 25 126
Hex 10 19 7E

RGB Percentages of Color #10197e

%9.58
%14.97
%75.45

CMYK Percentages of Color #10197e

%87
%80
%0
%51

Triadic Colors of #10197e

#10197e #7e1019 #197e10

Analogous Colors of #10197e

#10197e #3e107e #10507e

Monochromatic Colors of #10197e

#10197e

Complementary Color

#10197e #7e7510

#10197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10197e Color CSS Codes

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

#10197e Text Font Color

<p style="color:#10197e">Text here</p>

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


#10197e Background Color

<div style="background-color:#10197e">
Div content here</div>

This div background color is #10197e


#10197e Border Color

<div style="border:3px solid #10197e">
Div here</div>

This div border color is #10197e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,25,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10197e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10197e;
  -webkit-box-shadow: 1px 1px 3px 2px #10197e;
  box-shadow:         1px 1px 3px 2px #10197e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10197e


Comments

No comments written yet.

Please login to write comment.