Color Hex Logo

#103c68 Color Hex

#103C68
(16,60,104)
0 Favorites   0 Comments

Color spaces of #103c68

RGB 1660104
HSL0.580.730.24
HSV210°85°41°
CMYK 0.850.420.00   0.59
XYZ4.32824.341413.7065
Yxy4.34140.19340.1940
Hunter Lab20.83600.6162-24.4173
CIE-Lab24.76942.8196-29.9428

#103c68 color RGB value is (16,60,104).

#103c68 hex color red value is 16, green value is 60 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #103c68 hue: 0.58 , saturation: 0.73 and the lightness value of 103c68 is 0.24.

The process color (four color CMYK) of #103c68 color hex is 0.85, 0.42, 0.00, 0.59. Web safe color of #103c68 is #003366. Color #103c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111100 01101000
Octal 20 74 150
Decimal 16 60 104
Hex 10 3C 68

RGB Percentages of Color #103c68

%8.89
%33.33
%57.78

CMYK Percentages of Color #103c68

%85
%42
%0
%59

Triadic Colors of #103c68

#103c68 #68103c #3c6810

Analogous Colors of #103c68

#103c68 #101068 #106868

Monochromatic Colors of #103c68

#103c68

Complementary Color

#103c68 #683c10

#103c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#103c68 Color CSS Codes

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

#103c68 Text Font Color

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

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


#103c68 Background Color

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

This div background color is #103c68


#103c68 Border Color

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

This div border color is #103c68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,60,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #103c68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #103c68;
  -webkit-box-shadow: 1px 1px 3px 2px #103c68;
  box-shadow:         1px 1px 3px 2px #103c68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,60,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103c68

#103c68 Color Palettes


Comments

No comments written yet.

Please login to write comment.