Color Hex Logo

#195fbe Color Hex

#195FBE
(25,95,190)
0 Favorites   0 Comments

Color spaces of #195fbe

RGB 2595190
HSL0.600.770.42
HSV215°87°75°
CMYK 0.870.500.00   0.25
XYZ13.787412.108850.3258
Yxy12.10880.18090.1589
Hunter Lab34.79779.8285-61.3891
CIE-Lab41.388515.3506-55.6889

#195fbe color RGB value is (25,95,190).

#195fbe hex color red value is 25, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #195fbe hue: 0.60 , saturation: 0.77 and the lightness value of 195fbe is 0.42.

The process color (four color CMYK) of #195fbe color hex is 0.87, 0.50, 0.00, 0.25. Web safe color of #195fbe is #0066cc. Color #195fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011111 10111110
Octal 31 137 276
Decimal 25 95 190
Hex 19 5F BE

RGB Percentages of Color #195fbe

%8.06
%30.65
%61.29

CMYK Percentages of Color #195fbe

%87
%50
%0
%25

Triadic Colors of #195fbe

#195fbe #be195f #5fbe19

Analogous Colors of #195fbe

#195fbe #2519be #19b2be

Monochromatic Colors of #195fbe

#195fbe

Complementary Color

#195fbe #be7819

#195fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#195fbe Color CSS Codes

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

#195fbe Text Font Color

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

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


#195fbe Background Color

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

This div background color is #195fbe


#195fbe Border Color

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

This div border color is #195fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195fbe


Comments

No comments written yet.

Please login to write comment.