#197A8E

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

Shades of Allports #197A8E

Tints of Allports #197A8E

Color information

#197A8E (or 0x197A8E) is unknown color: approx Allports. HEX triplet: 19, 7A and 8E. RGB value is (25,122,142). Sum of RGB (Red+Green+Blue) = 25+122+142=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #197A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A8E is #E68571. Grayscale: #5F5F5F. Windows color (decimal): -15107442 or 9337369. OLE color: 9337369.

HSL color Cylindrical-coordinate representation of color #197A8E: hue angle of 190.26º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197A8E is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25122142-
CMYK0.820.1400.44
HSL190.26º70.06%32.75%-
HSV(B)190.26º82.39%55.69%-
XYZ12.2416.0828.05-
YUV95.28154.3677.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=8.65%
G=42.21%
B=49.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251221420.820.1400.44190.2670.0632.75
Hex197A8E52E02Cbe4621
Octal311722161221605427610641
Binary11001111101010001110101001011100101100101111101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197A8E; }

 p { color: rgb(25,122,142); }

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

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

 a { background-color: rgb(25,122,142); }

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

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

 span { border-color: rgb(25,122,142); }

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