Color Hex Logo

#10337e Color Hex

#10337E
(16,51,126)
0 Favorites   0 Comments

Color spaces of #10337e

RGB 1651126
HSL0.610.770.28
HSV221°87°49°
CMYK 0.870.600.00   0.51
XYZ5.16343.984220.2355
Yxy3.98420.17570.1356
Hunter Lab19.960511.2438-46.1346
CIE-Lab23.619118.5940-45.8250

#10337e color RGB value is (16,51,126).

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

The process color (four color CMYK) of #10337e color hex is 0.87, 0.60, 0.00, 0.51. Web safe color of #10337e is #003366. Color #10337e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00110011 01111110
Octal 20 63 176
Decimal 16 51 126
Hex 10 33 7E

RGB Percentages of Color #10337e

%8.29
%26.42
%65.28

CMYK Percentages of Color #10337e

%87
%60
%0
%51

Triadic Colors of #10337e

#10337e #7e1033 #337e10

Analogous Colors of #10337e

#10337e #24107e #106a7e

Monochromatic Colors of #10337e

#10337e

Complementary Color

#10337e #7e5b10

#10337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10337e Color CSS Codes

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

#10337e Text Font Color

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

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


#10337e Background Color

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

This div background color is #10337e


#10337e Border Color

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

This div border color is #10337e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10337e


Comments

No comments written yet.

Please login to write comment.