Color Hex Logo

#195bad Color Hex

#195BAD
(25,91,173)
0 Favorites   0 Comments

Color spaces of #195bad

RGB 2591173
HSL0.590.750.39
HSV213°86°68°
CMYK 0.860.470.00   0.32
XYZ11.684810.706040.9858
Yxy10.70600.18440.1689
Hunter Lab32.72006.4849-51.3639
CIE-Lab39.080811.1997-49.4399

#195bad color RGB value is (25,91,173).

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

The process color (four color CMYK) of #195bad color hex is 0.86, 0.47, 0.00, 0.32. Web safe color of #195bad is #006699. Color #195bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011011 10101101
Octal 31 133 255
Decimal 25 91 173
Hex 19 5B AD

RGB Percentages of Color #195bad

%8.65
%31.49
%59.86

CMYK Percentages of Color #195bad

%86
%47
%0
%32

Triadic Colors of #195bad

#195bad #ad195b #5bad19

Analogous Colors of #195bad

#195bad #2119ad #19a5ad

Monochromatic Colors of #195bad

#195bad

Complementary Color

#195bad #ad6b19

#195bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#195bad Color CSS Codes

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

#195bad Text Font Color

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

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


#195bad Background Color

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

This div background color is #195bad


#195bad Border Color

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

This div border color is #195bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195bad


Comments

No comments written yet.

Please login to write comment.