#196684

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

Shades of Allports #196684

Tints of Allports #196684

Color information

#196684 (or 0x196684) is unknown color: approx Allports. HEX triplet: 19, 66 and 84. RGB value is (25,102,132). Sum of RGB (Red+Green+Blue) = 25+102+132=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #196684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196684 is #E6997B. Grayscale: #525252. Windows color (decimal): -15112572 or 8676889. OLE color: 8676889.

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

Color convert

RGB25102132-
CMYK0.810.2300.48
HSL196.82º68.15%30.78%-
HSV(B)196.82º81.06%51.76%-
XYZ9.3211.3823.53-
YUV82.4155.9987.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=9.65%
G=39.38%
B=50.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251021320.810.2300.48196.8268.1530.78
Hex1966845117030c5441f
Octal311462041212706030510437
Binary11001110011010000100101000110111011000011000101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196684; }

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

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

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

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

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

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

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

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