Color Hex Logo

#16477b Color Hex

#16477B
(22,71,123)
0 Favorites   0 Comments

Color spaces of #16477b

RGB 2271123
HSL0.590.700.28
HSV211°82°48°
CMYK 0.820.420.00   0.52
XYZ6.15936.107119.5931
Yxy6.10710.19330.1917
Hunter Lab24.71251.2420-29.7087
CIE-Lab29.68113.9315-34.1526

#16477b color RGB value is (22,71,123).

#16477b hex color red value is 22, green value is 71 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #16477b hue: 0.59 , saturation: 0.70 and the lightness value of 16477b is 0.28.

The process color (four color CMYK) of #16477b color hex is 0.82, 0.42, 0.00, 0.52. Web safe color of #16477b is #003366. Color #16477b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01000111 01111011
Octal 26 107 173
Decimal 22 71 123
Hex 16 47 7B

RGB Percentages of Color #16477b

%10.19
%32.87
%56.94

CMYK Percentages of Color #16477b

%82
%42
%0
%52

Triadic Colors of #16477b

#16477b #7b1647 #477b16

Analogous Colors of #16477b

#16477b #17167b #167a7b

Monochromatic Colors of #16477b

#16477b

Complementary Color

#16477b #7b4a16

#16477b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16477b Color Preview on White Background

Lorem ipsum dolor sit amet.

#16477b Color CSS Codes

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

#16477b Text Font Color

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

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


#16477b Background Color

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

This div background color is #16477b


#16477b Border Color

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

This div border color is #16477b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,71,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16477b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16477b;
  -webkit-box-shadow: 1px 1px 3px 2px #16477b;
  box-shadow:         1px 1px 3px 2px #16477b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16477b


Comments

No comments written yet.

Please login to write comment.