Color Hex Logo

#195abb Color Hex

#195ABB
(25,90,187)
0 Favorites   0 Comments

Color spaces of #195abb

RGB 2590187
HSL0.600.760.42
HSV216°87°73°
CMYK 0.870.520.00   0.27
XYZ13.026711.106948.4710
Yxy11.10690.17940.1530
Hunter Lab33.327011.4489-62.9028
CIE-Lab39.759917.4470-56.5733

#195abb color RGB value is (25,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 10111011
Octal 31 132 273
Decimal 25 90 187
Hex 19 5A BB

RGB Percentages of Color #195abb

%8.28
%29.80
%61.92

CMYK Percentages of Color #195abb

%87
%52
%0
%27

Triadic Colors of #195abb

#195abb #bb195a #5abb19

Analogous Colors of #195abb

#195abb #2919bb #19abbb

Monochromatic Colors of #195abb

#195abb

Complementary Color

#195abb #bb7a19

#195abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#195abb Color CSS Codes

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

#195abb Text Font Color

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

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


#195abb Background Color

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

This div background color is #195abb


#195abb Border Color

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

This div border color is #195abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195abb


Comments

No comments written yet.

Please login to write comment.