Color Hex Logo

#114361 Color Hex

#114361
(17,67,97)
0 Favorites   0 Comments

Color spaces of #114361

RGB 176797
HSL0.560.700.22
HSV203°82°38°
CMYK 0.820.310.00   0.62
XYZ4.39604.996512.0420
Yxy4.99650.20510.2331
Hunter Lab22.3529-4.0130-16.2939
CIE-Lab26.7248-4.6812-22.3377

#114361 color RGB value is (17,67,97).

#114361 hex color red value is 17, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #114361 hue: 0.56 , saturation: 0.70 and the lightness value of 114361 is 0.22.

The process color (four color CMYK) of #114361 color hex is 0.82, 0.31, 0.00, 0.62. Web safe color of #114361 is #003366. Color #114361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 01100001
Octal 21 103 141
Decimal 17 67 97
Hex 11 43 61

RGB Percentages of Color #114361

%9.39
%37.02
%53.59

CMYK Percentages of Color #114361

%82
%31
%0
%62

Triadic Colors of #114361

#114361 #611143 #436111

Analogous Colors of #114361

#114361 #111b61 #116157

Monochromatic Colors of #114361

#114361

Complementary Color

#114361 #612f11

#114361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114361 Color CSS Codes

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

#114361 Text Font Color

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

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


#114361 Background Color

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

This div background color is #114361


#114361 Border Color

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

This div border color is #114361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114361


Comments

No comments written yet.

Please login to write comment.