Color Hex Logo

#195cbb Color Hex

#195CBB
(25,92,187)
0 Favorites   0 Comments

Color spaces of #195cbb

RGB 2592187
HSL0.600.760.42
HSV215°87°73°
CMYK 0.870.510.00   0.27
XYZ13.197711.448848.5280
Yxy11.44880.18040.1565
Hunter Lab33.836110.4105-61.3490
CIE-Lab40.326316.1288-55.6566

#195cbb color RGB value is (25,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011100 10111011
Octal 31 134 273
Decimal 25 92 187
Hex 19 5C BB

RGB Percentages of Color #195cbb

%8.22
%30.26
%61.51

CMYK Percentages of Color #195cbb

%87
%51
%0
%27

Triadic Colors of #195cbb

#195cbb #bb195c #5cbb19

Analogous Colors of #195cbb

#195cbb #2719bb #19adbb

Monochromatic Colors of #195cbb

#195cbb

Complementary Color

#195cbb #bb7819

#195cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#195cbb Color CSS Codes

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

#195cbb Text Font Color

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

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


#195cbb Background Color

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

This div background color is #195cbb


#195cbb Border Color

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

This div border color is #195cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,92,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 #195cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195cbb


Comments

No comments written yet.

Please login to write comment.