Color Hex Logo

#114199 Color Hex

#114199
(17,65,153)
0 Favorites   0 Comments

Color spaces of #114199

RGB 1765153
HSL0.610.800.33
HSV219°89°60°
CMYK 0.890.580.00   0.40
XYZ7.87126.199730.9188
Yxy6.19970.17500.1378
Hunter Lab24.899212.8543-56.1944
CIE-Lab29.910820.0489-52.3006

#114199 color RGB value is (17,65,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000001 10011001
Octal 21 101 231
Decimal 17 65 153
Hex 11 41 99

RGB Percentages of Color #114199

%7.23
%27.66
%65.11

CMYK Percentages of Color #114199

%89
%58
%0
%40

Triadic Colors of #114199

#114199 #991141 #419911

Analogous Colors of #114199

#114199 #251199 #118599

Monochromatic Colors of #114199

#114199

Complementary Color

#114199 #996911

#114199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114199 Color CSS Codes

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

#114199 Text Font Color

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

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


#114199 Background Color

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

This div background color is #114199


#114199 Border Color

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

This div border color is #114199


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,65,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 #114199">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114199


Comments

No comments written yet.

Please login to write comment.