Color Hex Logo

#196dbd Color Hex

#196DBD
(25,109,189)
0 Favorites   0 Comments

Color spaces of #196dbd

RGB 25109189
HSL0.580.770.42
HSV209°87°74°
CMYK 0.870.420.00   0.26
XYZ15.054914.818150.2108
Yxy14.81810.18800.1850
Hunter Lab38.49432.4454-50.3901
CIE-Lab45.38405.9443-48.6822

#196dbd color RGB value is (25,109,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101101 10111101
Octal 31 155 275
Decimal 25 109 189
Hex 19 6D BD

RGB Percentages of Color #196dbd

%7.74
%33.75
%58.51

CMYK Percentages of Color #196dbd

%87
%42
%0
%26

Triadic Colors of #196dbd

#196dbd #bd196d #6dbd19

Analogous Colors of #196dbd

#196dbd #191bbd #19bdbb

Monochromatic Colors of #196dbd

#196dbd

Complementary Color

#196dbd #bd6919

#196dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#196dbd Color CSS Codes

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

#196dbd Text Font Color

<p style="color:#196dbd">Text here</p>

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


#196dbd Background Color

<div style="background-color:#196dbd">
Div content here</div>

This div background color is #196dbd


#196dbd Border Color

<div style="border:3px solid #196dbd">
Div here</div>

This div border color is #196dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196dbd


Comments

No comments written yet.

Please login to write comment.