Color Hex Logo

#114999 Color Hex

#114999
(17,73,153)
0 Favorites   0 Comments

Color spaces of #114999

RGB 1773153
HSL0.600.800.33
HSV215°89°60°
CMYK 0.890.520.00   0.40
XYZ8.36357.184231.0829
Yxy7.18420.17940.1541
Hunter Lab26.80348.7918-49.9942
CIE-Lab32.222614.5363-48.5469

#114999 color RGB value is (17,73,153).

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

The process color (four color CMYK) of #114999 color hex is 0.89, 0.52, 0.00, 0.40. Web safe color of #114999 is #003399. Color #114999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 10011001
Octal 21 111 231
Decimal 17 73 153
Hex 11 49 99

RGB Percentages of Color #114999

%7.00
%30.04
%62.96

CMYK Percentages of Color #114999

%89
%52
%0
%40

Triadic Colors of #114999

#114999 #991149 #499911

Analogous Colors of #114999

#114999 #1d1199 #118d99

Monochromatic Colors of #114999

#114999

Complementary Color

#114999 #996111

#114999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114999 Color CSS Codes

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

#114999 Text Font Color

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

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


#114999 Background Color

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

This div background color is #114999


#114999 Border Color

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

This div border color is #114999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114999


Comments

No comments written yet.

Please login to write comment.