Color Hex Logo

#195dbb Color Hex

#195DBB
(25,93,187)
0 Favorites   0 Comments

Color spaces of #195dbb

RGB 2593187
HSL0.600.760.42
HSV215°87°73°
CMYK 0.870.500.00   0.27
XYZ13.284911.623248.5570
Yxy11.62320.18080.1582
Hunter Lab34.09289.8934-60.5793
CIE-Lab40.610915.4712-55.1964

#195dbb color RGB value is (25,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011101 10111011
Octal 31 135 273
Decimal 25 93 187
Hex 19 5D BB

RGB Percentages of Color #195dbb

%8.20
%30.49
%61.31

CMYK Percentages of Color #195dbb

%87
%50
%0
%27

Triadic Colors of #195dbb

#195dbb #bb195d #5dbb19

Analogous Colors of #195dbb

#195dbb #2619bb #19aebb

Monochromatic Colors of #195dbb

#195dbb

Complementary Color

#195dbb #bb7719

#195dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#195dbb Color CSS Codes

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

#195dbb Text Font Color

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

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


#195dbb Background Color

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

This div background color is #195dbb


#195dbb Border Color

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

This div border color is #195dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195dbb


Comments

No comments written yet.

Please login to write comment.