Color Hex Logo

#196277 Color Hex

#196277
(25,98,119)
0 Favorites   0 Comments

Color spaces of #196277

RGB 2598119
HSL0.540.650.28
HSV193°79°47°
CMYK 0.790.180.00   0.53
XYZ8.098410.273919.0090
Yxy10.27390.21660.2748
Hunter Lab32.0529-10.9933-12.7249
CIE-Lab38.3296-14.1619-18.1080

#196277 color RGB value is (25,98,119).

#196277 hex color red value is 25, green value is 98 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #196277 hue: 0.54 , saturation: 0.65 and the lightness value of 196277 is 0.28.

The process color (four color CMYK) of #196277 color hex is 0.79, 0.18, 0.00, 0.53. Web safe color of #196277 is #006666. Color #196277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100010 01110111
Octal 31 142 167
Decimal 25 98 119
Hex 19 62 77

RGB Percentages of Color #196277

%10.33
%40.50
%49.17

CMYK Percentages of Color #196277

%79
%18
%0
%53

Triadic Colors of #196277

#196277 #771962 #627719

Analogous Colors of #196277

#196277 #193377 #19775d

Monochromatic Colors of #196277

#196277

Complementary Color

#196277 #772e19

#196277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196277 Color CSS Codes

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

#196277 Text Font Color

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

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


#196277 Background Color

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

This div background color is #196277


#196277 Border Color

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

This div border color is #196277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196277


Comments

No comments written yet.

Please login to write comment.