#196382

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

Shades of Allports #196382

Tints of Allports #196382

Color information

#196382 (or 0x196382) is unknown color: approx Allports. HEX triplet: 19, 63 and 82. RGB value is (25,99,130). Sum of RGB (Red+Green+Blue) = 25+99+130=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #196382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196382 is #E69C7D. Grayscale: #505050. Windows color (decimal): -15113342 or 8545049. OLE color: 8545049.

HSL color Cylindrical-coordinate representation of color #196382: hue angle of 197.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196382 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2599130-
CMYK0.810.2400.49
HSL197.71º67.74%30.39%-
HSV(B)197.71º80.77%50.98%-
XYZ8.8910.7422.72-
YUV80.41155.9888.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=9.84%
G=38.98%
B=51.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25991300.810.2400.49197.7167.7430.39
Hex1963825118031c6441e
Octal311432021213006130610436
Binary11001110001110000010101000111000011000111000110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196382; }

 p { color: rgb(25,99,130); }

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

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

 a { background-color: rgb(25,99,130); }

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

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

 span { border-color: rgb(25,99,130); }

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