Color Hex Logo

#195baa Color Hex

#195BAA
(25,91,170)
0 Favorites   0 Comments

Color spaces of #195baa

RGB 2591170
HSL0.590.740.38
HSV213°85°67°
CMYK 0.850.460.00   0.33
XYZ11.397710.591139.4738
Yxy10.59110.18540.1723
Hunter Lab32.54405.5631-49.1343
CIE-Lab38.88319.9990-47.9828

#195baa color RGB value is (25,91,170).

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

The process color (four color CMYK) of #195baa color hex is 0.85, 0.46, 0.00, 0.33. Web safe color of #195baa is #006699. Color #195baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011011 10101010
Octal 31 133 252
Decimal 25 91 170
Hex 19 5B AA

RGB Percentages of Color #195baa

%8.74
%31.82
%59.44

CMYK Percentages of Color #195baa

%85
%46
%0
%33

Triadic Colors of #195baa

#195baa #aa195b #5baa19

Analogous Colors of #195baa

#195baa #1f19aa #19a4aa

Monochromatic Colors of #195baa

#195baa

Complementary Color

#195baa #aa6819

#195baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#195baa Color CSS Codes

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

#195baa Text Font Color

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

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


#195baa Background Color

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

This div background color is #195baa


#195baa Border Color

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

This div border color is #195baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,91,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 #195baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195baa


Comments

No comments written yet.

Please login to write comment.