#197692

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

Shades of Allports #197692

Tints of Allports #197692

Color information

#197692 (or 0x197692) is unknown color: approx Allports. HEX triplet: 19, 76 and 92. RGB value is (25,118,146). Sum of RGB (Red+Green+Blue) = 25+118+146=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #197692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197692 is #E6896D. Grayscale: #5D5D5D. Windows color (decimal): -15108462 or 9598489. OLE color: 9598489.

HSL color Cylindrical-coordinate representation of color #197692: hue angle of 193.88º 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 #197692 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB25118146-
CMYK0.830.1900.43
HSL193.88º70.76%33.53%-
HSV(B)193.88º82.88%57.25%-
XYZ12.0715.2429.5-
YUV93.38157.6979.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=8.65%
G=40.83%
B=50.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251181460.830.1900.43193.8870.7633.53
Hex197692531302Bc24722
Octal311662221232305330210742
Binary110011110110100100101010011100110101011110000101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197692; }

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

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

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

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

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

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

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

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