Color Hex Logo

#104988 Color Hex

#104988
(16,73,136)
0 Favorites   0 Comments

Color spaces of #104988

RGB 1673136
HSL0.590.790.30
HSV212°88°53°
CMYK 0.880.460.00   0.47
XYZ7.04026.652824.2056
Yxy6.65280.18580.1755
Hunter Lab25.79303.5837-37.5859
CIE-Lab31.00317.3843-40.1173

#104988 color RGB value is (16,73,136).

#104988 hex color red value is 16, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #104988 hue: 0.59 , saturation: 0.79 and the lightness value of 104988 is 0.30.

The process color (four color CMYK) of #104988 color hex is 0.88, 0.46, 0.00, 0.47. Web safe color of #104988 is #003399. Color #104988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001001 10001000
Octal 20 111 210
Decimal 16 73 136
Hex 10 49 88

RGB Percentages of Color #104988

%7.11
%32.44
%60.44

CMYK Percentages of Color #104988

%88
%46
%0
%47

Triadic Colors of #104988

#104988 #881049 #498810

Analogous Colors of #104988

#104988 #131088 #108588

Monochromatic Colors of #104988

#104988

Complementary Color

#104988 #884f10

#104988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104988 Color CSS Codes

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

#104988 Text Font Color

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

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


#104988 Background Color

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

This div background color is #104988


#104988 Border Color

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

This div border color is #104988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104988


Comments

No comments written yet.

Please login to write comment.