#197784

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

Shades of Allports #197784

Tints of Allports #197784

Color information

#197784 (or 0x197784) is unknown color: approx Allports. HEX triplet: 19, 77 and 84. RGB value is (25,119,132). Sum of RGB (Red+Green+Blue) = 25+119+132=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #197784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197784 is #E6887B. Grayscale: #5C5C5C. Windows color (decimal): -15108220 or 8681241. OLE color: 8681241.

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

Color convert

RGB25119132-
CMYK0.810.1000.48
HSL187.29º68.15%30.78%-
HSV(B)187.29º81.06%51.76%-
XYZ11.1615.0724.15-
YUV92.38150.3679.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.06%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=9.06%
G=43.12%
B=47.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251191320.810.1000.48187.2968.1530.78
Hex19778451A030bb441f
Octal311672041211206027310437
Binary1100111101111000010010100011010011000010111011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197784; }

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

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

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

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

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

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

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

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