Color Hex Logo

#11458c Color Hex

#11458C
(17,69,140)
0 Favorites   0 Comments

Color spaces of #11458c

RGB 1769140
HSL0.600.780.31
HSV215°88°55°
CMYK 0.880.510.00   0.45
XYZ7.09296.268925.6471
Yxy6.26890.18180.1607
Hunter Lab25.03786.7508-43.2065
CIE-Lab30.081011.8814-44.0659

#11458c color RGB value is (17,69,140).

#11458c hex color red value is 17, green value is 69 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #11458c hue: 0.60 , saturation: 0.78 and the lightness value of 11458c is 0.31.

The process color (four color CMYK) of #11458c color hex is 0.88, 0.51, 0.00, 0.45. Web safe color of #11458c is #003399. Color #11458c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000101 10001100
Octal 21 105 214
Decimal 17 69 140
Hex 11 45 8C

RGB Percentages of Color #11458c

%7.52
%30.53
%61.95

CMYK Percentages of Color #11458c

%88
%51
%0
%45

Triadic Colors of #11458c

#11458c #8c1145 #458c11

Analogous Colors of #11458c

#11458c #1b118c #11838c

Monochromatic Colors of #11458c

#11458c

Complementary Color

#11458c #8c5811

#11458c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11458c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11458c Color CSS Codes

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

#11458c Text Font Color

<p style="color:#11458c">Text here</p>

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


#11458c Background Color

<div style="background-color:#11458c">
Div content here</div>

This div background color is #11458c


#11458c Border Color

<div style="border:3px solid #11458c">
Div here</div>

This div border color is #11458c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,69,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11458c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11458c;
  -webkit-box-shadow: 1px 1px 3px 2px #11458c;
  box-shadow:         1px 1px 3px 2px #11458c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11458c


Comments

No comments written yet.

Please login to write comment.