Color Hex Logo

#16499f Color Hex

#16499F
(22,73,159)
0 Favorites   0 Comments

Color spaces of #16499f

RGB 2273159
HSL0.600.760.35
HSV218°86°62°
CMYK 0.860.540.00   0.38
XYZ8.97147.438933.7639
Yxy7.43890.17880.1483
Hunter Lab27.274310.9842-54.3052
CIE-Lab32.785917.3710-51.2580

#16499f color RGB value is (22,73,159).

#16499f hex color red value is 22, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #16499f hue: 0.60 , saturation: 0.76 and the lightness value of 16499f is 0.35.

The process color (four color CMYK) of #16499f color hex is 0.86, 0.54, 0.00, 0.38. Web safe color of #16499f is #003399. Color #16499f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01001001 10011111
Octal 26 111 237
Decimal 22 73 159
Hex 16 49 9F

RGB Percentages of Color #16499f

%8.66
%28.74
%62.60

CMYK Percentages of Color #16499f

%86
%54
%0
%38

Triadic Colors of #16499f

#16499f #9f1649 #499f16

Analogous Colors of #16499f

#16499f #27169f #168e9f

Monochromatic Colors of #16499f

#16499f

Complementary Color

#16499f #9f6c16

#16499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#16499f Color CSS Codes

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

#16499f Text Font Color

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

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


#16499f Background Color

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

This div background color is #16499f


#16499f Border Color

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

This div border color is #16499f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,73,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16499f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16499f;
  -webkit-box-shadow: 1px 1px 3px 2px #16499f;
  box-shadow:         1px 1px 3px 2px #16499f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16499f


Comments

No comments written yet.

Please login to write comment.