Color Hex Logo

#196eaa Color Hex

#196EAA
(25,110,170)
0 Favorites   0 Comments

Color spaces of #196eaa

RGB 25110170
HSL0.570.740.38
HSV205°85°67°
CMYK 0.850.350.00   0.33
XYZ13.232514.260840.0854
Yxy14.26080.19580.2110
Hunter Lab37.7635-3.5388-36.5011
CIE-Lab44.6047-2.0849-38.8508

#196eaa color RGB value is (25,110,170).

#196eaa hex color red value is 25, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #196eaa hue: 0.57 , saturation: 0.74 and the lightness value of 196eaa is 0.38.

The process color (four color CMYK) of #196eaa color hex is 0.85, 0.35, 0.00, 0.33. Web safe color of #196eaa is #006699. Color #196eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101110 10101010
Octal 31 156 252
Decimal 25 110 170
Hex 19 6E AA

RGB Percentages of Color #196eaa

%8.20
%36.07
%55.74

CMYK Percentages of Color #196eaa

%85
%35
%0
%33

Triadic Colors of #196eaa

#196eaa #aa196e #6eaa19

Analogous Colors of #196eaa

#196eaa #1925aa #19aa9e

Monochromatic Colors of #196eaa

#196eaa

Complementary Color

#196eaa #aa5519

#196eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#196eaa Color CSS Codes

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

#196eaa Text Font Color

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

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


#196eaa Background Color

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

This div background color is #196eaa


#196eaa Border Color

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

This div border color is #196eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,110,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #196eaa;
  box-shadow:         1px 1px 3px 2px #196eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,110,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196eaa


Comments

No comments written yet.

Please login to write comment.