Color Hex Logo

#195bbd Color Hex

#195BBD
(25,91,189)
0 Favorites   0 Comments

Color spaces of #195bbd

RGB 2591189
HSL0.600.770.42
HSV216°87°74°
CMYK 0.870.520.00   0.26
XYZ13.327311.363049.6350
Yxy11.36300.17930.1529
Hunter Lab33.709011.5814-63.7054
CIE-Lab40.185317.5816-57.0527

#195bbd color RGB value is (25,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011011 10111101
Octal 31 133 275
Decimal 25 91 189
Hex 19 5B BD

RGB Percentages of Color #195bbd

%8.20
%29.84
%61.97

CMYK Percentages of Color #195bbd

%87
%52
%0
%26

Triadic Colors of #195bbd

#195bbd #bd195b #5bbd19

Analogous Colors of #195bbd

#195bbd #2919bd #19adbd

Monochromatic Colors of #195bbd

#195bbd

Complementary Color

#195bbd #bd7b19

#195bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#195bbd Color CSS Codes

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

#195bbd Text Font Color

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

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


#195bbd Background Color

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

This div background color is #195bbd


#195bbd Border Color

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

This div border color is #195bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195bbd


Comments

No comments written yet.

Please login to write comment.