Color Hex Logo

#114497 Color Hex

#114497
(17,68,151)
0 Favorites   0 Comments

Color spaces of #114497

RGB 1768151
HSL0.600.800.33
HSV217°89°59°
CMYK 0.890.550.00   0.41
XYZ7.88426.487830.1149
Yxy6.48780.17720.1458
Hunter Lab25.471210.6774-52.2696
CIE-Lab30.611217.1498-49.9436

#114497 color RGB value is (17,68,151).

#114497 hex color red value is 17, green value is 68 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #114497 hue: 0.60 , saturation: 0.80 and the lightness value of 114497 is 0.33.

The process color (four color CMYK) of #114497 color hex is 0.89, 0.55, 0.00, 0.41. Web safe color of #114497 is #003399. Color #114497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 10010111
Octal 21 104 227
Decimal 17 68 151
Hex 11 44 97

RGB Percentages of Color #114497

%7.20
%28.81
%63.98

CMYK Percentages of Color #114497

%89
%55
%0
%41

Triadic Colors of #114497

#114497 #971144 #449711

Analogous Colors of #114497

#114497 #211197 #118797

Monochromatic Colors of #114497

#114497

Complementary Color

#114497 #976411

#114497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114497 Color CSS Codes

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

#114497 Text Font Color

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

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


#114497 Background Color

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

This div background color is #114497


#114497 Border Color

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

This div border color is #114497


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,68,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114497; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114497;
  -webkit-box-shadow: 1px 1px 3px 2px #114497;
  box-shadow:         1px 1px 3px 2px #114497; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114497


Comments

No comments written yet.

Please login to write comment.