Color Hex Logo

#196fbd Color Hex

#196FBD
(25,111,189)
0 Favorites   0 Comments

Color spaces of #196fbd

RGB 25111189
HSL0.580.770.42
HSV209°87°74°
CMYK 0.870.410.00   0.26
XYZ15.270715.249750.2827
Yxy15.24970.18900.1887
Hunter Lab39.05091.4628-49.0074
CIE-Lab45.97434.6865-47.7382

#196fbd color RGB value is (25,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101111 10111101
Octal 31 157 275
Decimal 25 111 189
Hex 19 6F BD

RGB Percentages of Color #196fbd

%7.69
%34.15
%58.15

CMYK Percentages of Color #196fbd

%87
%41
%0
%26

Triadic Colors of #196fbd

#196fbd #bd196f #6fbd19

Analogous Colors of #196fbd

#196fbd #191dbd #19bdb9

Monochromatic Colors of #196fbd

#196fbd

Complementary Color

#196fbd #bd6719

#196fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#196fbd Color CSS Codes

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

#196fbd Text Font Color

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

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


#196fbd Background Color

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

This div background color is #196fbd


#196fbd Border Color

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

This div border color is #196fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196fbd


Comments

No comments written yet.

Please login to write comment.