#197D8C

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

Shades of Allports #197D8C

Tints of Allports #197D8C

Color information

#197D8C (or 0x197D8C) is unknown color: approx Allports. HEX triplet: 19, 7D and 8C. RGB value is (25,125,140). Sum of RGB (Red+Green+Blue) = 25+125+140=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #197D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D8C is #E68273. Grayscale: #606060. Windows color (decimal): -15106676 or 9207065. OLE color: 9207065.

HSL color Cylindrical-coordinate representation of color #197D8C: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197D8C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25125140-
CMYK0.820.1100.45
HSL187.83º69.7%32.35%-
HSV(B)187.83º82.14%54.9%-
XYZ12.4716.7727.39-
YUV96.81152.3776.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.62%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=8.62%
G=43.10%
B=48.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251251400.820.1100.45187.8369.732.35
Hex197D8C52B02Dbc4620
Octal311752141221305527410640
Binary11001111110110001100101001010110101101101111001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,125,140); }

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

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

 a { background-color: rgb(25,125,140); }

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

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

 span { border-color: rgb(25,125,140); }

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