#197192

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

Shades of Allports #197192

Tints of Allports #197192

Color information

#197192 (or 0x197192) is unknown color: approx Allports. HEX triplet: 19, 71 and 92. RGB value is (25,113,146). Sum of RGB (Red+Green+Blue) = 25+113+146=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #197192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197192 is #E68E6D. Grayscale: #5A5A5A. Windows color (decimal): -15109742 or 9597209. OLE color: 9597209.

HSL color Cylindrical-coordinate representation of color #197192: hue angle of 196.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197192 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB25113146-
CMYK0.830.2300.43
HSL196.36º70.76%33.53%-
HSV(B)196.36º82.88%57.25%-
XYZ11.4914.0929.31-
YUV90.45159.3581.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=8.80%
G=39.79%
B=51.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251131460.830.2300.43196.3670.7633.53
Hex197192531702Bc44722
Octal311612221232705330410742
Binary110011110001100100101010011101110101011110001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197192; }

 p { color: rgb(25,113,146); }

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

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

 a { background-color: rgb(25,113,146); }

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

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

 span { border-color: rgb(25,113,146); }

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