Color Hex Logo

#11468f Color Hex

#11468F
(17,70,143)
0 Favorites   0 Comments

Color spaces of #11468f

RGB 1770143
HSL0.600.790.31
HSV215°88°56°
CMYK 0.880.510.00   0.44
XYZ7.37936.482726.8489
Yxy6.48270.18130.1592
Hunter Lab25.46117.1769-44.6988
CIE-Lab30.599012.4446-45.0727

#11468f color RGB value is (17,70,143).

#11468f hex color red value is 17, green value is 70 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #11468f hue: 0.60 , saturation: 0.79 and the lightness value of 11468f is 0.31.

The process color (four color CMYK) of #11468f color hex is 0.88, 0.51, 0.00, 0.44. Web safe color of #11468f is #003399. Color #11468f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 10001111
Octal 21 106 217
Decimal 17 70 143
Hex 11 46 8F

RGB Percentages of Color #11468f

%7.39
%30.43
%62.17

CMYK Percentages of Color #11468f

%88
%51
%0
%44

Triadic Colors of #11468f

#11468f #8f1146 #468f11

Analogous Colors of #11468f

#11468f #1b118f #11858f

Monochromatic Colors of #11468f

#11468f

Complementary Color

#11468f #8f5a11

#11468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11468f Color CSS Codes

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

#11468f Text Font Color

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

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


#11468f Background Color

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

This div background color is #11468f


#11468f Border Color

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

This div border color is #11468f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,70,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11468f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11468f;
  -webkit-box-shadow: 1px 1px 3px 2px #11468f;
  box-shadow:         1px 1px 3px 2px #11468f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,70,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11468f


Comments

No comments written yet.

Please login to write comment.