Color Hex Logo

#415597 Color Hex

#415597
(65,85,151)
0 Favorites   0 Comments

Color spaces of #415597

RGB 6585151
HSL0.630.400.42
HSV226°57°59°
CMYK 0.570.440.00   0.41
XYZ11.01449.855230.5999
Yxy9.85520.21400.1915
Hunter Lab31.39307.6899-35.8170
CIE-Lab37.581312.8146-38.6221

#415597 color RGB value is (65,85,151).

#415597 hex color red value is 65, green value is 85 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #415597 hue: 0.63 , saturation: 0.40 and the lightness value of 415597 is 0.42.

The process color (four color CMYK) of #415597 color hex is 0.57, 0.44, 0.00, 0.41. Web safe color of #415597 is #336699. Color #415597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 10010111
Octal 101 125 227
Decimal 65 85 151
Hex 41 55 97

RGB Percentages of Color #415597

%21.59
%28.24
%50.17

CMYK Percentages of Color #415597

%57
%44
%0
%41

Triadic Colors of #415597

#415597 #974155 #559741

Analogous Colors of #415597

#415597 #584197 #418097

Monochromatic Colors of #415597

#415597

Complementary Color

#415597 #978341

#415597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415597 Color CSS Codes

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

#415597 Text Font Color

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

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


#415597 Background Color

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

This div background color is #415597


#415597 Border Color

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

This div border color is #415597


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,85,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415597


Comments

No comments written yet.

Please login to write comment.