Color Hex Logo

#10249f Color Hex

#10249F
(16,36,159)
0 Favorites   0 Comments

Color spaces of #10249f

RGB 1636159
HSL0.640.820.34
HSV232°90°62°
CMYK 0.900.770.00   0.38
XYZ7.10263.875133.1745
Yxy3.87510.16090.0878
Hunter Lab19.685329.9550-86.1385
CIE-Lab23.254241.4033-66.8997

#10249f color RGB value is (16,36,159).

#10249f hex color red value is 16, green value is 36 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #10249f hue: 0.64 , saturation: 0.82 and the lightness value of 10249f is 0.34.

The process color (four color CMYK) of #10249f color hex is 0.90, 0.77, 0.00, 0.38. Web safe color of #10249f is #003399. Color #10249f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00100100 10011111
Octal 20 44 237
Decimal 16 36 159
Hex 10 24 9F

RGB Percentages of Color #10249f

%7.58
%17.06
%75.36

CMYK Percentages of Color #10249f

%90
%77
%0
%38

Triadic Colors of #10249f

#10249f #9f1024 #249f10

Analogous Colors of #10249f

#10249f #43109f #106c9f

Monochromatic Colors of #10249f

#10249f

Complementary Color

#10249f #9f8b10

#10249f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10249f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10249f Color CSS Codes

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

#10249f Text Font Color

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

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


#10249f Background Color

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

This div background color is #10249f


#10249f Border Color

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

This div border color is #10249f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10249f


Comments

No comments written yet.

Please login to write comment.