Color Hex Logo

#195272 Color Hex

#195272
(25,82,114)
0 Favorites   0 Comments

Color spaces of #195272

RGB 2582114
HSL0.560.640.27
HSV202°78°45°
CMYK 0.780.280.00   0.55
XYZ6.45557.456217.0185
Yxy7.45620.20870.2411
Hunter Lab27.3060-5.5859-17.8383
CIE-Lab32.8237-6.4452-23.5546

#195272 color RGB value is (25,82,114).

#195272 hex color red value is 25, green value is 82 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #195272 hue: 0.56 , saturation: 0.64 and the lightness value of 195272 is 0.27.

The process color (four color CMYK) of #195272 color hex is 0.78, 0.28, 0.00, 0.55. Web safe color of #195272 is #006666. Color #195272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010010 01110010
Octal 31 122 162
Decimal 25 82 114
Hex 19 52 72

RGB Percentages of Color #195272

%11.31
%37.10
%51.58

CMYK Percentages of Color #195272

%78
%28
%0
%55

Triadic Colors of #195272

#195272 #721952 #527219

Analogous Colors of #195272

#195272 #192672 #197266

Monochromatic Colors of #195272

#195272

Complementary Color

#195272 #723919

#195272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195272 Color CSS Codes

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

#195272 Text Font Color

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

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


#195272 Background Color

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

This div background color is #195272


#195272 Border Color

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

This div border color is #195272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195272

#195272 Color Palettes


Comments

No comments written yet.

Please login to write comment.