Color Hex Logo

#114080 Color Hex

#114080
(17,64,128)
0 Favorites   0 Comments

Color spaces of #114080

RGB 1764128
HSL0.600.770.28
HSV215°87°50°
CMYK 0.870.500.00   0.50
XYZ5.96085.344521.1395
Yxy5.34450.18370.1647
Hunter Lab23.11825.5677-38.0327
CIE-Lab27.694510.3131-40.4734

#114080 color RGB value is (17,64,128).

#114080 hex color red value is 17, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #114080 hue: 0.60 , saturation: 0.77 and the lightness value of 114080 is 0.28.

The process color (four color CMYK) of #114080 color hex is 0.87, 0.50, 0.00, 0.50. Web safe color of #114080 is #003399. Color #114080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 10000000
Octal 21 100 200
Decimal 17 64 128
Hex 11 40 80

RGB Percentages of Color #114080

%8.13
%30.62
%61.24

CMYK Percentages of Color #114080

%87
%50
%0
%50

Triadic Colors of #114080

#114080 #801140 #408011

Analogous Colors of #114080

#114080 #191180 #117880

Monochromatic Colors of #114080

#114080

Complementary Color

#114080 #805111

#114080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114080 Color CSS Codes

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

#114080 Text Font Color

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

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


#114080 Background Color

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

This div background color is #114080


#114080 Border Color

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

This div border color is #114080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114080


Comments

No comments written yet.

Please login to write comment.