#197981

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

Shades of Allports #197981

Tints of Allports #197981

Color information

#197981 (or 0x197981) is unknown color: approx Allports. HEX triplet: 19, 79 and 81. RGB value is (25,121,129). Sum of RGB (Red+Green+Blue) = 25+121+129=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #197981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197981 is #E6867E. Grayscale: #5D5D5D. Windows color (decimal): -15107711 or 8485145. OLE color: 8485145.

HSL color Cylindrical-coordinate representation of color #197981: hue angle of 184.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197981 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB25121129-
CMYK0.810.0600.49
HSL184.62º67.53%30.2%-
HSV(B)184.62º80.62%50.59%-
XYZ11.215.4723.16-
YUV93.21148.279.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=9.09%
G=44%
B=46.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251211290.810.0600.49184.6267.5330.2
Hex197981516031b9441e
Octal31171201121606127110436
Binary110011111001100000011010001110011000110111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197981; }

 p { color: rgb(25,121,129); }

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

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

 a { background-color: rgb(25,121,129); }

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

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

 span { border-color: rgb(25,121,129); }

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