Color Hex Logo

#419cc1 Color Hex

#419CC1
(65,156,193)
0 Favorites   0 Comments

Color spaces of #419cc1

RGB 65156193
HSL0.550.510.51
HSV197°66°76°
CMYK 0.660.190.00   0.24
XYZ23.694128.751054.7528
Yxy28.75100.22100.2682
Hunter Lab53.6200-14.9576-23.0087
CIE-Lab60.5612-15.3243-27.0399

#419cc1 color RGB value is (65,156,193).

#419cc1 hex color red value is 65, green value is 156 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #419cc1 hue: 0.55 , saturation: 0.51 and the lightness value of 419cc1 is 0.51.

The process color (four color CMYK) of #419cc1 color hex is 0.66, 0.19, 0.00, 0.24. Web safe color of #419cc1 is #3399cc. Color #419cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 11000001
Octal 101 234 301
Decimal 65 156 193
Hex 41 9C C1

RGB Percentages of Color #419cc1

%15.70
%37.68
%46.62

CMYK Percentages of Color #419cc1

%66
%19
%0
%24

Triadic Colors of #419cc1

#419cc1 #c1419c #9cc141

Analogous Colors of #419cc1

#419cc1 #415cc1 #41c1a6

Monochromatic Colors of #419cc1

#419cc1

Complementary Color

#419cc1 #c16641

#419cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cc1 Color CSS Codes

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

#419cc1 Text Font Color

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

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


#419cc1 Background Color

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

This div background color is #419cc1


#419cc1 Border Color

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

This div border color is #419cc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,156,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #419cc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #419cc1;
  -webkit-box-shadow: 1px 1px 3px 2px #419cc1;
  box-shadow:         1px 1px 3px 2px #419cc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cc1


Comments

No comments written yet.

Please login to write comment.