Color Hex Logo

#195aba Color Hex

#195ABA
(25,90,186)
0 Favorites   0 Comments

Color spaces of #195aba

RGB 2590186
HSL0.600.760.41
HSV216°87°73°
CMYK 0.870.520.00   0.27
XYZ12.920011.064247.9090
Yxy11.06420.17970.1539
Hunter Lab33.262911.1231-62.1122
CIE-Lab39.688417.0496-56.1041

#195aba color RGB value is (25,90,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 10111010
Octal 31 132 272
Decimal 25 90 186
Hex 19 5A BA

RGB Percentages of Color #195aba

%8.31
%29.90
%61.79

CMYK Percentages of Color #195aba

%87
%52
%0
%27

Triadic Colors of #195aba

#195aba #ba195a #5aba19

Analogous Colors of #195aba

#195aba #2919ba #19abba

Monochromatic Colors of #195aba

#195aba

Complementary Color

#195aba #ba7919

#195aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#195aba Color CSS Codes

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

#195aba Text Font Color

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

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


#195aba Background Color

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

This div background color is #195aba


#195aba Border Color

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

This div border color is #195aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195aba


Comments

No comments written yet.

Please login to write comment.