Color Hex Logo

#195099 Color Hex

#195099
(25,80,153)
0 Favorites   0 Comments

Color spaces of #195099

RGB 2580153
HSL0.600.720.35
HSV214°84°60°
CMYK 0.840.480.00   0.40
XYZ9.01938.243931.2529
Yxy8.24390.18590.1699
Hunter Lab28.71225.8255-44.4380
CIE-Lab34.485810.4485-44.8845

#195099 color RGB value is (25,80,153).

#195099 hex color red value is 25, green value is 80 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #195099 hue: 0.60 , saturation: 0.72 and the lightness value of 195099 is 0.35.

The process color (four color CMYK) of #195099 color hex is 0.84, 0.48, 0.00, 0.40. Web safe color of #195099 is #006699. Color #195099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 10011001
Octal 31 120 231
Decimal 25 80 153
Hex 19 50 99

RGB Percentages of Color #195099

%9.69
%31.01
%59.30

CMYK Percentages of Color #195099

%84
%48
%0
%40

Triadic Colors of #195099

#195099 #991950 #509919

Analogous Colors of #195099

#195099 #221999 #199099

Monochromatic Colors of #195099

#195099

Complementary Color

#195099 #996219

#195099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195099 Color CSS Codes

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

#195099 Text Font Color

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

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


#195099 Background Color

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

This div background color is #195099


#195099 Border Color

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

This div border color is #195099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,80,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195099;
  -webkit-box-shadow: 1px 1px 3px 2px #195099;
  box-shadow:         1px 1px 3px 2px #195099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195099


Comments

No comments written yet.

Please login to write comment.