#196886

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

Shades of Allports #196886

Tints of Allports #196886

Color information

#196886 (or 0x196886) is unknown color: approx Allports. HEX triplet: 19, 68 and 86. RGB value is (25,104,134). Sum of RGB (Red+Green+Blue) = 25+104+134=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #196886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196886 is #E69779. Grayscale: #535353. Windows color (decimal): -15112058 or 8808473. OLE color: 8808473.

HSL color Cylindrical-coordinate representation of color #196886: hue angle of 196.51º 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 #196886 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB25104134-
CMYK0.810.2200.47
HSL196.51º68.55%31.18%-
HSV(B)196.51º81.34%52.55%-
XYZ9.6511.8324.33-
YUV83.8156.3386.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.51%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=9.51%
G=39.54%
B=50.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251041340.810.2200.47196.5168.5531.18
Hex196886511602Fc5451f
Octal311502061212605730510537
Binary11001110100010000110101000110110010111111000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196886; }

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

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

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

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

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

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

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

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