Color Hex Logo

#196bff Color Hex

#196BFF
(25,107,255)
0 Favorites   0 Comments

Color spaces of #196bff

RGB 25107255
HSL0.611.000.55
HSV219°90°100°
CMYK 0.900.580.00   0.00
XYZ23.708617.942196.8213
Yxy17.94210.17120.1296
Hunter Lab42.358125.7830-105.8732
CIE-Lab49.425832.7375-79.5209

#196bff color RGB value is (25,107,255).

#196bff hex color red value is 25, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #196bff hue: 0.61 , saturation: 1.00 and the lightness value of 196bff is 0.55.

The process color (four color CMYK) of #196bff color hex is 0.90, 0.58, 0.00, 0.00. Web safe color of #196bff is #0066ff. Color #196bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101011 11111111
Octal 31 153 377
Decimal 25 107 255
Hex 19 6B FF

RGB Percentages of Color #196bff

%6.46
%27.65
%65.89

CMYK Percentages of Color #196bff

%90
%58
%0
%0

Triadic Colors of #196bff

#196bff #ff196b #6bff19

Analogous Colors of #196bff

#196bff #3a19ff #19deff

Monochromatic Colors of #196bff

#196bff

Complementary Color

#196bff #ffad19

#196bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#196bff Color CSS Codes

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

#196bff Text Font Color

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

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


#196bff Background Color

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

This div background color is #196bff


#196bff Border Color

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

This div border color is #196bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196bff

Related Colors

#196bff Color Palettes


Comments

No comments written yet.

Please login to write comment.