Color Hex Logo

#104099 Color Hex

#104099
(16,64,153)
0 Favorites   0 Comments

Color spaces of #104099

RGB 1664153
HSL0.610.810.33
HSV219°90°60°
CMYK 0.900.580.00   0.40
XYZ7.79696.076930.8990
Yxy6.07690.17410.1357
Hunter Lab24.651413.3173-57.0605
CIE-Lab29.605720.6763-52.7986

#104099 color RGB value is (16,64,153).

#104099 hex color red value is 16, green value is 64 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #104099 hue: 0.61 , saturation: 0.81 and the lightness value of 104099 is 0.33.

The process color (four color CMYK) of #104099 color hex is 0.90, 0.58, 0.00, 0.40. Web safe color of #104099 is #003399. Color #104099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000000 10011001
Octal 20 100 231
Decimal 16 64 153
Hex 10 40 99

RGB Percentages of Color #104099

%6.87
%27.47
%65.67

CMYK Percentages of Color #104099

%90
%58
%0
%40

Triadic Colors of #104099

#104099 #991040 #409910

Analogous Colors of #104099

#104099 #251099 #108599

Monochromatic Colors of #104099

#104099

Complementary Color

#104099 #996910

#104099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104099 Color CSS Codes

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

#104099 Text Font Color

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

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


#104099 Background Color

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

This div background color is #104099


#104099 Border Color

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

This div border color is #104099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104099


Comments

No comments written yet.

Please login to write comment.