#196486

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

Shades of Allports #196486

Tints of Allports #196486

Color information

#196486 (or 0x196486) is unknown color: approx Allports. HEX triplet: 19, 64 and 86. RGB value is (25,100,134). Sum of RGB (Red+Green+Blue) = 25+100+134=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #196486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196486 is #E69B79. Grayscale: #515151. Windows color (decimal): -15113082 or 8807449. OLE color: 8807449.

HSL color Cylindrical-coordinate representation of color #196486: hue angle of 198.72º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196486 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25100134-
CMYK0.810.2500.47
HSL198.72º68.55%31.18%-
HSV(B)198.72º81.34%52.55%-
XYZ9.2611.0424.2-
YUV81.45157.6587.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=9.65%
G=38.61%
B=51.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251001340.810.2500.47198.7268.5531.18
Hex196486511902Fc7451f
Octal311442061213105730710537
Binary11001110010010000110101000111001010111111000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196486; }

 p { color: rgb(25,100,134); }

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

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

 a { background-color: rgb(25,100,134); }

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

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

 span { border-color: rgb(25,100,134); }

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