Color Hex Logo

#195263 Color Hex

#195263
(25,82,99)
0 Favorites   0 Comments

Color spaces of #195263

RGB 258299
HSL0.540.600.24
HSV194°75°39°
CMYK 0.750.170.00   0.61
XYZ5.67037.142112.8841
Yxy7.14210.22070.2779
Hunter Lab26.7247-8.8951-9.8767
CIE-Lab32.1282-12.0787-15.2089

#195263 color RGB value is (25,82,99).

#195263 hex color red value is 25, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #195263 hue: 0.54 , saturation: 0.60 and the lightness value of 195263 is 0.24.

The process color (four color CMYK) of #195263 color hex is 0.75, 0.17, 0.00, 0.61. Web safe color of #195263 is #006666. Color #195263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010010 01100011
Octal 31 122 143
Decimal 25 82 99
Hex 19 52 63

RGB Percentages of Color #195263

%12.14
%39.81
%48.06

CMYK Percentages of Color #195263

%75
%17
%0
%61

Triadic Colors of #195263

#195263 #631952 #526319

Analogous Colors of #195263

#195263 #192d63 #19634f

Monochromatic Colors of #195263

#195263

Complementary Color

#195263 #632a19

#195263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195263 Color CSS Codes

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

#195263 Text Font Color

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

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


#195263 Background Color

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

This div background color is #195263


#195263 Border Color

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

This div border color is #195263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195263

#195263 Color Palettes


Comments

No comments written yet.

Please login to write comment.