Color Hex Logo

#114465 Color Hex

#114465
(17,68,101)
0 Favorites   0 Comments

Color spaces of #114465

RGB 1768101
HSL0.570.710.23
HSV204°83°40°
CMYK 0.830.330.00   0.60
XYZ4.64735.193013.0693
Yxy5.19300.20290.2267
Hunter Lab22.7882-3.4769-18.0519
CIE-Lab27.2777-3.7076-24.0402

#114465 color RGB value is (17,68,101).

#114465 hex color red value is 17, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #114465 hue: 0.57 , saturation: 0.71 and the lightness value of 114465 is 0.23.

The process color (four color CMYK) of #114465 color hex is 0.83, 0.33, 0.00, 0.60. Web safe color of #114465 is #003366. Color #114465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 01100101
Octal 21 104 145
Decimal 17 68 101
Hex 11 44 65

RGB Percentages of Color #114465

%9.14
%36.56
%54.30

CMYK Percentages of Color #114465

%83
%33
%0
%60

Triadic Colors of #114465

#114465 #651144 #446511

Analogous Colors of #114465

#114465 #111a65 #11655c

Monochromatic Colors of #114465

#114465

Complementary Color

#114465 #653211

#114465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114465 Color CSS Codes

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

#114465 Text Font Color

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

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


#114465 Background Color

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

This div background color is #114465


#114465 Border Color

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

This div border color is #114465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114465


Comments

No comments written yet.

Please login to write comment.