Color Hex Logo

#195dba Color Hex

#195DBA
(25,93,186)
0 Favorites   0 Comments

Color spaces of #195dba

RGB 2593186
HSL0.600.760.41
HSV215°87°73°
CMYK 0.870.500.00   0.27
XYZ13.178211.580547.9951
Yxy11.58050.18110.1592
Hunter Lab34.03019.5716-59.7998
CIE-Lab40.541515.0738-54.7244

#195dba color RGB value is (25,93,186).

#195dba hex color red value is 25, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #195dba hue: 0.60 , saturation: 0.76 and the lightness value of 195dba is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011101 10111010
Octal 31 135 272
Decimal 25 93 186
Hex 19 5D BA

RGB Percentages of Color #195dba

%8.22
%30.59
%61.18

CMYK Percentages of Color #195dba

%87
%50
%0
%27

Triadic Colors of #195dba

#195dba #ba195d #5dba19

Analogous Colors of #195dba

#195dba #2619ba #19aeba

Monochromatic Colors of #195dba

#195dba

Complementary Color

#195dba #ba7619

#195dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#195dba Color CSS Codes

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

#195dba Text Font Color

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

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


#195dba Background Color

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

This div background color is #195dba


#195dba Border Color

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

This div border color is #195dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195dba


Comments

No comments written yet.

Please login to write comment.