#196180

Color #196180 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #196180

Tints of Allports #196180

Color information

#196180 (or 0x196180) is unknown color: approx Allports. HEX triplet: 19, 61 and 80. RGB value is (25,97,128). Sum of RGB (Red+Green+Blue) = 25+97+128=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #196180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196180 is #E69E7F. Grayscale: #4E4E4E. Windows color (decimal): -15113856 or 8413465. OLE color: 8413465.

HSL color Cylindrical-coordinate representation of color #196180: hue angle of 198.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196180 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2597128-
CMYK0.800.2400.50
HSL198.06º67.32%30%-
HSV(B)198.06º80.47%50.2%-
XYZ8.5710.3121.96-
YUV79.01155.6589.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=10%
G=38.8%
B=51.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25971280.800.2400.50198.0667.3230
Hex1961805018032c6431e
Octal311412001203006230610336
Binary11001110000110000000101000011000011001011000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196180; }

 p { color: rgb(25,97,128); }

 H1.HeaderClassName
 {
   color: #196180;
 }
 .AnyTagClassName
 {
   color: #196180;
 }
</style>
background-color css

<style>
 a { background-color: #196180; }

 a { background-color: rgb(25,97,128); }

 div.DivClassName
 {
   background-color: #196180;
 }
 .BgClassName
 {
   background-color: #196180;
 }
</style>
border-color css

<style>
 span { border-color: #196180; }

 span { border-color: rgb(25,97,128); }

 td.TdClassName
 {
   border-color: #196180;
 }
 .TagClassName
 {
   border-color: #196180;
 }
</style>