#196884

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

Shades of Allports #196884

Tints of Allports #196884

Color information

#196884 (or 0x196884) is unknown color: approx Allports. HEX triplet: 19, 68 and 84. RGB value is (25,104,132). Sum of RGB (Red+Green+Blue) = 25+104+132=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #196884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196884 is #E6977B. Grayscale: #535353. Windows color (decimal): -15112060 or 8677401. OLE color: 8677401.

HSL color Cylindrical-coordinate representation of color #196884: hue angle of 195.7º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196884 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB25104132-
CMYK0.810.2100.48
HSL195.7º68.15%30.78%-
HSV(B)195.7º81.06%51.76%-
XYZ9.5211.7723.6-
YUV83.57155.3386.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=9.58%
G=39.85%
B=50.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251041320.810.2100.48195.768.1530.78
Hex1968845115030c4441f
Octal311502041212506030410437
Binary11001110100010000100101000110101011000011000100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196884; }

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

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

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

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

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

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

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

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