Color Hex Logo

#10325b Color Hex

#10325B
(16,50,91)
0 Favorites   0 Comments

Color spaces of #10325b

RGB 165091
HSL0.590.700.21
HSV213°82°36°
CMYK 0.820.450.00   0.64
XYZ3.24263.146710.3340
Yxy3.14670.19390.1882
Hunter Lab17.73891.5859-22.1227
CIE-Lab20.62214.3104-28.0874

#10325b color RGB value is (16,50,91).

#10325b hex color red value is 16, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #10325b hue: 0.59 , saturation: 0.70 and the lightness value of 10325b is 0.21.

The process color (four color CMYK) of #10325b color hex is 0.82, 0.45, 0.00, 0.64. Web safe color of #10325b is #003366. Color #10325b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00110010 01011011
Octal 20 62 133
Decimal 16 50 91
Hex 10 32 5B

RGB Percentages of Color #10325b

%10.19
%31.85
%57.96

CMYK Percentages of Color #10325b

%82
%45
%0
%64

Triadic Colors of #10325b

#10325b #5b1032 #325b10

Analogous Colors of #10325b

#10325b #13105b #10585b

Monochromatic Colors of #10325b

#10325b

Complementary Color

#10325b #5b3910

#10325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10325b Color CSS Codes

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

#10325b Text Font Color

<p style="color:#10325b">Text here</p>

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


#10325b Background Color

<div style="background-color:#10325b">
Div content here</div>

This div background color is #10325b


#10325b Border Color

<div style="border:3px solid #10325b">
Div here</div>

This div border color is #10325b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,50,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10325b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10325b;
  -webkit-box-shadow: 1px 1px 3px 2px #10325b;
  box-shadow:         1px 1px 3px 2px #10325b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10325b

#10325b Color Palettes


Comments

No comments written yet.

Please login to write comment.