Color Hex Logo

#114969 Color Hex

#114969
(17,73,105)
0 Favorites   0 Comments

Color spaces of #114969

RGB 1773105
HSL0.560.720.24
HSV202°84°41°
CMYK 0.840.300.00   0.59
XYZ5.16355.904214.2321
Yxy5.90420.20410.2334
Hunter Lab24.2986-4.5908-17.7182
CIE-Lab29.1695-5.3286-23.6217

#114969 color RGB value is (17,73,105).

#114969 hex color red value is 17, green value is 73 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #114969 hue: 0.56 , saturation: 0.72 and the lightness value of 114969 is 0.24.

The process color (four color CMYK) of #114969 color hex is 0.84, 0.30, 0.00, 0.59. Web safe color of #114969 is #003366. Color #114969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 01101001
Octal 21 111 151
Decimal 17 73 105
Hex 11 49 69

RGB Percentages of Color #114969

%8.72
%37.44
%53.85

CMYK Percentages of Color #114969

%84
%30
%0
%59

Triadic Colors of #114969

#114969 #691149 #496911

Analogous Colors of #114969

#114969 #111d69 #11695d

Monochromatic Colors of #114969

#114969

Complementary Color

#114969 #693111

#114969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114969 Color CSS Codes

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

#114969 Text Font Color

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

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


#114969 Background Color

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

This div background color is #114969


#114969 Border Color

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

This div border color is #114969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114969


Comments

No comments written yet.

Please login to write comment.