Color Hex Logo

#195bda Color Hex

#195BDA
(25,91,218)
0 Favorites   0 Comments

Color spaces of #195bda

RGB 2591218
HSL0.610.790.48
HSV219°89°85°
CMYK 0.890.580.00   0.15
XYZ16.796912.750867.9055
Yxy12.75080.17240.1308
Hunter Lab35.708321.4756-87.7545
CIE-Lab42.385328.9256-70.2105

#195bda color RGB value is (25,91,218).

#195bda hex color red value is 25, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #195bda hue: 0.61 , saturation: 0.79 and the lightness value of 195bda is 0.48.

The process color (four color CMYK) of #195bda color hex is 0.89, 0.58, 0.00, 0.15. Web safe color of #195bda is #0066cc. Color #195bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011011 11011010
Octal 31 133 332
Decimal 25 91 218
Hex 19 5B DA

RGB Percentages of Color #195bda

%7.49
%27.25
%65.27

CMYK Percentages of Color #195bda

%89
%58
%0
%15

Triadic Colors of #195bda

#195bda #da195b #5bda19

Analogous Colors of #195bda

#195bda #3719da #19bcda

Monochromatic Colors of #195bda

#195bda

Complementary Color

#195bda #da9819

#195bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#195bda Color CSS Codes

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

#195bda Text Font Color

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

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


#195bda Background Color

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

This div background color is #195bda


#195bda Border Color

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

This div border color is #195bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195bda


Comments

No comments written yet.

Please login to write comment.