Color Hex Logo

#192599 Color Hex

#192599
(25,37,153)
0 Favorites   0 Comments

Color spaces of #192599

RGB 2537153
HSL0.650.720.35
HSV234°84°60°
CMYK 0.840.760.00   0.40
XYZ6.81223.829730.5172
Yxy3.82970.16550.0930
Hunter Lab19.569627.8892-78.7591
CIE-Lab23.100339.1564-63.4713

#192599 color RGB value is (25,37,153).

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

The process color (four color CMYK) of #192599 color hex is 0.84, 0.76, 0.00, 0.40. Web safe color of #192599 is #003399. Color #192599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00100101 10011001
Octal 31 45 231
Decimal 25 37 153
Hex 19 25 99

RGB Percentages of Color #192599

%11.63
%17.21
%71.16

CMYK Percentages of Color #192599

%84
%76
%0
%40

Triadic Colors of #192599

#192599 #991925 #259919

Analogous Colors of #192599

#192599 #4d1999 #196599

Monochromatic Colors of #192599

#192599

Complementary Color

#192599 #998d19

#192599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#192599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#192599 Color CSS Codes

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

#192599 Text Font Color

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

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


#192599 Background Color

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

This div background color is #192599


#192599 Border Color

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

This div border color is #192599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #192599


Comments

No comments written yet.

Please login to write comment.