#197E8B

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

Shades of Allports #197E8B

Tints of Allports #197E8B

Color information

#197E8B (or 0x197E8B) is unknown color: approx Allports. HEX triplet: 19, 7E and 8B. RGB value is (25,126,139). Sum of RGB (Red+Green+Blue) = 25+126+139=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #197E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E8B is #E68174. Grayscale: #616161. Windows color (decimal): -15106421 or 9141785. OLE color: 9141785.

HSL color Cylindrical-coordinate representation of color #197E8B: hue angle of 186.84º 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 #197E8B is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25126139-
CMYK0.820.0900.45
HSL186.84º69.51%32.16%-
HSV(B)186.84º82.01%54.51%-
XYZ12.5216.9927.05-
YUV97.28151.5476.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.62%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=8.62%
G=43.45%
B=47.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251261390.820.0900.45186.8469.5132.16
Hex197E8B52902Dbb4620
Octal311762131221105527310640
Binary11001111111010001011101001010010101101101110111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,126,139); }

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

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

 a { background-color: rgb(25,126,139); }

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

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

 span { border-color: rgb(25,126,139); }

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