Color Hex Logo

#195acb Color Hex

#195ACB
(25,90,203)
0 Favorites   0 Comments

Color spaces of #195acb

RGB 2590203
HSL0.610.780.45
HSV218°88°80°
CMYK 0.880.560.00   0.20
XYZ14.836611.830858.0015
Yxy11.83080.17520.1397
Hunter Lab34.395916.8027-75.9030
CIE-Lab40.945923.7601-63.9447

#195acb color RGB value is (25,90,203).

#195acb hex color red value is 25, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #195acb hue: 0.61 , saturation: 0.78 and the lightness value of 195acb is 0.45.

The process color (four color CMYK) of #195acb color hex is 0.88, 0.56, 0.00, 0.20. Web safe color of #195acb is #0066cc. Color #195acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 11001011
Octal 31 132 313
Decimal 25 90 203
Hex 19 5A CB

RGB Percentages of Color #195acb

%7.86
%28.30
%63.84

CMYK Percentages of Color #195acb

%88
%56
%0
%20

Triadic Colors of #195acb

#195acb #cb195a #5acb19

Analogous Colors of #195acb

#195acb #3119cb #19b3cb

Monochromatic Colors of #195acb

#195acb

Complementary Color

#195acb #cb8a19

#195acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#195acb Color CSS Codes

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

#195acb Text Font Color

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

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


#195acb Background Color

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

This div background color is #195acb


#195acb Border Color

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

This div border color is #195acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195acb


Comments

No comments written yet.

Please login to write comment.